Showing results for groups - Scripting Blog [archived]

Apr 22, 2014
2
0

Remediate Active Directory Members that Don't Support LVR

Doctor Scripto
Doctor Scripto

Summary: Ian Farr talks about using Windows PowerShell to find and remediate Active Directory members that don’t support linked-value replication. Microsoft Scripting Guy, Ed Wilson, is here. Today we welcome back Microsoft PFE, Ian Farr, as our guest blogger. To read more of Ian's previous guest posts, see these Hey, Scripting Guy! Blog...

Scripting Guy!Windows PowerShellguest blogger
Dec 8, 2013
0
0

Weekend Scripter: Who are the Administrators?

Doctor Scripto
Doctor Scripto

Summary: Guest blogger, Bill Stewart, talks about using Windows PowerShell to find administrators. Microsoft Scripting Guy, Ed Wilson, is here. Hello everyone. It is the weekend, and guest blogger, Bill Stewart is going to share his time and knowledge today. Bill is a scripting guru and a moderator for the Official Scripting Guys Forum... As you kn...

Scripting Guy!Windows PowerShellguest blogger
Oct 27, 2013
0
0

The Admin’s First Steps: Local Group Membership

Doctor Scripto
Doctor Scripto

Summary: Richard Siddaway talks about using Windows PowerShell to discover the membership of local groups.  Hey, Scripting Guy! I’ve just starting using Windows PowerShell to administer my systems, and I’ve been told I need to check the membership of local groups on all my servers. How can I do that? — AK  Hello AK, Hono...

Scripting Guy!Windows PowerShellscripting techniques
Oct 20, 2013
0
0

PowerTip: Find Members of Critical Groups with PowerShell

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell to find the members of critical groups.  How can I use Windows PowerShell to track who is a member of my Domain Admins group?  Use Get-ADGroupMember, and add as many groups as you want to the list by using the           SamAccountName for the groups: "Schema Admins", "Domain Ad...

Windows PowerShellPowerTipActive Directory
Oct 20, 2013
0
0

The Admin’s First Steps: Empty Groups

Doctor Scripto
Doctor Scripto

Summary: Richard Siddaway talks about using Windows PowerShell to discover Active Directory groups that have no members.  Hey, Scripting Guy! I’ve just starting using Windows PowerShell to administer my systems, and I’ve been told I need to audit our Active Directory to discover any empty groups. How can I do that? —TL  ...

Scripting Guy!Windows PowerShellscripting techniques