News

First, I'd like to talk about PowerShell Core which is a module that can run on different platforms. Yes, It is a cross-platform version of PowerShell In this post we'll be doing some installation, ...
If the Hyper-V PowerShell module is really the only thing that you want to install, then you can do so easily enough. Just open an administrative PowerShell window and enter this command: ...
For the longest time, the open source community had a concept called 'public package repositories.' Microsoft never had the same -- until the PowerShell Gallery.
How to Write a PowerShell Script Module A script module is any valid PowerShell script saved in a .psm1 extension. This extension allows the PowerShell engine to use rules and module cmdlets on your ...
PowerShell modules are packages of scripts, functions, and other resources that can be used to extend the functionality of PowerShell. Modules can be created by anyone and shared with the community, ...
Find-Module -Repository PSGallery This will enumerate all available modules. However, what if you want to contribute a module to the PowerShell Gallery. To do that you'll use the Publish-Module cmdlet ...
Have older Windows systems on your network? You can give them PowerShell 5's event logging capabilities even if they run Windows 7.