Windows

Group Policy Troubleshooting

Group Policy Troubleshooting

Windows Server 2012R2

Group Policy Troubleshooting Hey guys, I would like to show you how we can create group policy debugging log settings using creating the gpsvc.log. Gpsvc log is needed while we are trying to solve Windows […]

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

img 5a78520bc2e05
VMware

Add a new Datastore VMware

Hey there, Today I would like to show you how to add new datastores to VMware infrastructures easily and quickly keep on your name conventions, ID orders, best practice! My VMware version is 6 which […]

unnamed
Powershell

Useful commands PowerCli

Hi All, I would like to share with you some useful PowerCli commands to work with VMware environments., The following commands will help you to automate your actions with Virtual Machines. Clone Virtual Machines from […]



Follow on Facebook