Windows

How to perform GPUPDATE to all OU

Performing GPUPDATE to all OU

Windows Server 2012R2

Hi , I want to share with you a useful trick that not too many system administrators will be happy to know, In Windows Server 2012 there is the option to apply the Gpupdate command to all […]

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

Office 365

Clutter Exclusions
Office 365

Clutter Exclusions Office 365

Hi All, In this article, you’re going to see how to create a new transport rule which will know exclude emails with “X” keyword to clutter folder. Many managers, accountants, in general users, are complaining […]


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

Get snapshot notification Powercli
Powershell

Snapshot notification Powercli

HI All, Over the week i have prepared useful PowerCLi script that will help you to inform your End-users, IT teammates about existing snapshots on vCenter. In my environment, the vCenter filled with some custom […]



Follow on Facebook