proxb / PoshWSUS

PowerShell module to manage Windows Server Update Services (WSUS)
MIT License
231 stars 64 forks source link

Added WSUS connection check #58

Closed zbalkan closed 2 years ago

zbalkan commented 5 years ago

Many of the cmdlets do not include a $wsus check, so that there occurs some ambiguous errors caused by loss of connection. Therefore a check is added for all cmdlets although they do not interact with $wsus variable directly.

zbalkan commented 4 years ago

Related to https://github.com/proxb/PoshWSUS/issues/40