Windows

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

GPOlOCKCOMPUTER

Configure Screen Saver via GPO

Windows Server 2008 R2

Today I am going to share with you all steps are needed for configuring screen saver correctly in Group Policy, we will set any X time that after this time the computer will lock automatically. […]

Windows Server 2012R2

Change Windows Edition version

Windows Server 2012R2

I am wondering if you ever asked to change your operating system edition, Last week, I should have done this task on one of my customer servers, initially,  I tried just to enter the project […]

Office 365


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

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

exchange2016 Builds
Exchange

Exchange Server build numbers

To get and view build number for the version of Exchange 2016: Get-ExchangeServer | Format-List Name, Edition, AdminDisplayVersion To get and view build number for the version of Exchange 2013: Get-ExchangeServer | Format-List Name, Edition, […]



Follow on Facebook