Dynamic DL based on NON Filterable properties

Hi Readers, Sharing a unique information about Dynamic Distribution Lists, From powershell you can create these but only for Filterable properties. https://technet.microsoft.com/en-us/library/bb738157%28v=exchg.150%29.aspx If you have to create the Dynamic DL based on NON Filterable custom properties than follow below steps: From Exchange Console Click New Dynamic Distribution Group Select the recipient types that you want to include in the…

GlobalNames Zone

Hi Readers, I was just brushing up my windows server skills & thought that this is worth sharing with all as it is an important concept of DNS server which many of us don’t pay enough attention i.e.  GlobalNames Zone. In your organization if you require single labeled names than this is the way to go. There…

Active Directory Health Check

  New Version : https://techwizard.cloud/2021/05/04/active-directory-health-check-v2/ Hi Readers, Sharing a script that can be used for checking AD Health, This script is similar to one of my other health Check scripts that we use for exchnage. https://techwizard.cloud/2014/02/14/exchange-2010-health-check-script/ This will check below: Ping,Netlogon,NTDS,DNS,DCdiag Test(Replication,sysvol,Services) Just download the zip file from below link & run the batch file using…

PowerShell Creating a Home Folder for Users

Hi Readers, Sharing a script that I have written recently for Creatiing Home folder, adding permissions & updating Active directory home folder path. Download the zip file from below link & extract the script files. https://github.com/VikasSukhija/Downloads/blob/master/homedirectory.zip   Update the users.txt file with user logon names/samaccountnames Update the variables in the script & run the batch…