Windows

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

AutomaticLogonWindows

Auto Login by Group Policy settings

Windows Server 2008 R2

One of the Automation Team’s  guy sent me an email with a special request, they have some automated process that runs on  virtual machines that shouldn’t login windows, It interrupts and stuck their automation process, make […]

Office 365

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


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

publicfolderreplication
Exchange

Exchange 2013 DAG FailedAndSuspended

Hey guys, This week I got a new customer with a funny interesting problem in his Exchange 2013 environments, The new customer suffered from inactive & active availability with regards to Exchange services, some different […]



Follow on Facebook