Two different sets of cmdlets for managing restrictions for cert managers and enrollment agents.
For both, there should be a set of 4 cmdlets as usual (Get, Add, Remove, Set) with the Add that would have for instance the following parameters:
```
-CertificateManager <NTAccount> [-CertificateTemplate <Template[]>] [-AllowedPrincipals <NTAccount[]>] [-DeniedPrincipals <NTAccount[]>]
```
For both, there should be a set of 4 cmdlets as usual (Get, Add, Remove, Set) with the Add that would have for instance the following parameters:
```
-CertificateManager <NTAccount> [-CertificateTemplate <Template[]>] [-AllowedPrincipals <NTAccount[]>] [-DeniedPrincipals <NTAccount[]>]
```