Active Directory · PowerShell

Powershell and Active Directory: Find all distribution groups in AD with their Email-ID along with the date of creation using Powershell.

  Hi, Today i got task from my IT Manager to create a list of all distribution group in our AD along with there Email-Id’s also he required the date of creations of those distribution groups. I thought lets try this with PowerShell. I was planning to use Get-ADGroup cmdlet to fulfil my purpose. This… Continue reading Powershell and Active Directory: Find all distribution groups in AD with their Email-ID along with the date of creation using Powershell.

Active Directory · PowerShell

Powershell and Active Directory: Find all windows 7 computers with Service Pack 1 installed using PowerShell.

  Hi, In Our company we have “Domain Environment” or we can say “Active Directory” is deployed.  By using “Active Directory” lots of things gets easy to manage. The main things that Powershell works great with “Active Directory”. To use Active Directory related CMDLETS on your client laptopt we  need to install “RSAT“ tool. Problem:… Continue reading Powershell and Active Directory: Find all windows 7 computers with Service Pack 1 installed using PowerShell.