spooter
-
Total Posts
:
17
- Scores: 0
-
Reward points
:
0
- Joined: 11/14/2007
-
Status: offline
|
Getting Server Drive Permissions
Friday, November 07, 2008 3:17 AM
( permalink)
Hi all, Is this possible? I have a list of servers which I need to check if they have a particular group assigned to the C: D: and E: drive. Can I achieve this using the Get-ACL command. Regards Marcus
|
|
|
|
ebgreen
-
Total Posts
:
8227
- Scores: 98
-
Reward points
:
0
- Joined: 7/12/2005
-
Status: offline
|
RE: Getting Server Drive Permissions
Monday, November 10, 2008 8:14 AM
( permalink)
What have you tried so far? We will generally help you figure something out but not write it for you.
|
|
|
|
SAPIENScripter
-
Total Posts
:
283
- Scores: 2
-
Reward points
:
0
- Joined: 11/1/2006
- Location: SAPIEN Technologies
-
Status: offline
|
RE: Getting Server Drive Permissions
Tuesday, November 18, 2008 2:14 AM
( permalink)
This should get you started: PS C:\> (Get-ACL C:\).Access
|
|
|
|