A while ago I mentioned in a post about creating a bespoke patching task sequence for a client who wanted to snap shot every VM before patching. To do this I created a silent install wrapper for PowerCLI using PowerShell.… Read More
SCCM WSUS Proxy – Allow Basic Authentication
I was at a clients today and came across the issue to do with Credentials for a proxy that are required to be sent as clear text. The exact tick box wording is:
- “Allow Basic Authentication (password is sent in
Get Logged On User WMI PowerShell
Ever needed to figure out who is logged on when deploying software to a machine with SCCM?
Maybe you needed to do so… like me… to copy a specific file into that users AppData?
Anyway quick PowerShell script to figure … Read More
Disable or Enable Sophos Services PowerShell Script
I was working at a clients the other month and was getting frustrated with Sophos interfering with what I was try to accomplish.
Here is a quick script to Disable the Sophos services when needed and then Enable the Sophos … Read More