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
  • String with more than one variable?

    Hi together, I want to replace the Displayname within the AD DS with "Surname, GivenName". Therefore I exported neccessary fields in a csv, changed the content and tried to import the new data. But I have problems zu set the Displayname as discribed above. Here is my syntax: import-csv 'C...
    Posted to Active Directory (Forum) by ThomasR on 03-06-2012
    Filed under: Active Directory, Active Directory Management, User, Scripting
  • Re: Removing home directories from a list of users.

    Hi I am trying to use this script, it seems to work great. The problem I have is that I have multiple file servers where home folders exist, so I don't want it to prompt me for the file server name. I want to get the script to work so that it will find the users home folder path automatically, then...
    Posted to Active Directory (Forum) by virtuallynothere on 04-17-2012
    Filed under: Active Directory, PowerShell, Active Directory Management, User, Search-ADAccount, Access Control Management, Scripting
  • Join domain Prompt for Credentials

    This is my very first script using Powershell so please excuse me. I'm sure there are cleaner ways to get this done. A little bit of background... This will run as a post-install after an image to join the user to our domain. After it successfully runs it will delete itself and then reboot. My problem...
    Posted to Active Directory (Forum) by dugullett on 04-30-2012
    Filed under: Active Directory, PowerShell, Windows 7, Add Computers, User, Add Domain Group to Local Group, power shell
Page 1 of 1 (5 items)
Concentrated Tech NSoftware Dell Compellent Sponsored by Idera and Concentrated Tech and NSoftware and Dell Compellent
Copyright 2011 PowerShell.com. All rights reserved.