Windows

DNS Scavenging troubleshooting

DNS Scavenging troubleshooting

Windows Server 2012R2

DNS Scavenging is a wonderful answer to clients and dynamic updates clean up problems we experienced during the work day, no needed to talk too much about this feature, it is pretty common and understandable […]

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

Picture to User  AD

Add a picture to AD user

Powershell

Hello everyone, In this tutorial, I want to show you how can we attach a picture to users on your domain. I am going to do that using Powershell, but today there are some third […]

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

How to run Ansible on vCenter
VMware

How to run Ansible on vCenter

This type of produce it’s definitely extraordinary and going to open your mind to new automation utilities that you can run in your environment, I am going to show you how to run ansible playbook […]



Follow on Facebook