cleaden up example and added commentary
This commit is contained in:
parent
44d83d1967
commit
4ff12e6747
@ -23,9 +23,9 @@ Ein Benutzer muss zum Management angelegt werden, der auf die OU des Projektmana
|
|||||||
# Benutzung
|
# Benutzung
|
||||||
## Beispiel
|
## Beispiel
|
||||||
```
|
```
|
||||||
.\NewProject2.ps1 -Server ms-dc -ProjectName Widget
|
.\NewProject2.ps1 -Server ms-dc -ProjectName AppleWidget # Adds an new empty Project To OU and Basefolder
|
||||||
.\AddUser.ps1 -Server ms-dc -ProjectName Widget -Type RW -Identity william.tell
|
.\AddUser.ps1 -Server ms-dc -ProjectName AppleWidget -Type RW -Identity william.tell # Adds a new user to AppleWidget via ReadWrite-Role
|
||||||
.\RemoveUser.ps1 -Server ms-dc -ProjectName sherewood -Identity robbin.hood
|
.\RemoveUser.ps1 -Server ms-dc -ProjectName Sherwood -Identity robbin.hood # Removes all instances of a User from a given Project
|
||||||
```
|
```
|
||||||
|
|
||||||
# Skript Funktionen
|
# Skript Funktionen
|
||||||
|
Loading…
Reference in New Issue
Block a user