Windows

apply GPO on specific group

Apply GPO specific group

Windows Server 2008 R2

Hi There, I am going to show you how to apply the kind of policy on specific Department, Group. There GPO is a flexible system which allows us to apply policies in different ways, Group […]

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 […]

DFS Replication Health Report1

How to generate DFS report of AD

Windows Server 2012R2

Hello guys, I would like to introduce you this nice possibility we under our nose, I am talking about the healthy report. Perhaps, you are monitoring Active Directory replication with REPADMIN command and gets information […]

Office 365

Office 365 Reports
Office 365

How to review Office 365 reports?

As most of you already notice that Office 365 today is very popular service as mail server and other online services, as we were used always to read exchange report so it is also important to introduce […]


Exchange & VMware

Exchange 2013 Change OWA Log on1
Exchange

Exchange 2013 Change OWA Log on

Hey Folks, Unfortunately, this article is going to be short, but enough important to share this with you. I will teach you how to change our login method to Outlook web Exchange 2013, I already applied it […]

img 5b83901003f13
Exchange

Configure DAG Exchange 2016

If you plan to migrate your Exchange environment to Exchange 2013 or Exchange 2016, you may be considering configure the  DAG – database availability group which copies the databases from server to server and allowing availability between Exchange databases […]

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 […]



Follow on Facebook