Skip to content

Docs: Listing object types has changed in v3 #101

Description

@jamesglaves

(Get-Command Export-Entra | Select-Object -Expand Parameters)['Type'].Attributes.ValidValues

Super minor issue in documentation. This method no longer works in v3. Possible new way...

[Enum]::GetNames((Get-Command Export-Entra).Parameters['Type'].ParameterType.GetElementType())

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