News

I think it’s time to talk in depth about some of the most important features of PowerShell: Providers and modules. (Snap-ins have also been important, but they are being gradually phased out.) These ...
One of the appealing features of Windows PowerShell is that it can be extended. You are not limited to the commands that Microsoft ships. You can load additional commands and functionality via a ...
If you're still writing custom PowerShell scripts for basic file transfers and Excel reports, you're working too hard. Ready-made PowerShell modules handle most common tasks better than anything ...
So you've built that great PowerShell module, and it's been saving you tons of time. Awesome! But, you're running into a problem: distribution. You may start by just using the module on your local ...
The Redmond-based Microsoft Corporation has successfully turned on the PowerShell Module Browser site. Earlier this month, the Microsoft Docs team announced that the PowerShell Module Browser, a web ...
PowerShell has a reputation for being complicated, and for good reason. Luckily, there is a lot of help available -- if you know where to look for it. PowerShell is one of those things that I use ...
Windows Server 2008 R2 includes an Active Directory Module for Windows PowerShell. This new feature enables you to perform Active Directory administrative tasks by using Windows PowerShell. Let’s take ...
Microsoft announced on Wednesday that the Microsoft Teams PowerShell Module reached the "general availability" release stage. The Microsoft Teams PowerShell Module lets IT pros do things like ...
You can use the GetBIOS PowerShell module to retrieve settings from various BIOS manufacturers on either a local or remote computer. This post will show you how to access computer BIOS settings using ...