Powershell Script to Check Live Bitlocker Encryption Status from Text File
If you have a list of computers and want the check the current bitlocker encryption status, here is a powershell script to do that: … Read more
If you have a list of computers and want the check the current bitlocker encryption status, here is a powershell script to do that: … Read more
Sometimes we need to save bitlocker key in our environment locally to do some backup, comparison,etc. Here is a simple powershell script to export all … Read more
Autoit is a great tool in terms of sccm deployment. We can use the quiet switch “/s /v/qn” for installation, so it’s relatively simple. But … Read more
How to build a sccm collection of computers based on IP Range? Here is the sccm query you can use: — just first create a … Read more