-
Exclusive: Free Access to Enhanced ChatGPT 4 for 4sysops Members!
Members can now enjoy free access to 4sysops AI powered by ChatGPT 4 (GPT-4 Turbo). 4sysops AI is a continuously updated and does not have a cutoff date of April 2023 like ChatGPT. As you may be aware, the free version of ChatGPT only supports ChatGPT 3.5, while the paid membership of ChatGPT Plus, which…
-
Troubleshooting Guide: What to Do if Windows 11 Copilot is Not Working
In a recent blog article, we discussed enabling or disabling Windows Copilot in Windows and Edge One of the most common problems reported by end users is the fact that Windows 11 Copilot is not available or not working. In this blog article, I will go through various issues you might face and explain how…
-
How to Edit JSON Config Files using Free JSON Editors or Notepad++
JSON (JavaScript Object Notation) is gaining popularity as a format for configuration files. Unlike XML or the still-used INI format, editing JSON in a text editor can be tedious and error-prone. However, there are free JSON editors and plugins for Notepad++ that simplify this task. Initially intended for platform-independent serialization of JavaScript objects, JSON is…
-
How to Add an Azure AD Group to Your Local Administrator Group: A Step-by-Step Guide
This guide will explore adding an Azure Active Directory (Azure AD) group to the local administrator’s group. This will empower Azure AD group members to conduct tasks needing administrator permissions on Windows 10 and Windows 11 computers. The progression to LocalUsersandGroups policy From the release of Windows 10 version 20H2, Microsoft suggests using the LocalUsersandGroups…
-
The Procedure for Unlocking User Accounts in Active Directory
A user account lockout in a domain is one of the most popular reasons why users contact the technical support team. In most cases, the lockout is caused either by a user forgetting their password or by an application trying to use a previous (saved) password for authentication after the user has changed it. Account…
-
A Detailed Guide on Analyzing Windows Event Logs Using Security Onion
Security Onion is an open-source platform for threat hunting, security monitoring, and log management. It aggregates free tools such as Kibana, Elastic Fleet, InfluxDB, CyberChef, and Suricata. The solution provides access to these tools via a web console. I’ll demonstrate how it can be used for analyzing Windows logs. Security Onion is designed as a…
-
Step-by-Step Guide to Configure Firefox Proxy Settings Using Group Policy
If you desire to manage the proxy settings of the Mozilla browser in a network in a centralized way, there exists an applicable Group Policy. Different from Google Chrome or Microsoft Edge, Firefox has the potential to not only obtain the proxy configuration from Windows directly but also through GPO. Within numerous organizations, users access…
-
How to Use PowerShell for Managing System and User-Assigned Managed Identities in Azure
Managed identities provide secure authentication for resources accessing other resources in Azure without requiring sensitive information such as secrets, credentials, and certificates to be handled. Microsoft Entra ID manages these identities, enabling applications to obtain tokens for authentication. In this post, I will provide an example that illustrates how to use system and user-assigned managed…
-
A Step-by-Step Guide: How to Identify Your Installed Windows Version and Build Number
The easiest way to quickly find out the version and build number of the Windows OS that is installed on your computer is to press the Win+R on the keyboard and run the winver command. The following screenshot shows that Windows 10 version 22H2 is installed on the computer (build number 19045.3324). Both the release…
-
How to Manage Docker Using VS Code
You can manage Docker images and containers directly within Visual Studio Code (VS Code) with Microsoft’s Docker extension. This article walks you through adding Docker files to a Workspace, creating a containerized application environment, and explains how to build and run Docker containers directly from the VS Code interface. Prerequisites To follow this guide, you…