Search found 23 matches

by cymba
Thu Feb 24, 2011 12:45 am
Forum: PowerShell
Topic: cant get username to display primary group query
Replies: 4
Views: 2508

cant get username to display primary group query

need a little help with this script. this is a script that will query an users primary group. the problem I am having is that the particular user are not listed along with the primary group. Bascally when i run the script it shows the primary group name, type(group) and DN. However I need the userna...
by cymba
Wed Feb 23, 2011 7:57 am
Forum: PowerShell
Topic: query file server for folder names
Replies: 4
Views: 1885

query file server for folder names

Hi, I wanted to see if someone can help me query file/print server remotely for folders in a particular directory(e.g I want to query folders in D:groups)Thanks in advance
by cymba
Wed Feb 23, 2011 7:57 am
Forum: PowerShell
Topic: query file server for folder names
Replies: 4
Views: 1885

query file server for folder names

Hi, I wanted to see if someone can help me query file/print server remotely for folders in a particular directory(e.g I want to query folders in D:groups)Thanks in advance
by cymba
Wed Feb 16, 2011 4:15 am
Forum: PowerShell
Topic: Query user's primary group
Replies: 7
Views: 4732

Query user's primary group

side question: using quest powershell how to I query multiple users at one time? I tried this but it doesnt work
get-qaduser 'user1' , 'user2' , 'user3'
by cymba
Wed Feb 16, 2011 3:29 am
Forum: PowerShell
Topic: Query user's primary group
Replies: 7
Views: 4732

Query user's primary group

but when i look up my account I see a primary group number(1123).
There isnt a way to convert that number to the readible primary group name?

Thanks in advance!
by cymba
Wed Feb 16, 2011 2:43 am
Forum: PowerShell
Topic: Query user's primary group
Replies: 7
Views: 4732

Query user's primary group

Hi, Does anyone know using quest active roles how to query a user's primary group? When I run: get-qaduser 'xuser' | Format list I see a "primarygroup id" which is a number, but my primary group in active directory users and computers is 'IT' Can someone help convert this number to the pri...
by cymba
Wed Feb 16, 2011 1:48 am
Forum: PowerShell
Topic: Query Public Folder by name
Replies: 2
Views: 1081

Query Public Folder by name

Worked like a charm..
Many Thanks!!
by cymba
Tue Feb 15, 2011 2:58 pm
Forum: PowerShell
Topic: Query Public Folder by name
Replies: 2
Views: 1081

Query Public Folder by name

any help is greatly appreciated. I am trying to access an exchange 2003 public folder by name. I can access the public folders on a particular Exchange box get-wmiobject -namespace root/microsoftexchangev2 -class exchange_publicfolder -computername <exchangeserver> I dont know how to access a partic...
by cymba
Tue Feb 15, 2011 2:58 pm
Forum: PowerShell
Topic: Query Public Folder by name
Replies: 2
Views: 1081

Query Public Folder by name

any help is greatly appreciated. I am trying to access an exchange 2003 public folder by name. I can access the public folders on a particular Exchange box get-wmiobject -namespace root/microsoftexchangev2 -class exchange_publicfolder -computername <exchangeserver> I dont know how to access a partic...
by cymba
Fri Feb 11, 2011 3:58 am
Forum: PowerShell
Topic: WMI public folder Client permissions property
Replies: 5
Views: 2695

WMI public folder Client permissions property

Thanks for all your help.