Created
May 30, 2012 13:25
-
-
Save steelcm/2836319 to your computer and use it in GitHub Desktop.
Revisions
-
steelcm revised this gist
May 30, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,7 @@ PS C:\> Add-PSSnapin Quest.ActiveRoles.ADManagement # print group information for each group user is assigned to PS C:\> (get-qaduser 'TEST_User_2').memberOf | get-qadgroup Name Type DN ---- ---- -- -
steelcm created this gist
May 30, 2012 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ # add required snapin packages PS C:\> Add-PSSnapin Quest.ActiveRoles.ADManagement # print group information for each group user is assigned to PS C:\> (get-qaduser 'FDA_TEST_User_2').memberOf | get-qadgroup Name Type DN ---- ---- -- APPL_FDA_Test_Legal_RWX group CN=APPL_FDA_Test_Legal_RWX,OU... GPO_Deny_Logon_Local group CN=GPO_Deny_Logon_Local,OU=Gl...