Categories
How-To

Tech Short: PowerShell to list users in AD security group

You want to get a list of users who exist as members of a AD (Active Directory) security group. Here are some quick steps on accomplishing this task. Lets begin: Open PowerShell or PowerShell ISE Type Import-Module ActiveDirectory Followed by Get-ADGroupMember -identity “Group Name” | select name | Out-GridView Import-Module ActiveDirectory Get-ADGroupMember -identity “Name of Group” | select name […]

Categories
News Personal

Want to Work for Infragistics?

As a worldwide leader in user experience, Infragistics helps developers build amazing applications. The company also provides design tools for rapid, interactive prototyping. As an employee and internal part of the Infragistics team, I can say this much: Wonderful company to work for, an experience that will last you a lifetime. [youtube id=”1bh1UQqH-0A” width=”600″ height=”350″] Learn more about […]