Jump to content

Exchange 2007 - Öffentliche Ortner - PowerShell


Der letzte Beitrag zu diesem Thema ist mehr als 180 Tage alt. Bitte erstelle einen neuen Beitrag zu Deiner Anfrage!

Empfohlene Beiträge

Hallo an alle SysAdmins,

 

Ich habe folgendes Problem :confused: :

 

Ich möchte mit der Powershell auf einem Öffentlichen Ordner einen Benutzer mit bestimmten Rechten (alle Rechte) anlegen und diesen dann auch auf alle Unterordner replizieren!

 

Gui funktioniert nicht weil er keine Öffentlichen Ordner die vorhanden sind anzeigt!

 

Hab mich auch schon durch alle Foren und Librarys durchgeforstet aber noch nichts passendes gefunden. Angeblich gibt das Attribut "Recurse" weiter. Nur funzt das nicht!

 

So hab ich´s versucht!

Add-PublicFolderClientPermission -Identity \"Test" -Recurse -AccessRights EditAllItems -User "Daniela" -Server Server01

 

 

Bitte um Hilfe.

lg alex

Link zu diesem Kommentar

Hallo,

 

leider hab ich gerade keinen Ex2k7 hier, um das zu testen. Ich würde allerdings wie folgt vorgehen:

 

Mit "Get-Publicfolder -recurse" lässt Du Dir den öffentlichen Ordner inkl. aller Unterordner auslesen (siehe Get-PublicFolder) und pipest die Ergebnisse dann auf "Add-PublicFolderClientPermission".

 

Genaue Syntax müsstest Du testen, müsste aber meiner Meinung nach so rum funktionieren.

Link zu diesem Kommentar

Geht nicht!

get-publicfolder -Identity \"LaMaree" -recurse | add-adpermission -user "daniela" -AccessRights "ListChildren"

 

Fehlermeldung

----------------------------------------------------------------

get-publicfolder

-Identity \"LaMaree" -recurse | add-adpermission -user "daniela" -AccessRights "

ListChildren"

Add-ADPermission : The input object cannot be bound to any parameters for the c

ommand either because the command does not take pipeline input or the input and

its properties do not match any of the parameters that take pipeline input.

At line:1 char:66

+ get-publicfolder -Identity \"LaMaree" -recurse | add-adpermission <<<< -user

"daniela" -AccessRights "ListChildren"

Add-ADPermission : The input object cannot be bound to any parameters for the c

ommand either because the command does not take pipeline input or the input and

its properties do not match any of the parameters that take pipeline input.

At line:1 char:66

+ get-publicfolder -Identity \"LaMaree" -recurse | add-adpermission <<<< -user

"daniela" -AccessRights "ListChildren"

Add-ADPermission : The input object cannot be bound to any parameters for the c

ommand either because the command does not take pipeline input or the input and

its properties do not match any of the parameters that take pipeline input.

At line:1 char:66

+ get-publicfolder -Identity \"LaMaree" -recurse | add-adpermission <<<< -user

"daniela" -AccessRights "ListChildren"

Add-ADPermission : The input object cannot be bound to any parameters for the c

ommand either because the command does not take pipeline input or the input and

its properties do not match any of the parameters that take pipeline input.

At line:1 char:66

+ get-publicfolder -Identity \"LaMaree" -recurse | add-adpermission <<<< -user

"daniela" -AccessRights "ListChildren"

Add-ADPermission : The input object cannot be bound to any parameters for the c

ommand either because the command does not take pipeline input or the input and

its properties do not match any of the parameters that take pipeline input.

At line:1 char:66

+ get-publicfolder -Identity \"LaMaree" -recurse | add-adpermission <<<< -user

"daniela" -AccessRights "ListChildren"

----------------------------------------------------------------

Link zu diesem Kommentar

Es will nicht funktionieren!!!!

 

get-publicfolder \"LaMaree" -recurse | Add-PublicFolderClientPermission -Identity \"LaMaree" -AccessRights EditAllItems -User "Daniela" -Server np01

 

Add-PublicFolderClientPermission : The input object cannot be bound to any para

meters for the command either because the command does not take pipeline input

or the input and its properties do not match any of the parameters that take pi

peline input.

At line:1 char:72

+ get-publicfolder \"LaMaree" -recurse | Add-PublicFolderClientPermission <<<<

-Identity \"LaMaree" -AccessRights EditAllItems -User "Daniela" -Server np01

Add-PublicFolderClientPermission : The input object cannot be bound to any para

meters for the command either because the command does not take pipeline input

or the input and its properties do not match any of the parameters that take pi

peline input.

At line:1 char:72

+ get-publicfolder \"LaMaree" -recurse | Add-PublicFolderClientPermission <<<<

-Identity \"LaMaree" -AccessRights EditAllItems -User "Daniela" -Server np01

Add-PublicFolderClientPermission : The input object cannot be bound to any para

meters for the command either because the command does not take pipeline input

or the input and its properties do not match any of the parameters that take pi

peline input.

At line:1 char:72

+ get-publicfolder \"LaMaree" -recurse | Add-PublicFolderClientPermission <<<<

-Identity \"LaMaree" -AccessRights EditAllItems -User "Daniela" -Server np01

Add-PublicFolderClientPermission : The input object cannot be bound to any para

meters for the command either because the command does not take pipeline input

or the input and its properties do not match any of the parameters that take pi

peline input.

At line:1 char:72

+ get-publicfolder \"LaMaree" -recurse | Add-PublicFolderClientPermission <<<<

-Identity \"LaMaree" -AccessRights EditAllItems -User "Daniela" -Server np01

Add-PublicFolderClientPermission : The input object cannot be bound to any para

meters for the command either because the command does not take pipeline input

or the input and its properties do not match any of the parameters that take pi

peline input.

At line:1 char:72

+ get-publicfolder \"LaMaree" -recurse | Add-PublicFolderClientPermission <<<<

-Identity \"LaMaree" -AccessRights EditAllItems -User "Daniela" -Server np01

Link zu diesem Kommentar
Der letzte Beitrag zu diesem Thema ist mehr als 180 Tage alt. Bitte erstelle einen neuen Beitrag zu Deiner Anfrage!

Schreibe einen Kommentar

Du kannst jetzt antworten und Dich später registrieren. Falls Du bereits ein Mitglied bist, logge Dich jetzt ein.

Gast
Auf dieses Thema antworten...

×   Du hast formatierten Text eingefügt.   Formatierung jetzt entfernen

  Only 75 emoji are allowed.

×   Dein Link wurde automatisch eingebettet.   Einbetten rückgängig machen und als Link darstellen

×   Dein vorheriger Inhalt wurde wiederhergestellt.   Editor-Fenster leeren

×   Du kannst Bilder nicht direkt einfügen. Lade Bilder hoch oder lade sie von einer URL.

×
×
  • Neu erstellen...