Skip to content

Missing cmdlet Convert-DMSchemaGuid #119

Description

@dbeugger

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions