when trying to update the schema for laps, i am using the following code:
Import-ModuleAdmPwd.PS
Update-AdmPwdADSchema
I am in a server 2019 lab environment, functional levels are both at 2016(there is no 2019)
But, i get the following error when using the update-admpwdadschema command:
At line:1 char:1
+ Update-AdmPwdADSchema
+ ~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Update-AdmPwdADSchema], DirectoryOperationException
+ FullyQualifiedErrorId : System.DirectoryServices.Protocols.DirectoryOperationException,AdmPwd.PS.UpdateADSchema
Anyone who knows what i am doing wrong?
regards,
Johan