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 ...
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 ...
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 ...
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 ...
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.
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 ...
If you want to group parts of your code for debugging purposes or simple readability, the PowerShell ISE has the answer.
Microsoft's Resident Psychometrician The Microsoft Learning Group's exam maven, Liberty Munson, offers some insights into exam development, piracy, and the innovations that come from asking the right ...
Hackers can use tools like BloodHound to visualize the shortest path to owning your domain. But that doesn't mean you can't use it to find and protect your organization's weak spots. Here's how.
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 ...
There are some amazing Graphical User Interfaces (GUIs) that exist out in in the community that do a wide variety of things. The problem with these that beginners run into are the complexity that is ...