locked
Export Permissions - Active Directory Sites And a Services RRS feed

  • Question

  • Hi all

    I need to Export all Subnets to another Machine. I got it trough the comand  Get-ADReplicationSubnet -Properties * .

    The problem is that the permissions are not exported.

    What can i do?

    • Moved by Bill_Stewart Thursday, December 20, 2018 9:58 PM This is not "research things for me" forum
    Friday, October 26, 2018 2:50 PM

All replies

  • You have to write a script that retrieves the permissions and adds them to your output.  The security is part of the ADSI object in AD,


    \_(ツ)_/

    Friday, October 26, 2018 8:51 PM