Works like base64 tool on UNIX systems.
base64 [-Decode | -d] <input>
Accepts filename or string input. Specify -Decode (or -d) option to decode input.
- Open PowerShell Profile file in your editor.
- Copy
module.ps1
code below. - Paste to the end of the profile file.
You can get profile file path using by running
$PROFILE
on PowerShell.