Active Directory/README.md aktualisiert

This commit is contained in:
2024-11-05 11:06:35 +01:00
parent a366c0b537
commit a77c5b4eed

View File

@@ -186,6 +186,9 @@ MMC erstellen:
```` ````
Rechtklickt auf ADSSS -> View -> Show Service Node Rechtklickt auf ADSSS -> View -> Show Service Node
> Rechte im Template lt. Bild setzen > Rechte im Template lt. Bild setzen
> Domain Controller -> Domain Controller rechte
> Computer -> Computer rechte
> usw.
<details> <details>
@@ -203,7 +206,9 @@ MMC erstellen:
#### AD-integrierte CA #### AD-integrierte CA
<details> <details>
> Zertifikat Anfodern > Zertifikat Anfodern
````ruby ````ruby
Get-Certificate -Template PODxx.Computer -CertStoreLocation Cert:\LocalMachine\My\ Get-Certificate -Template PODxx.Computer -CertStoreLocation Cert:\LocalMachine\My\
```` ````