PowerShell tips – part 010.

Windows PowerShell modules provide a convenient way to package reusable ode by using modules.
The concept of modules is a package that contains Windows PowerShell version 2.0 commands.
Anyone can write and install a Windows PowerShell script module with administrator rights.
There is three default location for Windows PowerShell modules: home users, Windows PowerShell home directory and the last is for Windows PowerShell version 4.0 into ProgramFiles\WindowsPowerShell\Modules directory.
To see all of the PowerShell modules use :

Let’s test some modules

Let’s set to Private connection:

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.