News

Microsoft Certified Professional Magazine brings you the latest independent information on Microsoft products and MCP certification programs and is relied upon by Windows, SQL Server, Security, and ...
Whether you're launching your first Intune project, fine-tuning an existing deployment, or preparing to implement artificial intelligence capabilities, this session will equip you with the insights ...
Microsoft delivered a completely new way of looking at our disks and storage in Windows Server 2012, with the biggest change in how storage is laid out and provisioned. Here's how to create and manage ...
PowerShell remoting will allow you to locate the expiring certs before they cause your Web site to go down.
If you have been using PowerShell for a while, or even just picked it up yesterday, you have no doubt used Where-Object and ForEach-Object at some point in your scripting experience. The beauty of ...
Using Windows Management Instrumentation makes it easy to pull information about the drives on your system or remote systems. Here's how.
Page files can greatly affect the performance and recovery of Windows and Windows servers. Here's how to size page files to suit your computing needs.
There are a few ways that PowerShell can provide some sort of notification method to alert you when something happens such as a script completing or an issue is detected during a query. The most ...
One of the big advantages of using PowerShell as a scripting language is its use of objects. Since everything is an object in PowerShell, we can take advantage of structured data by calling properties ...
In-Depth The 12 Mighty Chores of Active Directory Administration in Depth Admininstering Active Directory takes some practice. Here are 12 exercises to keep your AD skills limber. By Danielle Ruest ...
If you want to group parts of your code for debugging purposes or simple readability, the PowerShell ISE has the answer.
PowerShell Pipeline Gathering Installed Software Using PowerShell There's two ways to accomplish this task: the wrong way and the right way. Here's how to do both. By Boe Prox 07/27/2017 ...