Open rhavenn opened 8 years ago
Hi Rhavenn,
If you make a connection to your wsus first it will load the required assembly then you will be able to use get-help and also tab complete the commands.
The command to connect is Connect-PSWSUSServer
Thanks Ryan
The command to connect is Connect-PSWSUSServer
@INGY23 Is it a right behavior of a Powershell Module to break get-command and get-help upon loading (but not yet connecting to WSUS SRV)? Seems to me - it's kind of a "politically incorrect"
Installed the latest version of the module, 2.3.1.2, from PowerShell Gallery.
Imported the module and trying to use the Get-Help commands throws and error.
while
Get-Help works for other 3rd party modules I have installed.