Powershell Tip #25: Reload a profile By powershellgu | September 1, 2015 2 Comments Tip: You can reload a PowerShell profile : PowerShell # Using invoke operator & $PROFILE # Using dot sourcing .$PROFILE 12345 # Using invoke operator& $PROFILE # Using dot sourcing.$PROFILE
Pingback: Powershell Tip #26: List the available commands from a module | Powershell Guru
Pingback: Powershell Tip #24: List loaded and installed modules - Powershell Guru