...
Run the following commands to locate any installed instance of the PowerShell module
| Code Block | ||
|---|---|---|
| ||
$ModuleIsInstalled = Get-Module -Name $PowerShellModuleName -ListAvailable |
...
...
Run the following commands to locate any installed instance of the PowerShell module
| Code Block | ||
|---|---|---|
| ||
$ModuleIsInstalled = Get-Module -Name $PowerShellModuleName -ListAvailable |
...