Windows

File Server Migration

Migrate File Server

Powershell

Hey folks, This month [July], I had two major projects to lead and complete, to perform migration of old file storage to the new one. The source of one of storage were [1] NetApp and […]

How to perform GPUPDATE to all OU

Performing GPUPDATE to all OU

Windows Server 2012R2

Hi , I want to share with you a useful trick that not too many system administrators will be happy to know, In Windows Server 2012 there is the option to apply the Gpupdate command to all […]

Office 365


Exchange & VMware

VMwareHorizon
VMware

Get all ESXI details Powercli

Hi All. I would like to share with you a wonderful script that knows providing your any prices of details about your ESXi’s Hots, such as: Name, ESX version, make, Model, Serial $myESXiHosts = Get-VMHost […]

Office365 PowerShell 3F7B65B7
Exchange

Get empty DL and delete them

How to get all distributions list on your organization which is empty using Powershell? You have to use the following command: Get-DistributionGroup | Where-Object { (Get-DistributionGroupMember –identity $_.Name).Count –eq 0 } | select PrimarySmtpAddress | export-csv C:\EmptyDL.csv By the […]

img 5b3c8123d0a28
VMware

Set ESXi Firewall rules

Sometimes we have to enable and disable ESXi firewall rules for traffic or service functionality. as knows by default in ESXi 5 the firewall is enabled and in order to change certain firewall rule, we have to use […]



Follow on Facebook