When run winrm set -? command, I can see the following example how to disable a listener: C:\Users\Administrator>winrm set -? Windows Remote Management Command Line Tool winrm set RESOURCE_URI [-SWITCH:VALUE [-SWITCH:VALUE] ...] [@{KEY="VALUE"[;KEY="VALUE"]}] [-file:VALUE] Modifies settings in RESOURCE_URI using specified switches and input of changed values via key-value pairs or [...] read more
I am currently working on a Powershell module to help my colleage and I to works more "seemlessly" with SCCM and script (since the SCCM Cmdlets are way too slow, and therefore unusable). In this module, I have created a function called Get-CMCollectionsAndFolder which retrieves all the collection from SCCM [...] read more