Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Run the following commands to locate any installed instance of the PowerShell module

Code Block
languagepowershell
$ModuleIsInstalled = Get-Module -Name $PowerShellModuleName -ListAvailable

...