Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 275 Bytes

File metadata and controls

14 lines (8 loc) · 275 Bytes

Example 1: Code snippet

Import-Module Microsoft.Graph.DirectoryObjects

$params = @{
}

Get-MgDirectoryObjectAvailableExtensionProperty -BodyParameter $params

This example shows how to use the Get-MgDirectoryObjectAvailableExtensionProperty Cmdlet.