EvotecIT / ADEssentials

PowerShell Active Directory helper functions to manage healthy Active Directory
442 stars 54 forks source link

Added the ability to copy ACL from one OU to another with one command #15

Closed guzzd closed 3 years ago

PrzemyslawKlys commented 3 years ago

Hi, thank you for this. How New-ADSite is different than New-ADReplicationSite that comes built-in to the ActiveDirectory module?

guzzd commented 3 years ago

Hi, thank you for this. How New-ADSite is different than New-ADReplicationSite that comes built-in to the ActiveDirectory module?

Hi, when creating a new site one normally also want to add subnets and a site link, this does it in one go. It's easily done using the built-in AD module commands of course. I realize now that the command has some hard coded (sitelink name, site link cost and interval) things that one might want to set as parameters. Plus that it's a little bit overworked and don't qualify as a command.

PrzemyslawKlys commented 3 years ago

Any reason why you closed this?

PrzemyslawKlys commented 3 years ago

Let me know when you will be ready with merging?