From version 1.9.249 to 1.10.257 the cmdlet Convert-DMSchemaGuid is no longer available.
I used it al lot to find the name for a schema guid. I have used the function with the GUID name as a parameter instead of the GUID in the definition files.
Example:
@{
Path = '%DomainDN%'
ActiveDirectoryRights = 'ExtendedRight'
InheritanceType = 'Descendents'
ObjectType = Convert-DMSchemaGuid -OutType GuidString -Name 'User-Force-Change-Password' # Reset Password
InheritedObjectType = Convert-DMSchemaGuid -OutType GuidString -Name 'User'
AccessControlType = 'Allow'
Identity = '%DomainName%\Some group'
}
Is there a specific reason why the cmdlet was removed?
From version 1.9.249 to 1.10.257 the cmdlet Convert-DMSchemaGuid is no longer available.
I used it al lot to find the name for a schema guid. I have used the function with the GUID name as a parameter instead of the GUID in the definition files.
Example:
Is there a specific reason why the cmdlet was removed?