Windows

AutomaticLogonWindows

Auto Login by Group Policy settings

Windows Server 2008 R2

One of the Automation Team’s  guy sent me an email with a special request, they have some automated process that runs on  virtual machines that shouldn’t login windows, It interrupts and stuck their automation process, make […]

LDAP

Common LDAP Names

Windows Server 2008 R2

Common LDAP Names: This list will be useful for you, I recommended reciting several important attributes by heart. these attributes will be used for PowerShell query, batch file query or any other LDAPS quires.

Tree LDP

Restore Active Directory Object

Windows Server 2012R2

Hi guys, In this article, you are going to learn how do we can we restore Active Directory object using LDP.EXE which is built-in on your DC. LDP.EXE is based LDAP protocol,  It’s going to […]

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

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

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