Monday, October 24, 2016

Powershell --> Powerquick : bulk change DHCP Scope Options

Hi mates,
few months ago a customer asked me to automate some changes on several DHCP server inside his network.
The objective was to change the DNS servers for at least 50 scopes......a lot....and do it manually seemed to be time consuming.
Few things.....nothing special.
Pay attentions that DHCP command in Powershell are available only with Windows 8.1 and Windows 2012.
First of all point a server and obtain the list of Scope ID......then....it's done !!!

Friday, October 21, 2016

Powershell --> Powerquick : search email alias and prepare for Exchange bulk migration

Hi mates,
few days ago a customer asked me to automate some steps of the exchange 2003 --> exchange 2010 migration.
Few things.....nothing special.
Point an OU, extract users list, retrieve their alias and then create the file to feed another part of the script that launch the move request.