Migrate Office365 Photos to AD

Many of my customers have Office365 and have been using Skype for Business for sometime now. It is likely that your organization users have uploaded their profile picture. Now only if there was a way to sync those pictures back to your AD – so it looks neat & nice. There is a way! #MigrateOffice365PhotosToAD.ps1 […]

Continue Reading

Quick and Simple Way to Export DHCP Scope Settings From One Server to Another

Applies to: Windows Server 2008 R2, Windows Server 2012R2, Windows Server 2016 From the command prompt on the source DHCP server run the following command: netsh dhcp server export c:\dhcp.dat all 2.  Copy the “dhcp.dat” file to the new, or destination, DHCP server and run the following command: netsh dhcp server import c:\dhcp.dat all While […]

Continue Reading