Browse Forum Posts by Tags

Showing related tags and posts for the Forums application. See all tags in the site
  • Recovering Deleted User Ad account throught Active Directory powershell

    http://smtpport25.wordpress.com/2009/04/22/recovering-deleted-user-ad-account-throught-active-directory-powershell/ We can recover any Active Directory deleted object with in the Tombstone period. Tombstone lifetime can be found in active directory using below steps • Load the ADSIEdit snap-in by...
    Posted to Active Directory (Forum) by Krishna on 06-01-2009
    Filed under: Active Directory, User, Recover
  • Re: Active directory | Primary Group

    This solution uses ADSI and the .NET Framework to retrieve the name of the user's primary group: $rootDN = ([adsi]"").distinguishedName $user = [adsi]("LDAP://CN=testuser,OU=Test," + $rootDN) $groupID = $user.primaryGroupID $arrSID = $user.objectSid.Value $SID = New-Object System...
    Posted to Active Directory (Forum) by Aleksandar on 08-07-2009
    Filed under: Active Directory, ADSI, group, User, SID, primary group
Page 1 of 1 (2 items)
Concentrated Tech NSoftware Dell Compellent Sponsored by Idera and Concentrated Tech and NSoftware and Dell Compellent
Copyright 2011 PowerShell.com. All rights reserved.