Sometimes you want to follow along a long when something is starting or when something is happening to see it in real time. There are a lot of tools to use and the are good at what they do, but there isn’t always the possibility to install such a tool for various reasons.
Tag: PowerShell
Increase MEMCM cache on client from CM console
Sometime it is nice to be able to run a script from CM directly against any given computer och collection without going through and deploying it first. Fortunate, CM console contains a Script function for doing just that, we are going to use it to increase the CM client cache size on our clients.
Bitlocker Encryption Status
Due to recent discovery of a flaw in some SSD hardware encryption functions it’s a good thing to check what encryption method used on your disk. I built a script that checks the disks encryption status and it returns a status on what method it is and if it is a god or bad one. […]
Refresh Hyper-V test machines
Are you like me and use a lot of virtual machines to manage testing a.s.o, on Hyper-V platform and often end up with computers out of sync with domain due to frequent restoring of snapshots?
Check Powerhell version on remote computers
Ever needed to check for what Powershell version your clients have and have to do it on a lot of machines?