PSAnonym is supplemental library for PowerShell.
PSAnonym provides supplemental features that PowerShell doesn't have though other programing languages often have.
For example, LINQ support for pipeline breaking, PSUnit wrapper with some convenience assertion and so on.
-
Download the PSAnonym repository to your local machine(or run
git clone
). -
Run PowerShell as Administrator and call
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser -Confirm
if it is necessary. -
Copy the directory
Urasandesu.PSAnonym
from the downloaded repository to$env:PSModulePath
. -
Import the commands using
Import-Module 'Urasandesu.PSAnonym'
. -
Have a good time!
More information about this library can be found in help about_PSAnonym
.