Active Directory · PowerShell

Powershell and Active Directory : Find empty Active Directory Groups using Powershell.

Hi Everyone. Finally i come back to India and it is always love to be at home. My today’s task was to create a list of all empty active directory groups, all groups those are not having any members. As you know, i don’t like to do the manual tasks, so i decided to use… Continue reading Powershell and Active Directory : Find empty Active Directory Groups using Powershell.

PowerShell

Powershell Script: Export EFS Certificates using Powershell.

Hi, In my previous Article i post about how to create encrypted folder using powershell script. In encryption the most important thing is the backup of encryption certificate. We can export and save encryption certificate manually from control panel , using MMC and Certificate Snap-in or using cipher.exe. But as we all love to use… Continue reading Powershell Script: Export EFS Certificates using Powershell.

Active Directory · PowerShell

Powershell & Active Directory : Find all AD users account those are created between predefined period of time.

Hi, Reporting,Monitoring and the Documentation are few of the major tasks which most of the IT admin does like me. If you know how to do scripting it saves lots of time. For all IT guys those primarily works on Windows Platform for them i think learning of Powershell is must, because if you know… Continue reading Powershell & Active Directory : Find all AD users account those are created between predefined period of time.

Active Directory · PowerShell

Powershell & Active Directory : “Find all users Email ID’s in Active Directory Using Powershell”.

Hi, My todays task was to create a list of our all of our “Active Directory” users email Id’s. Normally you can do this easily using download your global address list of exchange server and export in to the file. But remember Powershell is all about automation. Now imagine, your manager told you that every… Continue reading Powershell & Active Directory : “Find all users Email ID’s in Active Directory Using Powershell”.

PowerShell · Vmware

Powershell and VMware: “Get the list of all Virtual machines on VMware VSphere Server using PowerCLI.

  HI, In my first post about “Getting Started with VMware Vshpere PowerCLI” i already showed how to connect with VMware server. Our today’s task is simple. you get the list of all Virtual machines, and then we search for all “Powered ON” machines and after that all “Power off” machines. Nothing complicated here. this… Continue reading Powershell and VMware: “Get the list of all Virtual machines on VMware VSphere Server using PowerCLI.

Active Directory · PowerShell

Powershell and Active Directory: Find Active Directory users in a particular Organizational Unit whose Script Path is not set or blank using Powershell.

  Hi, If we are using “Active Directory” then one this is sure that 98% we are using some login scripts. Sometime while creating users we forget to mentioned to specify the login script in account. My task of today is to find all users accounts those have no login script defined in their accounts.… Continue reading Powershell and Active Directory: Find Active Directory users in a particular Organizational Unit whose Script Path is not set or blank using Powershell.

Active Directory · PowerShell

Powershell and Active Directory: Find all Active Directory users whose CITY property field in blank.

  Hi, Me again , yes yes i know , now you are going to ask me ,,”Aman” what is your task for the day”,, ok ok telling you..Today my manager told me to find all  active directory users which don’t have the CITY field set or those users whose CITY field is blank in… Continue reading Powershell and Active Directory: Find all Active Directory users whose CITY property field in blank.