Better Way to Find Drivers for SCCM OSD Image
There are lots of ways to find drivers, such as from the manufacturer website(Lenovo, HP, Dell), vendor website(Intel, Nvidia), or from Microsoft Update Catalog. At first … Read more
There are lots of ways to find drivers, such as from the manufacturer website(Lenovo, HP, Dell), vendor website(Intel, Nvidia), or from Microsoft Update Catalog. At first … Read more
I need to get IP addresses from a list of machines, so I googled it…needs to use test-connection command, and here is the full script: … 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