The classic way to configure a static IP address, subnet mask, gateway, and preferred/alternative DNS servers for your network connection in Windows is to use the Network Connection GUI (use …
Powershell
-
-
Exchange Servers use SSL certificates to encrypt connections between the client and servers. Whether using Outlook Desktop or on the web, the SSL certificate provides a way to protect client-server …
-
PowerShell is all about objects. In most cases, you display the output on the screen or store them in a variable. But in some instances, redirecting the output to a …
-
The Flexible Single Master Operations (FSMO) roles are critical components of an Active Directory domain controller. They are responsible for managing various operations within the domain, including creating and deleting …
-
Windows’s auditing policies allow storing log-on and log off events in the event logs. When enabled, every successful (and unsuccessful) log-on and log-off event can be found inside the Security …
-
Windows drivers are not something a regular PC user cares about. One might start thinking about drivers only when games stop working (or working poorly) or when they need to …
-
We can all agree that drag-and-drop upload is one of the greatest conveniences in SharePoint Online. You can select multiple files or entire folders and drag them directory to your …
-
Part of troubleshooting a Windows computer is finding out the operating system version. A typical user would know to check the computer’s properties to see the Windows version and build, …
-
A powerful Test-Connection PowerShell cmdlet is available as a replacement for the ping command in Windows. The Test-Connection command allows you to send ICMP echo requests packets to one or …
-
It’s common for homes nowadays to have private home lab hosting services, like a media server or FTP server. In some cases, users would want to make these private services …