Windows

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

System Administrator

DNS records explanation

Windows Server 2008 R2

Hi there, In this article I will be describing each of the nine most commonly used DNS records separately. A lot of System Administrators confuse the various DNS records with one another, and as a […]

Export DNS Zone

Export Zone in DNS?

Windows Server 2012R2

I’m going to show you have to export to ZONE from your DNS using “DNSCMD” command. DNSCMD command is a powerful command which allows you manage your DNS environment by Command Line. Please follow to […]

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



Follow on Facebook