-
Windows Time Sync
w32tm /config /manualpeerlist:”1.us.pool.ntp.org” /syncfromflags:manual /reliable:YES /updatew32tm /config /manualpeerlist:”0.us.pool.ntp.org” /syncfromflags:manual /reliable:YES /update w32tm /config /update net stop w32time net start w32time w32tm /query /peers w32tm…
-
Powershell to get list of AD Users and their ProfilePath and HomeDirectory
To ensure consistency it is often desirable to run a script periodically to confirm all users are setup as expected. The following powershell script…
-
Create a MultiBoot USB Flash Drive
XBoot is a free utility that can be used to create a Multiboot USB drive or Multiboot ISO file that can then be burnt…