
Tag Archive: Powershell
BULK PASSWORD CHANGE FOR ALL AD USERS WITH ONE CLICK

This Powershell script let you change all AD Users Password in a certain OU. With the parameter -mustchpwd you force users to change their password at next logon. 1.) Copy the Powershell Code below 2.) On your Domain Controller, paste…
Read more
CREATE A VIRTUAL MASCHINE IN HYPERV USING POWERSHELL

If you need to setup a few Hyper VM – then Powershell is the quickest and easisest way to do it. The only thing you need to change are the #Variables. After this open Windows Powershell ISE and execute…
Read more