List/Grid Tag Archives: modules
#PSTip Cmdlet Discovery and Module auto-loading
In PowerShell 3.0, we no longer have to import modules manually to use cmdlets. When we run a cmdlet, Windows PowerShell imports the module that contains the command automatically. In…
#PSTip Getting system modules only
When we use the Get-Module -ListAvailable command to list installed modules, we get a list of modules from two default module locations: one for the system and one for the…
PowerShell Community Extensions
I started the PowerShell Community Extensions (PSCX) project to fill in some of the gaps in the set of built-in Windows PowerShell commands. Over the years, some of the PSCX…

