IT Administration


How To Work with Environment Variables in PowerShell

Windows environment variables give system administrators access to a plethora of information about the operating system. Here are some ways to manage them.

Enumerate File Shares on a Remote Windows PC with PowerShell

Here's how to quickly figure out what file shares exist on a remote computer, as well as what information is configured on them.

How To Get Notified When a User Is Added to Active Directory

Adam walks through how to proactively monitor an AD group for changes and execute a PowerShell script to take action when that happens.

Using Robocopy To Transfer Files

The GUI is fine if you're only moving a few files, but for larger and more complex migrations, this built-in Windows utility is the way to go.

Microsoft Spells Out Timeline for SHA-2 Upgrades

Microsoft recently described its timeline for phasing out Secure Hash Algorithm-1 (SHA-1) in supported Windows systems, and for upgrading to SHA-2.

Clock Winds Down on Windows 10 'Semiannual Channel Targeted'

Microsoft plans to make some changes to its Windows servicing lingo and management behavior when it releases Windows 10 version 1903 this spring.

Installing Windows Admin Center on Windows Server Core

Windows Server Core is the epitome of Microsoft's shift toward GUI-free. But since you can't beat a good dashboard, here's how to access the GUI remotely.

Azure AD B2B Gets One-Time Passcode Feature

Microsoft is previewing a new "one-time passcodes" feature in its Azure Active Directory Business to Business (B2B) service.

Finding Active Directory FSMO Role Holders with PowerShell

Since FSMO roles are typically spread out among various domain controllers, it's not always easy to figure out which domain controller holds a particular role. Luckily, we have PowerShell and the AD module to make this task a breeze.

Manage Active Directory User Accounts with PowerShell

If you manage just a few user accounts, you could get by with AD Users and Computers or the AD Administrative Center. But if you're in a large organization, you can use PowerShell to automate the identity management process.

Microsoft Unveils Office 365 ProPlus Portal for Managing Policies

Organizations using the Office 365 ProPlus productivity suite can now access a new preview of Microsoft's Office Client Policy Service.

Surface Devices Get Troubleshooting Toolkit

A new resource for IT pros trying to find and troubleshoot problems on Microsoft Surface devices is now available.

Configure Windows Deployment Services Using PowerShell

WDS can be set up via the traditional GUI, but what if you're in an enterprise and have a lot of WDS servers to set up? In that case, PowerShell is a great way to automate the process.

Microsoft Explains 'On-Demand' Windows Update Releases

Microsoft periodically issues Windows update releases that don't follow its standard release schedules at all.

How To Quickly Test a SQL Connection with PowerShell

When creating automation scripts to discover, add, update or remove records from a remote SQL database, you need to make sure your script can successfully connect to the database.

Most   Popular