Windows

Windows10 First Login

Skip first sign-in Windows 10

Windows 10

This article will be useful for you, I  promise, how first login animation is annoying you? It could take a few minutes until desktop will be available for use, especially on Windows 10 that it […]

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

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

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 5b3c8123d0a28
VMware

Set ESXi Firewall rules

Sometimes we have to enable and disable ESXi firewall rules for traffic or service functionality. as knows by default in ESXi 5 the firewall is enabled and in order to change certain firewall rule, we have to use […]



Follow on Facebook