Windows

backup DHCP server backup

Backup DHCP server

Windows Server 2012R2

I am going to teach you how to backup DHCP server. During our workday, we are overwhelmed and we are forgetting to backup our critical system such as DHCP, DNS, GPO. When we are installing […]

storage sr stretchclusterexample

Storage Replica Windows Server 2016

Windows Server 2016

Storage replica is a new feature on Windows Server 2016 Datacenter edition, Storage replica allows us to replicate machines, data, from a server to server, sync data from physical sites, Cluster to cluster, Storage replication […]

Auto cleanup WSUS server

Auto cleanup WSUS server

Powershell

Hi All, One of the main issues we as SysAdmin experience with WSUS servers is the disk utilization that utilizes for downloading updates,  in most cases my customers are notified to the disk warning only when […]

Windows 10 ADMX

Install Windows 10 ADMX to GPO

Windows 10

Hi there, As you know, Windows 10 is one of the common projects that organizations are managing and trying to implement on their organisations, we as System Administrator should control on Windows 10 as we controlled […]

Office 365


Exchange & VMware

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