
Author Archive: Adrian Reinhard
CREATE A COMPUTER RESTORE POINT WITH SCHEDULED TASK AND POWERSHELL

A Computer Restore Point let make you a snapshot of your Systemstate and in case something goes wrong with your PC you can restore your PC to the time the Restore Point was created. I wrote 3 Powershellscripts who…
Read more
ISSUU PUBLICATION ONLINE DOWNLOADER
UPDATE ALL YOUR PROGRAMS AT ONCE WITH ACTIVE DIRECTORY SUPPORT USING NINITE PRO

With ninite Pro you can update your 3rd party Software on all your Clients within your Network. If you like to try out the Pro version you can register yourself and download it for free here You can do…
Read more
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
ACTIVATE WINDOWS SERVER 2008 R2 IN A VIRTUAL HYPERV ENVIROMENT
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
ACTIVE DIRECTORY ADD BULK USER TO A GROUP

If you like to add more than 1 or 2 Users to a Securitygroup you probably faced the fact you can’t select the users you want in the group. Here is an easy workaround to add Bulk AD Users…
Read more
INSTALL .NET FRAMEWORK 3.5 on WINDOWS 10

On Windows 10 or Server 2012 .NET Framework 4.5 is preinstalled. If you have an Application which needs an older .NET Framework such as .NET 3.5 you can’t just install it from Windows Features. This is the easiest way to…
Read more