Browse Forum Posts by Tags

Showing related tags and posts for the Ask the Experts group. See all tags in the site
  • using Quest CMDlets to return all groups that contain disabled users

    Hi all, i have a new question :) i wish to return all the groups in a domain that have disabled members. I've looked at doing this via Get-Qadgroup | Get-Qadgroupmember but i couldn't get it to work. So i ended up doing it this way instead: get-qaduser this sort of works in that I get a list...
    Posted to PowerShell for Active Directory (Forum) by Ands7 on 12-12-2012
    Filed under: Active Directory, Quest, powershell, User membership, Get-QADObject
  • Query OU for expired accounts within specified date/time - real time?

    Hi Folks: I am trying to find a way to query AD for user accounts that are set to expire, but that's the easy part. I need to run a scheduled task that ties into a Quest system we use that does a whole "disabling" process on user accounts. The task will be this script I'm trying to...
    Posted to PowerShell for Active Directory (Forum) by virtuallynothere on 12-07-2012
    Filed under: AD, Quest, powershell, ad account expiration, AD Disable Update Description, Get-QADUser, IncludeAllProperties, foreach, AD Auditing using PowerShell, power shell, User, Active Directory Management
  • Too many users in the OU to count!

    Hi, I'm trying to make a PowerShell script that counts the number of users in a specific OU in our Domain. This OU has 104 child OU's and 1.600 users. The script is supposed to count the users and then export the results to an excel file. My problem is the number of users I think. Because when...
    Posted to PowerShell for Active Directory (Forum) by Mikael Johnsen on 08-02-2012
    Filed under: Active Directory, AD, AD size, Quest, powershell, Get-QADObject
  • For Each Loop Collection and CSV Export

    Need Help i have an account creation script and i am auditing/validating the account creation at the end. The script creates multip users i have the following so far. foreach ($user in $Users) { Get-QADUser -Identity $user.saMaccountname -IncludeAllProperties | Select displayname,samaccountname,employeeid...
    Posted to PowerShell for Active Directory (Forum) by gelmera on 07-23-2012
    Filed under: Active Directory, Quest, powershell, pipe, IncludeAllProperties
  • Delete home folders for user list?

    Hello, I am trying to find a way to modify this script so that it will accept a list of usernames and then delete the home folders for the users. The home folders exist on numerous file servers and I can put the user names in a text or csv file. Can anyone help me out and thanks in advance! $psSession...
    Posted to PowerShell for Active Directory (Forum) by virtuallynothere on 04-18-2012
    Filed under: Active Directory, AD, homedirectory, Quest, powershell
  • Delete home folders - specify list of names instead of 1 user at a time?

    I am trying to find a way to delete home folders for a list of users that I can put into a csv file or text file. I found a script that deletes the home folders for a single user, but how can I get this to do this for users specified in a file, and can I add something to have the script delete the user...
    Posted to PowerShell for Active Directory (Forum) by virtuallynothere on 04-17-2012
    Filed under: Active Directory, AD, homedirectory, Quest, powershell
  • Create Universal Security Group

    Hi All, we have a script that should create a number of Universal Security Groups given a CSV file as input. We have 2 issues! First one, this part of the script gives me an error: ---------------------------------------- $domainName = ([System.DirectoryServices.ActiveDirectory.Domain]::GetCurrentDomain...
    Posted to PowerShell for Active Directory (Forum) by tonuscdc on 06-28-2011
    Filed under: Active Directory, AD, Quest, powershell
  • Beginner Scripter - HashTable Issue

    Hello All, Hello All, I am looking for extra parameters, that can list all distribution groups and their email address ... along with their respective members and their individual primary email address. The script below, only lists Group Name / Member / Member Email. What I need is GroupName | GroupName...
    Posted to PowerShell for Active Directory (Forum) by Trey on 02-11-2013
    Filed under: Active Directory, Quest, powershell, pipe, Get-QADObject, format output, foreach, power shell, Hash table
  • Get-QADObject Memory Issues

    Good Afternoon, I'm tried looking around the web for this issue, but have not been able to find a definite solution. QUICK OVERVIEW: My company had to change email servers. In the process we migrated just under 4,000 users to the new email system. As a transition phase during the migration a contact...
    Posted to PowerShell for Active Directory (Forum) by Sam on 04-04-2013
    Filed under: Active Directory, Quest, powershell, pipe, Get-QADUser, IncludeAllProperties, Get-QADObject, power shell, Active Directory Management
  • Re: How do I show a list of users in active directory?

    I'm quessing I do a search for Quest Active Directory Module? Cheers
    Posted to PowerShell for Active Directory (Forum) by jwhite on 04-19-2011
    Filed under: Active Directory, Quest, powershell
Page 1 of 1 (10 items)
Copyright 2012 PowerShell.com. All rights reserved.