Beiträge von knoll

    Es will nicht funktionieren!!!! :cry:


    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

    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"
    ----------------------------------------------------------------

    Hallo an alle SysAdmins :cry:,


    Ich habe folgendes Problem :


    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
    :cry: