Force Reboot AutoIt Script
Sometimes in our environment we need to force reboot some machines, here is the AutoIt script to do the job for us. The reboot command … Read more
Sometimes in our environment we need to force reboot some machines, here is the AutoIt script to do the job for us. The reboot command … Read more
Here is the simple powershell script to grab email address from AD. In a text file,just put username there. # Q’s email script $names=get-content c:\pc.txt … 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