Microsoft.Intune.PowerShellGraphSDK.dll-Help.xml

<?xml version="1.0" encoding="utf-8"?>
<helpItems schema="maml" xmlns="http://msh">
  <!-- Cmdlet: Get-AADGroup -->
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <command:details>
      <command:name>Get-AADGroup</command:name>
      <command:verb>Get</command:verb>
      <command:noun>AADGroup</command:noun>
      <maml:description>
        <maml:para>Retrieves "microsoft.graph.group" objects.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Retrieves "microsoft.graph.group" objects in the "groups" collection.</maml:para>
      <maml:para>Graph call: GET ~/groups</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: Get -->
      <command:syntaxItem>
        <maml:name>Get-AADGroup</maml:name>
        <!-- Parameter: groupId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>groupId</maml:name>
          <maml:description>
            <maml:para>The ID for a "microsoft.graph.group" object in the "groups" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
      <!-- Parameter set: Search -->
      <command:syntaxItem>
        <maml:name>Get-AADGroup</maml:name>
        <!-- Parameter: Filter -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Filter</maml:name>
          <maml:description>
            <maml:para>The "$filter" query option value.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: MaxPageSize -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>MaxPageSize</maml:name>
          <maml:description>
            <maml:para>The "Prefer: odata.maxpagesize" header value.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Search -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Search</maml:name>
          <maml:description>
            <maml:para>The "$search" query option value.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Skip -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Skip</maml:name>
          <maml:description>
            <maml:para>The "$skip" query option value.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Top -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="First">
          <maml:name>Top</maml:name>
          <maml:description>
            <maml:para>The "$top" query option value.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: groupId -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>groupId</maml:name>
        <maml:description>
          <maml:para>The ID for a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Filter -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>Filter</maml:name>
        <maml:description>
          <maml:para>The "$filter" query option value.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Search -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>Search</maml:name>
        <maml:description>
          <maml:para>The "$search" query option value.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Skip -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>Skip</maml:name>
        <maml:description>
          <maml:para>The "$skip" query option value.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Top -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="First">
        <maml:name>Top</maml:name>
        <maml:description>
          <maml:para>The "$top" query option value.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="First">
        <maml:name>First</maml:name>
        <maml:description>
          <maml:para>The "$top" query option value.</maml:para>
          <maml:para>This is an alias of the Top parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: MaxPageSize -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>MaxPageSize</maml:name>
        <maml:description>
          <maml:para>The "Prefer: odata.maxpagesize" header value.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The ID for a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>GitHub Repository</maml:linkText>
        <maml:uri>https://github.com/Microsoft/Intune-PowerShell-SDK</maml:uri>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <!-- Cmdlet: New-AADGroup -->
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <command:details>
      <command:name>New-AADGroup</command:name>
      <command:verb>New</command:verb>
      <command:noun>AADGroup</command:noun>
      <maml:description>
        <maml:para>Creates a "microsoft.graph.group" object.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Adds a "microsoft.graph.group" object to the "groups" collection.</maml:para>
      <maml:para>Graph call: POST ~/groups</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: microsoft.graph.group -->
      <command:syntaxItem>
        <maml:name>New-AADGroup</maml:name>
        <!-- Parameter: allowExternalSenders -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>allowExternalSenders</maml:name>
          <maml:description>
            <maml:para>The "allowExternalSenders" property, of type "Edm.Boolean".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">bool</command:parameterValue>
          <dev:type>
            <maml:name>System.Boolean</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <!-- Parameter: autoSubscribeNewMembers -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>autoSubscribeNewMembers</maml:name>
          <maml:description>
            <maml:para>The "autoSubscribeNewMembers" property, of type "Edm.Boolean".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">bool</command:parameterValue>
          <dev:type>
            <maml:name>System.Boolean</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <!-- Parameter: classification -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>classification</maml:name>
          <maml:description>
            <maml:para>The "classification" property, of type "Edm.String".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: createdDateTime -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>createdDateTime</maml:name>
          <maml:description>
            <maml:para>The "createdDateTime" property, of type "Edm.DateTimeOffset".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">DateTimeOffset</command:parameterValue>
          <dev:type>
            <maml:name>System.DateTimeOffset</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>1/1/0001 12:00:00 AM +00:00</dev:defaultValue>
        </command:parameter>
        <!-- Parameter: createdOnBehalfOf -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>createdOnBehalfOf</maml:name>
          <maml:description>
            <maml:para>The "createdOnBehalfOf" property, of type "microsoft.graph.directoryObject".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">object</command:parameterValue>
          <dev:type>
            <maml:name>System.Object</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: deletedDateTime -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>deletedDateTime</maml:name>
          <maml:description>
            <maml:para>The "deletedDateTime" property, of type "Edm.DateTimeOffset".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">DateTimeOffset</command:parameterValue>
          <dev:type>
            <maml:name>System.DateTimeOffset</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>1/1/0001 12:00:00 AM +00:00</dev:defaultValue>
        </command:parameter>
        <!-- Parameter: description -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>description</maml:name>
          <maml:description>
            <maml:para>The "description" property, of type "Edm.String".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: displayName -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>displayName</maml:name>
          <maml:description>
            <maml:para>The "displayName" property, of type "Edm.String".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: groupLifecyclePolicies -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>groupLifecyclePolicies</maml:name>
          <maml:description>
            <maml:para>The "groupLifecyclePolicies" property, of type "microsoft.graph.groupLifecyclePolicy".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">object[]</command:parameterValue>
          <dev:type>
            <maml:name>System.Object[]</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: groupTypes -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>groupTypes</maml:name>
          <maml:description>
            <maml:para>The "groupTypes" property, of type "Edm.String".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string[]</command:parameterValue>
          <dev:type>
            <maml:name>System.String[]</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: isSubscribedByMail -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>isSubscribedByMail</maml:name>
          <maml:description>
            <maml:para>The "isSubscribedByMail" property, of type "Edm.Boolean".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">bool</command:parameterValue>
          <dev:type>
            <maml:name>System.Boolean</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <!-- Parameter: mail -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>mail</maml:name>
          <maml:description>
            <maml:para>The "mail" property, of type "Edm.String".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: mailEnabled -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>mailEnabled</maml:name>
          <maml:description>
            <maml:para>The "mailEnabled" property, of type "Edm.Boolean".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">bool</command:parameterValue>
          <dev:type>
            <maml:name>System.Boolean</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <!-- Parameter: mailNickname -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>mailNickname</maml:name>
          <maml:description>
            <maml:para>The "mailNickname" property, of type "Edm.String".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: memberOf -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>memberOf</maml:name>
          <maml:description>
            <maml:para>The "memberOf" property, of type "microsoft.graph.directoryObject".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">object[]</command:parameterValue>
          <dev:type>
            <maml:name>System.Object[]</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: members -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>members</maml:name>
          <maml:description>
            <maml:para>The "members" property, of type "microsoft.graph.directoryObject".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">object[]</command:parameterValue>
          <dev:type>
            <maml:name>System.Object[]</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: onPremisesLastSyncDateTime -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>onPremisesLastSyncDateTime</maml:name>
          <maml:description>
            <maml:para>The "onPremisesLastSyncDateTime" property, of type "Edm.DateTimeOffset".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">DateTimeOffset</command:parameterValue>
          <dev:type>
            <maml:name>System.DateTimeOffset</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>1/1/0001 12:00:00 AM +00:00</dev:defaultValue>
        </command:parameter>
        <!-- Parameter: onPremisesProvisioningErrors -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>onPremisesProvisioningErrors</maml:name>
          <maml:description>
            <maml:para>The "onPremisesProvisioningErrors" property, of type "microsoft.graph.onPremisesProvisioningError".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">object[]</command:parameterValue>
          <dev:type>
            <maml:name>System.Object[]</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: onPremisesSecurityIdentifier -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>onPremisesSecurityIdentifier</maml:name>
          <maml:description>
            <maml:para>The "onPremisesSecurityIdentifier" property, of type "Edm.String".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: onPremisesSyncEnabled -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>onPremisesSyncEnabled</maml:name>
          <maml:description>
            <maml:para>The "onPremisesSyncEnabled" property, of type "Edm.Boolean".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">bool</command:parameterValue>
          <dev:type>
            <maml:name>System.Boolean</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <!-- Parameter: owners -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>owners</maml:name>
          <maml:description>
            <maml:para>The "owners" property, of type "microsoft.graph.directoryObject".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">object[]</command:parameterValue>
          <dev:type>
            <maml:name>System.Object[]</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: photo -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>photo</maml:name>
          <maml:description>
            <maml:para>The "photo" property, of type "microsoft.graph.profilePhoto".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">object</command:parameterValue>
          <dev:type>
            <maml:name>System.Object</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: photos -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>photos</maml:name>
          <maml:description>
            <maml:para>The "photos" property, of type "microsoft.graph.profilePhoto".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">object[]</command:parameterValue>
          <dev:type>
            <maml:name>System.Object[]</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: proxyAddresses -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>proxyAddresses</maml:name>
          <maml:description>
            <maml:para>The "proxyAddresses" property, of type "Edm.String".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string[]</command:parameterValue>
          <dev:type>
            <maml:name>System.String[]</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: renewedDateTime -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>renewedDateTime</maml:name>
          <maml:description>
            <maml:para>The "renewedDateTime" property, of type "Edm.DateTimeOffset".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">DateTimeOffset</command:parameterValue>
          <dev:type>
            <maml:name>System.DateTimeOffset</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>1/1/0001 12:00:00 AM +00:00</dev:defaultValue>
        </command:parameter>
        <!-- Parameter: securityEnabled -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>securityEnabled</maml:name>
          <maml:description>
            <maml:para>The "securityEnabled" property, of type "Edm.Boolean".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">bool</command:parameterValue>
          <dev:type>
            <maml:name>System.Boolean</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <!-- Parameter: settings -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>settings</maml:name>
          <maml:description>
            <maml:para>The "settings" property, of type "microsoft.graph.groupSetting".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">object[]</command:parameterValue>
          <dev:type>
            <maml:name>System.Object[]</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: unseenCount -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>unseenCount</maml:name>
          <maml:description>
            <maml:para>The "unseenCount" property, of type "Edm.Int32".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>0</dev:defaultValue>
        </command:parameter>
        <!-- Parameter: visibility -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>visibility</maml:name>
          <maml:description>
            <maml:para>The "visibility" property, of type "Edm.String".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
      <!-- Parameter set: ManualTypeSelection -->
      <command:syntaxItem>
        <maml:name>New-AADGroup</maml:name>
        <!-- Parameter: ODataType -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named" aliases="@odata.type">
          <maml:name>ODataType</maml:name>
          <maml:description>
            <maml:para>The value provided in a search result (i.e. GET on a collection) in the "@odata.type" property.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: allowExternalSenders -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>allowExternalSenders</maml:name>
          <maml:description>
            <maml:para>The "allowExternalSenders" property, of type "Edm.Boolean".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">bool</command:parameterValue>
          <dev:type>
            <maml:name>System.Boolean</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <!-- Parameter: autoSubscribeNewMembers -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>autoSubscribeNewMembers</maml:name>
          <maml:description>
            <maml:para>The "autoSubscribeNewMembers" property, of type "Edm.Boolean".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">bool</command:parameterValue>
          <dev:type>
            <maml:name>System.Boolean</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <!-- Parameter: classification -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>classification</maml:name>
          <maml:description>
            <maml:para>The "classification" property, of type "Edm.String".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: createdDateTime -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>createdDateTime</maml:name>
          <maml:description>
            <maml:para>The "createdDateTime" property, of type "Edm.DateTimeOffset".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">DateTimeOffset</command:parameterValue>
          <dev:type>
            <maml:name>System.DateTimeOffset</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>1/1/0001 12:00:00 AM +00:00</dev:defaultValue>
        </command:parameter>
        <!-- Parameter: createdOnBehalfOf -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>createdOnBehalfOf</maml:name>
          <maml:description>
            <maml:para>The "createdOnBehalfOf" property, of type "microsoft.graph.directoryObject".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">object</command:parameterValue>
          <dev:type>
            <maml:name>System.Object</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: deletedDateTime -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>deletedDateTime</maml:name>
          <maml:description>
            <maml:para>The "deletedDateTime" property, of type "Edm.DateTimeOffset".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">DateTimeOffset</command:parameterValue>
          <dev:type>
            <maml:name>System.DateTimeOffset</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>1/1/0001 12:00:00 AM +00:00</dev:defaultValue>
        </command:parameter>
        <!-- Parameter: description -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>description</maml:name>
          <maml:description>
            <maml:para>The "description" property, of type "Edm.String".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: displayName -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>displayName</maml:name>
          <maml:description>
            <maml:para>The "displayName" property, of type "Edm.String".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: groupLifecyclePolicies -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>groupLifecyclePolicies</maml:name>
          <maml:description>
            <maml:para>The "groupLifecyclePolicies" property, of type "microsoft.graph.groupLifecyclePolicy".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">object[]</command:parameterValue>
          <dev:type>
            <maml:name>System.Object[]</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: groupTypes -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>groupTypes</maml:name>
          <maml:description>
            <maml:para>The "groupTypes" property, of type "Edm.String".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string[]</command:parameterValue>
          <dev:type>
            <maml:name>System.String[]</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: isSubscribedByMail -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>isSubscribedByMail</maml:name>
          <maml:description>
            <maml:para>The "isSubscribedByMail" property, of type "Edm.Boolean".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">bool</command:parameterValue>
          <dev:type>
            <maml:name>System.Boolean</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <!-- Parameter: mail -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>mail</maml:name>
          <maml:description>
            <maml:para>The "mail" property, of type "Edm.String".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: mailEnabled -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>mailEnabled</maml:name>
          <maml:description>
            <maml:para>The "mailEnabled" property, of type "Edm.Boolean".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">bool</command:parameterValue>
          <dev:type>
            <maml:name>System.Boolean</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <!-- Parameter: mailNickname -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>mailNickname</maml:name>
          <maml:description>
            <maml:para>The "mailNickname" property, of type "Edm.String".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: memberOf -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>memberOf</maml:name>
          <maml:description>
            <maml:para>The "memberOf" property, of type "microsoft.graph.directoryObject".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">object[]</command:parameterValue>
          <dev:type>
            <maml:name>System.Object[]</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: members -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>members</maml:name>
          <maml:description>
            <maml:para>The "members" property, of type "microsoft.graph.directoryObject".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">object[]</command:parameterValue>
          <dev:type>
            <maml:name>System.Object[]</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: onPremisesLastSyncDateTime -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>onPremisesLastSyncDateTime</maml:name>
          <maml:description>
            <maml:para>The "onPremisesLastSyncDateTime" property, of type "Edm.DateTimeOffset".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">DateTimeOffset</command:parameterValue>
          <dev:type>
            <maml:name>System.DateTimeOffset</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>1/1/0001 12:00:00 AM +00:00</dev:defaultValue>
        </command:parameter>
        <!-- Parameter: onPremisesProvisioningErrors -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>onPremisesProvisioningErrors</maml:name>
          <maml:description>
            <maml:para>The "onPremisesProvisioningErrors" property, of type "microsoft.graph.onPremisesProvisioningError".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">object[]</command:parameterValue>
          <dev:type>
            <maml:name>System.Object[]</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: onPremisesSecurityIdentifier -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>onPremisesSecurityIdentifier</maml:name>
          <maml:description>
            <maml:para>The "onPremisesSecurityIdentifier" property, of type "Edm.String".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: onPremisesSyncEnabled -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>onPremisesSyncEnabled</maml:name>
          <maml:description>
            <maml:para>The "onPremisesSyncEnabled" property, of type "Edm.Boolean".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">bool</command:parameterValue>
          <dev:type>
            <maml:name>System.Boolean</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <!-- Parameter: owners -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>owners</maml:name>
          <maml:description>
            <maml:para>The "owners" property, of type "microsoft.graph.directoryObject".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">object[]</command:parameterValue>
          <dev:type>
            <maml:name>System.Object[]</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: photo -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>photo</maml:name>
          <maml:description>
            <maml:para>The "photo" property, of type "microsoft.graph.profilePhoto".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">object</command:parameterValue>
          <dev:type>
            <maml:name>System.Object</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: photos -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>photos</maml:name>
          <maml:description>
            <maml:para>The "photos" property, of type "microsoft.graph.profilePhoto".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">object[]</command:parameterValue>
          <dev:type>
            <maml:name>System.Object[]</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: proxyAddresses -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>proxyAddresses</maml:name>
          <maml:description>
            <maml:para>The "proxyAddresses" property, of type "Edm.String".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string[]</command:parameterValue>
          <dev:type>
            <maml:name>System.String[]</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: renewedDateTime -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>renewedDateTime</maml:name>
          <maml:description>
            <maml:para>The "renewedDateTime" property, of type "Edm.DateTimeOffset".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">DateTimeOffset</command:parameterValue>
          <dev:type>
            <maml:name>System.DateTimeOffset</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>1/1/0001 12:00:00 AM +00:00</dev:defaultValue>
        </command:parameter>
        <!-- Parameter: securityEnabled -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>securityEnabled</maml:name>
          <maml:description>
            <maml:para>The "securityEnabled" property, of type "Edm.Boolean".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">bool</command:parameterValue>
          <dev:type>
            <maml:name>System.Boolean</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <!-- Parameter: settings -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>settings</maml:name>
          <maml:description>
            <maml:para>The "settings" property, of type "microsoft.graph.groupSetting".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">object[]</command:parameterValue>
          <dev:type>
            <maml:name>System.Object[]</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: unseenCount -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>unseenCount</maml:name>
          <maml:description>
            <maml:para>The "unseenCount" property, of type "Edm.Int32".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>0</dev:defaultValue>
        </command:parameter>
        <!-- Parameter: visibility -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>visibility</maml:name>
          <maml:description>
            <maml:para>The "visibility" property, of type "Edm.String".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: classification -->
      <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>classification</maml:name>
        <maml:description>
          <maml:para>The "classification" property, of type "Edm.String".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: createdDateTime -->
      <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>createdDateTime</maml:name>
        <maml:description>
          <maml:para>The "createdDateTime" property, of type "Edm.DateTimeOffset".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
        <command:parameterValue required="true">DateTimeOffset</command:parameterValue>
        <dev:type>
          <maml:name>System.DateTimeOffset</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>1/1/0001 12:00:00 AM +00:00</dev:defaultValue>
      </command:parameter>
      <!-- Parameter: description -->
      <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>description</maml:name>
        <maml:description>
          <maml:para>The "description" property, of type "Edm.String".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: displayName -->
      <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>displayName</maml:name>
        <maml:description>
          <maml:para>The "displayName" property, of type "Edm.String".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: groupTypes -->
      <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>groupTypes</maml:name>
        <maml:description>
          <maml:para>The "groupTypes" property, of type "Edm.String".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string[]</command:parameterValue>
        <dev:type>
          <maml:name>System.String[]</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: mail -->
      <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>mail</maml:name>
        <maml:description>
          <maml:para>The "mail" property, of type "Edm.String".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: mailEnabled -->
      <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>mailEnabled</maml:name>
        <maml:description>
          <maml:para>The "mailEnabled" property, of type "Edm.Boolean".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
        <command:parameterValue required="true">bool</command:parameterValue>
        <dev:type>
          <maml:name>System.Boolean</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <!-- Parameter: mailNickname -->
      <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>mailNickname</maml:name>
        <maml:description>
          <maml:para>The "mailNickname" property, of type "Edm.String".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: onPremisesLastSyncDateTime -->
      <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>onPremisesLastSyncDateTime</maml:name>
        <maml:description>
          <maml:para>The "onPremisesLastSyncDateTime" property, of type "Edm.DateTimeOffset".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
        <command:parameterValue required="true">DateTimeOffset</command:parameterValue>
        <dev:type>
          <maml:name>System.DateTimeOffset</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>1/1/0001 12:00:00 AM +00:00</dev:defaultValue>
      </command:parameter>
      <!-- Parameter: onPremisesProvisioningErrors -->
      <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>onPremisesProvisioningErrors</maml:name>
        <maml:description>
          <maml:para>The "onPremisesProvisioningErrors" property, of type "microsoft.graph.onPremisesProvisioningError".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
        <command:parameterValue required="true">object[]</command:parameterValue>
        <dev:type>
          <maml:name>System.Object[]</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: onPremisesSecurityIdentifier -->
      <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>onPremisesSecurityIdentifier</maml:name>
        <maml:description>
          <maml:para>The "onPremisesSecurityIdentifier" property, of type "Edm.String".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: onPremisesSyncEnabled -->
      <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>onPremisesSyncEnabled</maml:name>
        <maml:description>
          <maml:para>The "onPremisesSyncEnabled" property, of type "Edm.Boolean".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
        <command:parameterValue required="true">bool</command:parameterValue>
        <dev:type>
          <maml:name>System.Boolean</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <!-- Parameter: proxyAddresses -->
      <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>proxyAddresses</maml:name>
        <maml:description>
          <maml:para>The "proxyAddresses" property, of type "Edm.String".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string[]</command:parameterValue>
        <dev:type>
          <maml:name>System.String[]</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: renewedDateTime -->
      <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>renewedDateTime</maml:name>
        <maml:description>
          <maml:para>The "renewedDateTime" property, of type "Edm.DateTimeOffset".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
        <command:parameterValue required="true">DateTimeOffset</command:parameterValue>
        <dev:type>
          <maml:name>System.DateTimeOffset</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>1/1/0001 12:00:00 AM +00:00</dev:defaultValue>
      </command:parameter>
      <!-- Parameter: securityEnabled -->
      <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>securityEnabled</maml:name>
        <maml:description>
          <maml:para>The "securityEnabled" property, of type "Edm.Boolean".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
        <command:parameterValue required="true">bool</command:parameterValue>
        <dev:type>
          <maml:name>System.Boolean</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <!-- Parameter: visibility -->
      <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>visibility</maml:name>
        <maml:description>
          <maml:para>The "visibility" property, of type "Edm.String".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: allowExternalSenders -->
      <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>allowExternalSenders</maml:name>
        <maml:description>
          <maml:para>The "allowExternalSenders" property, of type "Edm.Boolean".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
        <command:parameterValue required="true">bool</command:parameterValue>
        <dev:type>
          <maml:name>System.Boolean</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <!-- Parameter: autoSubscribeNewMembers -->
      <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>autoSubscribeNewMembers</maml:name>
        <maml:description>
          <maml:para>The "autoSubscribeNewMembers" property, of type "Edm.Boolean".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
        <command:parameterValue required="true">bool</command:parameterValue>
        <dev:type>
          <maml:name>System.Boolean</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <!-- Parameter: isSubscribedByMail -->
      <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>isSubscribedByMail</maml:name>
        <maml:description>
          <maml:para>The "isSubscribedByMail" property, of type "Edm.Boolean".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
        <command:parameterValue required="true">bool</command:parameterValue>
        <dev:type>
          <maml:name>System.Boolean</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <!-- Parameter: unseenCount -->
      <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>unseenCount</maml:name>
        <maml:description>
          <maml:para>The "unseenCount" property, of type "Edm.Int32".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>0</dev:defaultValue>
      </command:parameter>
      <!-- Parameter: members -->
      <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>members</maml:name>
        <maml:description>
          <maml:para>The "members" property, of type "microsoft.graph.directoryObject".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
        <command:parameterValue required="true">object[]</command:parameterValue>
        <dev:type>
          <maml:name>System.Object[]</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: memberOf -->
      <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>memberOf</maml:name>
        <maml:description>
          <maml:para>The "memberOf" property, of type "microsoft.graph.directoryObject".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
        <command:parameterValue required="true">object[]</command:parameterValue>
        <dev:type>
          <maml:name>System.Object[]</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: createdOnBehalfOf -->
      <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>createdOnBehalfOf</maml:name>
        <maml:description>
          <maml:para>The "createdOnBehalfOf" property, of type "microsoft.graph.directoryObject".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
        <command:parameterValue required="true">object</command:parameterValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: owners -->
      <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>owners</maml:name>
        <maml:description>
          <maml:para>The "owners" property, of type "microsoft.graph.directoryObject".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
        <command:parameterValue required="true">object[]</command:parameterValue>
        <dev:type>
          <maml:name>System.Object[]</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: settings -->
      <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>settings</maml:name>
        <maml:description>
          <maml:para>The "settings" property, of type "microsoft.graph.groupSetting".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
        <command:parameterValue required="true">object[]</command:parameterValue>
        <dev:type>
          <maml:name>System.Object[]</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: photo -->
      <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>photo</maml:name>
        <maml:description>
          <maml:para>The "photo" property, of type "microsoft.graph.profilePhoto".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
        <command:parameterValue required="true">object</command:parameterValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: photos -->
      <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>photos</maml:name>
        <maml:description>
          <maml:para>The "photos" property, of type "microsoft.graph.profilePhoto".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
        <command:parameterValue required="true">object[]</command:parameterValue>
        <dev:type>
          <maml:name>System.Object[]</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: groupLifecyclePolicies -->
      <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>groupLifecyclePolicies</maml:name>
        <maml:description>
          <maml:para>The "groupLifecyclePolicies" property, of type "microsoft.graph.groupLifecyclePolicy".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
        <command:parameterValue required="true">object[]</command:parameterValue>
        <dev:type>
          <maml:name>System.Object[]</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: deletedDateTime -->
      <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>deletedDateTime</maml:name>
        <maml:description>
          <maml:para>The "deletedDateTime" property, of type "Edm.DateTimeOffset".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
        <command:parameterValue required="true">DateTimeOffset</command:parameterValue>
        <dev:type>
          <maml:name>System.DateTimeOffset</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>1/1/0001 12:00:00 AM +00:00</dev:defaultValue>
      </command:parameter>
      <!-- Parameter: ODataType -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named" aliases="@odata.type">
        <maml:name>ODataType</maml:name>
        <maml:description>
          <maml:para>The value provided in a search result (i.e. GET on a collection) in the "@odata.type" property.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named" aliases="@odata.type">
        <maml:name>@odata.type</maml:name>
        <maml:description>
          <maml:para>The value provided in a search result (i.e. GET on a collection) in the "@odata.type" property.</maml:para>
          <maml:para>This is an alias of the ODataType parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The "classification" property, of type "Edm.String".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.DateTimeOffset</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The "createdDateTime" property, of type "Edm.DateTimeOffset".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The "description" property, of type "Edm.String".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The "displayName" property, of type "Edm.String".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.String[]</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The "groupTypes" property, of type "Edm.String".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The "mail" property, of type "Edm.String".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.Boolean</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The "mailEnabled" property, of type "Edm.Boolean".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The "mailNickname" property, of type "Edm.String".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.DateTimeOffset</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The "onPremisesLastSyncDateTime" property, of type "Edm.DateTimeOffset".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.Object[]</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The "onPremisesProvisioningErrors" property, of type "microsoft.graph.onPremisesProvisioningError".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The "onPremisesSecurityIdentifier" property, of type "Edm.String".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.Boolean</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The "onPremisesSyncEnabled" property, of type "Edm.Boolean".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.String[]</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The "proxyAddresses" property, of type "Edm.String".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.DateTimeOffset</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The "renewedDateTime" property, of type "Edm.DateTimeOffset".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.Boolean</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The "securityEnabled" property, of type "Edm.Boolean".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The "visibility" property, of type "Edm.String".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.Boolean</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The "allowExternalSenders" property, of type "Edm.Boolean".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.Boolean</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The "autoSubscribeNewMembers" property, of type "Edm.Boolean".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.Boolean</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The "isSubscribedByMail" property, of type "Edm.Boolean".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The "unseenCount" property, of type "Edm.Int32".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.Object[]</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The "members" property, of type "microsoft.graph.directoryObject".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.Object[]</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The "memberOf" property, of type "microsoft.graph.directoryObject".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.Object</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The "createdOnBehalfOf" property, of type "microsoft.graph.directoryObject".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.Object[]</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The "owners" property, of type "microsoft.graph.directoryObject".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.Object[]</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The "settings" property, of type "microsoft.graph.groupSetting".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.Object</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The "photo" property, of type "microsoft.graph.profilePhoto".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.Object[]</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The "photos" property, of type "microsoft.graph.profilePhoto".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.Object[]</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The "groupLifecyclePolicies" property, of type "microsoft.graph.groupLifecyclePolicy".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.DateTimeOffset</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The "deletedDateTime" property, of type "Edm.DateTimeOffset".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The value provided in a search result (i.e. GET on a collection) in the "@odata.type" property.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>GitHub Repository</maml:linkText>
        <maml:uri>https://github.com/Microsoft/Intune-PowerShell-SDK</maml:uri>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <!-- Cmdlet: Remove-AADGroup -->
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <command:details>
      <command:name>Remove-AADGroup</command:name>
      <command:verb>Remove</command:verb>
      <command:noun>AADGroup</command:noun>
      <maml:description>
        <maml:para>Removes a "microsoft.graph.group" object.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Removes a "microsoft.graph.group" object from the "groups" collection.</maml:para>
      <maml:para>Graph Call: DELETE ~/groups/groupId</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>Remove-AADGroup</maml:name>
        <!-- Parameter: groupId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>groupId</maml:name>
          <maml:description>
            <maml:para>The ID for a "microsoft.graph.group" object in the "groups" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: groupId -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>groupId</maml:name>
        <maml:description>
          <maml:para>The ID for a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The ID for a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>GitHub Repository</maml:linkText>
        <maml:uri>https://github.com/Microsoft/Intune-PowerShell-SDK</maml:uri>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <!-- Cmdlet: Update-AADGroup -->
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <command:details>
      <command:name>Update-AADGroup</command:name>
      <command:verb>Update</command:verb>
      <command:noun>AADGroup</command:noun>
      <maml:description>
        <maml:para>Updates a "microsoft.graph.group".</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Updates a "microsoft.graph.group" object in the "groups" collection.</maml:para>
      <maml:para>Graph Call: PATCH ~/groups</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: microsoft.graph.group -->
      <command:syntaxItem>
        <maml:name>Update-AADGroup</maml:name>
        <!-- Parameter: groupId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>groupId</maml:name>
          <maml:description>
            <maml:para>The ID for a "microsoft.graph.group" object in the "groups" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: allowExternalSenders -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>allowExternalSenders</maml:name>
          <maml:description>
            <maml:para>The "allowExternalSenders" property, of type "Edm.Boolean".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">bool</command:parameterValue>
          <dev:type>
            <maml:name>System.Boolean</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <!-- Parameter: autoSubscribeNewMembers -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>autoSubscribeNewMembers</maml:name>
          <maml:description>
            <maml:para>The "autoSubscribeNewMembers" property, of type "Edm.Boolean".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">bool</command:parameterValue>
          <dev:type>
            <maml:name>System.Boolean</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <!-- Parameter: classification -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>classification</maml:name>
          <maml:description>
            <maml:para>The "classification" property, of type "Edm.String".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: createdDateTime -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>createdDateTime</maml:name>
          <maml:description>
            <maml:para>The "createdDateTime" property, of type "Edm.DateTimeOffset".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">DateTimeOffset</command:parameterValue>
          <dev:type>
            <maml:name>System.DateTimeOffset</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>1/1/0001 12:00:00 AM +00:00</dev:defaultValue>
        </command:parameter>
        <!-- Parameter: createdOnBehalfOf -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>createdOnBehalfOf</maml:name>
          <maml:description>
            <maml:para>The "createdOnBehalfOf" property, of type "microsoft.graph.directoryObject".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">object</command:parameterValue>
          <dev:type>
            <maml:name>System.Object</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: deletedDateTime -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>deletedDateTime</maml:name>
          <maml:description>
            <maml:para>The "deletedDateTime" property, of type "Edm.DateTimeOffset".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">DateTimeOffset</command:parameterValue>
          <dev:type>
            <maml:name>System.DateTimeOffset</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>1/1/0001 12:00:00 AM +00:00</dev:defaultValue>
        </command:parameter>
        <!-- Parameter: description -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>description</maml:name>
          <maml:description>
            <maml:para>The "description" property, of type "Edm.String".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: displayName -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>displayName</maml:name>
          <maml:description>
            <maml:para>The "displayName" property, of type "Edm.String".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: groupLifecyclePolicies -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>groupLifecyclePolicies</maml:name>
          <maml:description>
            <maml:para>The "groupLifecyclePolicies" property, of type "microsoft.graph.groupLifecyclePolicy".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">object[]</command:parameterValue>
          <dev:type>
            <maml:name>System.Object[]</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: groupTypes -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>groupTypes</maml:name>
          <maml:description>
            <maml:para>The "groupTypes" property, of type "Edm.String".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string[]</command:parameterValue>
          <dev:type>
            <maml:name>System.String[]</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: isSubscribedByMail -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>isSubscribedByMail</maml:name>
          <maml:description>
            <maml:para>The "isSubscribedByMail" property, of type "Edm.Boolean".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">bool</command:parameterValue>
          <dev:type>
            <maml:name>System.Boolean</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <!-- Parameter: mail -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>mail</maml:name>
          <maml:description>
            <maml:para>The "mail" property, of type "Edm.String".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: mailEnabled -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>mailEnabled</maml:name>
          <maml:description>
            <maml:para>The "mailEnabled" property, of type "Edm.Boolean".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">bool</command:parameterValue>
          <dev:type>
            <maml:name>System.Boolean</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <!-- Parameter: mailNickname -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>mailNickname</maml:name>
          <maml:description>
            <maml:para>The "mailNickname" property, of type "Edm.String".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: memberOf -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>memberOf</maml:name>
          <maml:description>
            <maml:para>The "memberOf" property, of type "microsoft.graph.directoryObject".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">object[]</command:parameterValue>
          <dev:type>
            <maml:name>System.Object[]</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: members -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>members</maml:name>
          <maml:description>
            <maml:para>The "members" property, of type "microsoft.graph.directoryObject".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">object[]</command:parameterValue>
          <dev:type>
            <maml:name>System.Object[]</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: onPremisesLastSyncDateTime -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>onPremisesLastSyncDateTime</maml:name>
          <maml:description>
            <maml:para>The "onPremisesLastSyncDateTime" property, of type "Edm.DateTimeOffset".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">DateTimeOffset</command:parameterValue>
          <dev:type>
            <maml:name>System.DateTimeOffset</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>1/1/0001 12:00:00 AM +00:00</dev:defaultValue>
        </command:parameter>
        <!-- Parameter: onPremisesProvisioningErrors -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>onPremisesProvisioningErrors</maml:name>
          <maml:description>
            <maml:para>The "onPremisesProvisioningErrors" property, of type "microsoft.graph.onPremisesProvisioningError".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">object[]</command:parameterValue>
          <dev:type>
            <maml:name>System.Object[]</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: onPremisesSecurityIdentifier -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>onPremisesSecurityIdentifier</maml:name>
          <maml:description>
            <maml:para>The "onPremisesSecurityIdentifier" property, of type "Edm.String".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: onPremisesSyncEnabled -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>onPremisesSyncEnabled</maml:name>
          <maml:description>
            <maml:para>The "onPremisesSyncEnabled" property, of type "Edm.Boolean".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">bool</command:parameterValue>
          <dev:type>
            <maml:name>System.Boolean</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <!-- Parameter: owners -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>owners</maml:name>
          <maml:description>
            <maml:para>The "owners" property, of type "microsoft.graph.directoryObject".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">object[]</command:parameterValue>
          <dev:type>
            <maml:name>System.Object[]</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: photo -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>photo</maml:name>
          <maml:description>
            <maml:para>The "photo" property, of type "microsoft.graph.profilePhoto".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">object</command:parameterValue>
          <dev:type>
            <maml:name>System.Object</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: photos -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>photos</maml:name>
          <maml:description>
            <maml:para>The "photos" property, of type "microsoft.graph.profilePhoto".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">object[]</command:parameterValue>
          <dev:type>
            <maml:name>System.Object[]</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: proxyAddresses -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>proxyAddresses</maml:name>
          <maml:description>
            <maml:para>The "proxyAddresses" property, of type "Edm.String".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string[]</command:parameterValue>
          <dev:type>
            <maml:name>System.String[]</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: renewedDateTime -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>renewedDateTime</maml:name>
          <maml:description>
            <maml:para>The "renewedDateTime" property, of type "Edm.DateTimeOffset".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">DateTimeOffset</command:parameterValue>
          <dev:type>
            <maml:name>System.DateTimeOffset</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>1/1/0001 12:00:00 AM +00:00</dev:defaultValue>
        </command:parameter>
        <!-- Parameter: securityEnabled -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>securityEnabled</maml:name>
          <maml:description>
            <maml:para>The "securityEnabled" property, of type "Edm.Boolean".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">bool</command:parameterValue>
          <dev:type>
            <maml:name>System.Boolean</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <!-- Parameter: settings -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>settings</maml:name>
          <maml:description>
            <maml:para>The "settings" property, of type "microsoft.graph.groupSetting".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">object[]</command:parameterValue>
          <dev:type>
            <maml:name>System.Object[]</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: unseenCount -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>unseenCount</maml:name>
          <maml:description>
            <maml:para>The "unseenCount" property, of type "Edm.Int32".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>0</dev:defaultValue>
        </command:parameter>
        <!-- Parameter: visibility -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>visibility</maml:name>
          <maml:description>
            <maml:para>The "visibility" property, of type "Edm.String".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
      <!-- Parameter set: ManualTypeSelection -->
      <command:syntaxItem>
        <maml:name>Update-AADGroup</maml:name>
        <!-- Parameter: groupId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>groupId</maml:name>
          <maml:description>
            <maml:para>The ID for a "microsoft.graph.group" object in the "groups" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: ODataType -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named" aliases="@odata.type">
          <maml:name>ODataType</maml:name>
          <maml:description>
            <maml:para>The value provided in a search result (i.e. GET on a collection) in the "@odata.type" property.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: allowExternalSenders -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>allowExternalSenders</maml:name>
          <maml:description>
            <maml:para>The "allowExternalSenders" property, of type "Edm.Boolean".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">bool</command:parameterValue>
          <dev:type>
            <maml:name>System.Boolean</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <!-- Parameter: autoSubscribeNewMembers -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>autoSubscribeNewMembers</maml:name>
          <maml:description>
            <maml:para>The "autoSubscribeNewMembers" property, of type "Edm.Boolean".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">bool</command:parameterValue>
          <dev:type>
            <maml:name>System.Boolean</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <!-- Parameter: classification -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>classification</maml:name>
          <maml:description>
            <maml:para>The "classification" property, of type "Edm.String".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: createdDateTime -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>createdDateTime</maml:name>
          <maml:description>
            <maml:para>The "createdDateTime" property, of type "Edm.DateTimeOffset".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">DateTimeOffset</command:parameterValue>
          <dev:type>
            <maml:name>System.DateTimeOffset</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>1/1/0001 12:00:00 AM +00:00</dev:defaultValue>
        </command:parameter>
        <!-- Parameter: createdOnBehalfOf -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>createdOnBehalfOf</maml:name>
          <maml:description>
            <maml:para>The "createdOnBehalfOf" property, of type "microsoft.graph.directoryObject".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">object</command:parameterValue>
          <dev:type>
            <maml:name>System.Object</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: deletedDateTime -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>deletedDateTime</maml:name>
          <maml:description>
            <maml:para>The "deletedDateTime" property, of type "Edm.DateTimeOffset".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">DateTimeOffset</command:parameterValue>
          <dev:type>
            <maml:name>System.DateTimeOffset</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>1/1/0001 12:00:00 AM +00:00</dev:defaultValue>
        </command:parameter>
        <!-- Parameter: description -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>description</maml:name>
          <maml:description>
            <maml:para>The "description" property, of type "Edm.String".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: displayName -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>displayName</maml:name>
          <maml:description>
            <maml:para>The "displayName" property, of type "Edm.String".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: groupLifecyclePolicies -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>groupLifecyclePolicies</maml:name>
          <maml:description>
            <maml:para>The "groupLifecyclePolicies" property, of type "microsoft.graph.groupLifecyclePolicy".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">object[]</command:parameterValue>
          <dev:type>
            <maml:name>System.Object[]</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: groupTypes -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>groupTypes</maml:name>
          <maml:description>
            <maml:para>The "groupTypes" property, of type "Edm.String".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string[]</command:parameterValue>
          <dev:type>
            <maml:name>System.String[]</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: isSubscribedByMail -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>isSubscribedByMail</maml:name>
          <maml:description>
            <maml:para>The "isSubscribedByMail" property, of type "Edm.Boolean".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">bool</command:parameterValue>
          <dev:type>
            <maml:name>System.Boolean</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <!-- Parameter: mail -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>mail</maml:name>
          <maml:description>
            <maml:para>The "mail" property, of type "Edm.String".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: mailEnabled -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>mailEnabled</maml:name>
          <maml:description>
            <maml:para>The "mailEnabled" property, of type "Edm.Boolean".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">bool</command:parameterValue>
          <dev:type>
            <maml:name>System.Boolean</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <!-- Parameter: mailNickname -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>mailNickname</maml:name>
          <maml:description>
            <maml:para>The "mailNickname" property, of type "Edm.String".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: memberOf -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>memberOf</maml:name>
          <maml:description>
            <maml:para>The "memberOf" property, of type "microsoft.graph.directoryObject".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">object[]</command:parameterValue>
          <dev:type>
            <maml:name>System.Object[]</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: members -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>members</maml:name>
          <maml:description>
            <maml:para>The "members" property, of type "microsoft.graph.directoryObject".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">object[]</command:parameterValue>
          <dev:type>
            <maml:name>System.Object[]</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: onPremisesLastSyncDateTime -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>onPremisesLastSyncDateTime</maml:name>
          <maml:description>
            <maml:para>The "onPremisesLastSyncDateTime" property, of type "Edm.DateTimeOffset".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">DateTimeOffset</command:parameterValue>
          <dev:type>
            <maml:name>System.DateTimeOffset</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>1/1/0001 12:00:00 AM +00:00</dev:defaultValue>
        </command:parameter>
        <!-- Parameter: onPremisesProvisioningErrors -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>onPremisesProvisioningErrors</maml:name>
          <maml:description>
            <maml:para>The "onPremisesProvisioningErrors" property, of type "microsoft.graph.onPremisesProvisioningError".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">object[]</command:parameterValue>
          <dev:type>
            <maml:name>System.Object[]</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: onPremisesSecurityIdentifier -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>onPremisesSecurityIdentifier</maml:name>
          <maml:description>
            <maml:para>The "onPremisesSecurityIdentifier" property, of type "Edm.String".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: onPremisesSyncEnabled -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>onPremisesSyncEnabled</maml:name>
          <maml:description>
            <maml:para>The "onPremisesSyncEnabled" property, of type "Edm.Boolean".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">bool</command:parameterValue>
          <dev:type>
            <maml:name>System.Boolean</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <!-- Parameter: owners -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>owners</maml:name>
          <maml:description>
            <maml:para>The "owners" property, of type "microsoft.graph.directoryObject".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">object[]</command:parameterValue>
          <dev:type>
            <maml:name>System.Object[]</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: photo -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>photo</maml:name>
          <maml:description>
            <maml:para>The "photo" property, of type "microsoft.graph.profilePhoto".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">object</command:parameterValue>
          <dev:type>
            <maml:name>System.Object</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: photos -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>photos</maml:name>
          <maml:description>
            <maml:para>The "photos" property, of type "microsoft.graph.profilePhoto".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">object[]</command:parameterValue>
          <dev:type>
            <maml:name>System.Object[]</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: proxyAddresses -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>proxyAddresses</maml:name>
          <maml:description>
            <maml:para>The "proxyAddresses" property, of type "Edm.String".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string[]</command:parameterValue>
          <dev:type>
            <maml:name>System.String[]</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: renewedDateTime -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>renewedDateTime</maml:name>
          <maml:description>
            <maml:para>The "renewedDateTime" property, of type "Edm.DateTimeOffset".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">DateTimeOffset</command:parameterValue>
          <dev:type>
            <maml:name>System.DateTimeOffset</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>1/1/0001 12:00:00 AM +00:00</dev:defaultValue>
        </command:parameter>
        <!-- Parameter: securityEnabled -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>securityEnabled</maml:name>
          <maml:description>
            <maml:para>The "securityEnabled" property, of type "Edm.Boolean".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">bool</command:parameterValue>
          <dev:type>
            <maml:name>System.Boolean</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <!-- Parameter: settings -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>settings</maml:name>
          <maml:description>
            <maml:para>The "settings" property, of type "microsoft.graph.groupSetting".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">object[]</command:parameterValue>
          <dev:type>
            <maml:name>System.Object[]</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: unseenCount -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>unseenCount</maml:name>
          <maml:description>
            <maml:para>The "unseenCount" property, of type "Edm.Int32".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>0</dev:defaultValue>
        </command:parameter>
        <!-- Parameter: visibility -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>visibility</maml:name>
          <maml:description>
            <maml:para>The "visibility" property, of type "Edm.String".</maml:para>
            <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: groupId -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>groupId</maml:name>
        <maml:description>
          <maml:para>The ID for a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: classification -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>classification</maml:name>
        <maml:description>
          <maml:para>The "classification" property, of type "Edm.String".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: createdDateTime -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>createdDateTime</maml:name>
        <maml:description>
          <maml:para>The "createdDateTime" property, of type "Edm.DateTimeOffset".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
        <command:parameterValue required="true">DateTimeOffset</command:parameterValue>
        <dev:type>
          <maml:name>System.DateTimeOffset</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>1/1/0001 12:00:00 AM +00:00</dev:defaultValue>
      </command:parameter>
      <!-- Parameter: description -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>description</maml:name>
        <maml:description>
          <maml:para>The "description" property, of type "Edm.String".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: displayName -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>displayName</maml:name>
        <maml:description>
          <maml:para>The "displayName" property, of type "Edm.String".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: groupTypes -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>groupTypes</maml:name>
        <maml:description>
          <maml:para>The "groupTypes" property, of type "Edm.String".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string[]</command:parameterValue>
        <dev:type>
          <maml:name>System.String[]</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: mail -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>mail</maml:name>
        <maml:description>
          <maml:para>The "mail" property, of type "Edm.String".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: mailEnabled -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>mailEnabled</maml:name>
        <maml:description>
          <maml:para>The "mailEnabled" property, of type "Edm.Boolean".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
        <command:parameterValue required="true">bool</command:parameterValue>
        <dev:type>
          <maml:name>System.Boolean</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <!-- Parameter: mailNickname -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>mailNickname</maml:name>
        <maml:description>
          <maml:para>The "mailNickname" property, of type "Edm.String".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: onPremisesLastSyncDateTime -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>onPremisesLastSyncDateTime</maml:name>
        <maml:description>
          <maml:para>The "onPremisesLastSyncDateTime" property, of type "Edm.DateTimeOffset".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
        <command:parameterValue required="true">DateTimeOffset</command:parameterValue>
        <dev:type>
          <maml:name>System.DateTimeOffset</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>1/1/0001 12:00:00 AM +00:00</dev:defaultValue>
      </command:parameter>
      <!-- Parameter: onPremisesProvisioningErrors -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>onPremisesProvisioningErrors</maml:name>
        <maml:description>
          <maml:para>The "onPremisesProvisioningErrors" property, of type "microsoft.graph.onPremisesProvisioningError".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
        <command:parameterValue required="true">object[]</command:parameterValue>
        <dev:type>
          <maml:name>System.Object[]</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: onPremisesSecurityIdentifier -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>onPremisesSecurityIdentifier</maml:name>
        <maml:description>
          <maml:para>The "onPremisesSecurityIdentifier" property, of type "Edm.String".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: onPremisesSyncEnabled -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>onPremisesSyncEnabled</maml:name>
        <maml:description>
          <maml:para>The "onPremisesSyncEnabled" property, of type "Edm.Boolean".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
        <command:parameterValue required="true">bool</command:parameterValue>
        <dev:type>
          <maml:name>System.Boolean</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <!-- Parameter: proxyAddresses -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>proxyAddresses</maml:name>
        <maml:description>
          <maml:para>The "proxyAddresses" property, of type "Edm.String".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string[]</command:parameterValue>
        <dev:type>
          <maml:name>System.String[]</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: renewedDateTime -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>renewedDateTime</maml:name>
        <maml:description>
          <maml:para>The "renewedDateTime" property, of type "Edm.DateTimeOffset".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
        <command:parameterValue required="true">DateTimeOffset</command:parameterValue>
        <dev:type>
          <maml:name>System.DateTimeOffset</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>1/1/0001 12:00:00 AM +00:00</dev:defaultValue>
      </command:parameter>
      <!-- Parameter: securityEnabled -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>securityEnabled</maml:name>
        <maml:description>
          <maml:para>The "securityEnabled" property, of type "Edm.Boolean".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
        <command:parameterValue required="true">bool</command:parameterValue>
        <dev:type>
          <maml:name>System.Boolean</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <!-- Parameter: visibility -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>visibility</maml:name>
        <maml:description>
          <maml:para>The "visibility" property, of type "Edm.String".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: allowExternalSenders -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>allowExternalSenders</maml:name>
        <maml:description>
          <maml:para>The "allowExternalSenders" property, of type "Edm.Boolean".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
        <command:parameterValue required="true">bool</command:parameterValue>
        <dev:type>
          <maml:name>System.Boolean</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <!-- Parameter: autoSubscribeNewMembers -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>autoSubscribeNewMembers</maml:name>
        <maml:description>
          <maml:para>The "autoSubscribeNewMembers" property, of type "Edm.Boolean".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
        <command:parameterValue required="true">bool</command:parameterValue>
        <dev:type>
          <maml:name>System.Boolean</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <!-- Parameter: isSubscribedByMail -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>isSubscribedByMail</maml:name>
        <maml:description>
          <maml:para>The "isSubscribedByMail" property, of type "Edm.Boolean".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
        <command:parameterValue required="true">bool</command:parameterValue>
        <dev:type>
          <maml:name>System.Boolean</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <!-- Parameter: unseenCount -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>unseenCount</maml:name>
        <maml:description>
          <maml:para>The "unseenCount" property, of type "Edm.Int32".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>0</dev:defaultValue>
      </command:parameter>
      <!-- Parameter: members -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>members</maml:name>
        <maml:description>
          <maml:para>The "members" property, of type "microsoft.graph.directoryObject".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
        <command:parameterValue required="true">object[]</command:parameterValue>
        <dev:type>
          <maml:name>System.Object[]</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: memberOf -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>memberOf</maml:name>
        <maml:description>
          <maml:para>The "memberOf" property, of type "microsoft.graph.directoryObject".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
        <command:parameterValue required="true">object[]</command:parameterValue>
        <dev:type>
          <maml:name>System.Object[]</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: createdOnBehalfOf -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>createdOnBehalfOf</maml:name>
        <maml:description>
          <maml:para>The "createdOnBehalfOf" property, of type "microsoft.graph.directoryObject".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
        <command:parameterValue required="true">object</command:parameterValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: owners -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>owners</maml:name>
        <maml:description>
          <maml:para>The "owners" property, of type "microsoft.graph.directoryObject".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
        <command:parameterValue required="true">object[]</command:parameterValue>
        <dev:type>
          <maml:name>System.Object[]</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: settings -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>settings</maml:name>
        <maml:description>
          <maml:para>The "settings" property, of type "microsoft.graph.groupSetting".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
        <command:parameterValue required="true">object[]</command:parameterValue>
        <dev:type>
          <maml:name>System.Object[]</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: photo -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>photo</maml:name>
        <maml:description>
          <maml:para>The "photo" property, of type "microsoft.graph.profilePhoto".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
        <command:parameterValue required="true">object</command:parameterValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: photos -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>photos</maml:name>
        <maml:description>
          <maml:para>The "photos" property, of type "microsoft.graph.profilePhoto".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
        <command:parameterValue required="true">object[]</command:parameterValue>
        <dev:type>
          <maml:name>System.Object[]</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: groupLifecyclePolicies -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>groupLifecyclePolicies</maml:name>
        <maml:description>
          <maml:para>The "groupLifecyclePolicies" property, of type "microsoft.graph.groupLifecyclePolicy".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
        <command:parameterValue required="true">object[]</command:parameterValue>
        <dev:type>
          <maml:name>System.Object[]</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: deletedDateTime -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>deletedDateTime</maml:name>
        <maml:description>
          <maml:para>The "deletedDateTime" property, of type "Edm.DateTimeOffset".</maml:para>
          <maml:para>This property is on the "microsoft.graph.group" type.</maml:para>
        </maml:description>
        <command:parameterValue required="true">DateTimeOffset</command:parameterValue>
        <dev:type>
          <maml:name>System.DateTimeOffset</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>1/1/0001 12:00:00 AM +00:00</dev:defaultValue>
      </command:parameter>
      <!-- Parameter: ODataType -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named" aliases="@odata.type">
        <maml:name>ODataType</maml:name>
        <maml:description>
          <maml:para>The value provided in a search result (i.e. GET on a collection) in the "@odata.type" property.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named" aliases="@odata.type">
        <maml:name>@odata.type</maml:name>
        <maml:description>
          <maml:para>The value provided in a search result (i.e. GET on a collection) in the "@odata.type" property.</maml:para>
          <maml:para>This is an alias of the ODataType parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The ID for a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The value provided in a search result (i.e. GET on a collection) in the "@odata.type" property.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>GitHub Repository</maml:linkText>
        <maml:uri>https://github.com/Microsoft/Intune-PowerShell-SDK</maml:uri>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <!-- Cmdlet: Invoke-AADGroupAddFavorite -->
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <command:details>
      <command:name>Invoke-AADGroupAddFavorite</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>AADGroupAddFavorite</command:noun>
    </command:details>
    <maml:description>
      <maml:para>The action "microsoft.graph.addFavorite", which exists on the type "microsoft.graph.group".</maml:para>
      <maml:para>This action does not return any objects.</maml:para>
      <maml:para>Graph Call: POST ~/groups/addFavorite</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>Invoke-AADGroupAddFavorite</maml:name>
        <!-- Parameter: groupId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>groupId</maml:name>
          <maml:description>
            <maml:para>The ID for a "microsoft.graph.group" object in the "groups" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: groupId -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>groupId</maml:name>
        <maml:description>
          <maml:para>The ID for a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The ID for a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>GitHub Repository</maml:linkText>
        <maml:uri>https://github.com/Microsoft/Intune-PowerShell-SDK</maml:uri>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <!-- Cmdlet: Invoke-AADGroupCheckMemberGroup -->
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <command:details>
      <command:name>Invoke-AADGroupCheckMemberGroup</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>AADGroupCheckMemberGroup</command:noun>
    </command:details>
    <maml:description>
      <maml:para>The action "microsoft.graph.checkMemberGroups", which exists on the type "microsoft.graph.group".</maml:para>
      <maml:para>This action returns a collection of "Edm.String" objects.</maml:para>
      <maml:para>Graph Call: POST ~/groups/checkMemberGroups</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>Invoke-AADGroupCheckMemberGroup</maml:name>
        <!-- Parameter: groupId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>groupId</maml:name>
          <maml:description>
            <maml:para>The ID for a "microsoft.graph.group" object in the "groups" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: groupIds -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>groupIds</maml:name>
          <maml:description>
            <maml:para>The "groupIds" action parameter of type "Edm.String".</maml:para>
          </maml:description>
          <command:parameterValue required="true">string[]</command:parameterValue>
          <dev:type>
            <maml:name>System.String[]</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: groupIds -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>groupIds</maml:name>
        <maml:description>
          <maml:para>The "groupIds" action parameter of type "Edm.String".</maml:para>
        </maml:description>
        <command:parameterValue required="true">string[]</command:parameterValue>
        <dev:type>
          <maml:name>System.String[]</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: groupId -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>groupId</maml:name>
        <maml:description>
          <maml:para>The ID for a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String[]</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The "groupIds" action parameter of type "Edm.String".</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The ID for a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>GitHub Repository</maml:linkText>
        <maml:uri>https://github.com/Microsoft/Intune-PowerShell-SDK</maml:uri>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <!-- Cmdlet: Get-AADGroupCreatedOnBehalfOf -->
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <command:details>
      <command:name>Get-AADGroupCreatedOnBehalfOf</command:name>
      <command:verb>Get</command:verb>
      <command:noun>AADGroupCreatedOnBehalfOf</command:noun>
      <maml:description>
        <maml:para>Retrieves the "createdOnBehalfOf" object.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Retrieves the "createdOnBehalfOf" object (which is of type "microsoft.graph.directoryObject").</maml:para>
      <maml:para>Graph call: GET ~/groups/{groupId}/createdOnBehalfOf</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>Get-AADGroupCreatedOnBehalfOf</maml:name>
        <!-- Parameter: groupId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>groupId</maml:name>
          <maml:description>
            <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: groupId -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>groupId</maml:name>
        <maml:description>
          <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>GitHub Repository</maml:linkText>
        <maml:uri>https://github.com/Microsoft/Intune-PowerShell-SDK</maml:uri>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <!-- Cmdlet: Get-AADGroupCreatedOnBehalfOfReference -->
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <command:details>
      <command:name>Get-AADGroupCreatedOnBehalfOfReference</command:name>
      <command:verb>Get</command:verb>
      <command:noun>AADGroupCreatedOnBehalfOfReference</command:noun>
      <maml:description>
        <maml:para>Retrieves the "createdOnBehalfOf" object reference.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Retrieves the "createdOnBehalfOf" object reference (which is of type "microsoft.graph.directoryObject").</maml:para>
      <maml:para>Graph call: GET ~/groups/{groupId}/createdOnBehalfOf/$ref</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>Get-AADGroupCreatedOnBehalfOfReference</maml:name>
        <!-- Parameter: groupId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>groupId</maml:name>
          <maml:description>
            <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: groupId -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>groupId</maml:name>
        <maml:description>
          <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>GitHub Repository</maml:linkText>
        <maml:uri>https://github.com/Microsoft/Intune-PowerShell-SDK</maml:uri>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <!-- Cmdlet: New-AADGroupCreatedOnBehalfOfReference -->
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <command:details>
      <command:name>New-AADGroupCreatedOnBehalfOfReference</command:name>
      <command:verb>New</command:verb>
      <command:noun>AADGroupCreatedOnBehalfOfReference</command:noun>
      <maml:description>
        <maml:para>Creates a reference from a "group" to a "microsoft.graph.directoryObject" object.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a reference from the "group" object to a "createdOnBehalfOf".</maml:para>
      <maml:para>Graph Call: PUT ~/groups/{groupId}/createdOnBehalfOf/$ref</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>New-AADGroupCreatedOnBehalfOfReference</maml:name>
        <!-- Parameter: directoryObjectReferenceUrl -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named" aliases="deviceReferenceUrl,directoryRoleReferenceUrl,directoryRoleTemplateReferenceUrl,groupReferenceUrl,contractReferenceUrl,organizationReferenceUrl,userReferenceUrl,groupSettingTemplateReferenceUrl,administrativeUnitReferenceUrl">
          <maml:name>directoryObjectReferenceUrl</maml:name>
          <maml:description>
            <maml:para>The URL which should be used to access a "microsoft.graph.directoryObject" object.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: groupId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>groupId</maml:name>
          <maml:description>
            <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: groupId -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>groupId</maml:name>
        <maml:description>
          <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: directoryObjectReferenceUrl -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named" aliases="deviceReferenceUrl,directoryRoleReferenceUrl,directoryRoleTemplateReferenceUrl,groupReferenceUrl,contractReferenceUrl,organizationReferenceUrl,userReferenceUrl,groupSettingTemplateReferenceUrl,administrativeUnitReferenceUrl">
        <maml:name>directoryObjectReferenceUrl</maml:name>
        <maml:description>
          <maml:para>The URL which should be used to access a "microsoft.graph.directoryObject" object.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named" aliases="deviceReferenceUrl,directoryRoleReferenceUrl,directoryRoleTemplateReferenceUrl,groupReferenceUrl,contractReferenceUrl,organizationReferenceUrl,userReferenceUrl,groupSettingTemplateReferenceUrl,administrativeUnitReferenceUrl">
        <maml:name>deviceReferenceUrl</maml:name>
        <maml:description>
          <maml:para>The URL which should be used to access a "microsoft.graph.directoryObject" object.</maml:para>
          <maml:para>This is an alias of the directoryObjectReferenceUrl parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named" aliases="deviceReferenceUrl,directoryRoleReferenceUrl,directoryRoleTemplateReferenceUrl,groupReferenceUrl,contractReferenceUrl,organizationReferenceUrl,userReferenceUrl,groupSettingTemplateReferenceUrl,administrativeUnitReferenceUrl">
        <maml:name>directoryRoleReferenceUrl</maml:name>
        <maml:description>
          <maml:para>The URL which should be used to access a "microsoft.graph.directoryObject" object.</maml:para>
          <maml:para>This is an alias of the directoryObjectReferenceUrl parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named" aliases="deviceReferenceUrl,directoryRoleReferenceUrl,directoryRoleTemplateReferenceUrl,groupReferenceUrl,contractReferenceUrl,organizationReferenceUrl,userReferenceUrl,groupSettingTemplateReferenceUrl,administrativeUnitReferenceUrl">
        <maml:name>directoryRoleTemplateReferenceUrl</maml:name>
        <maml:description>
          <maml:para>The URL which should be used to access a "microsoft.graph.directoryObject" object.</maml:para>
          <maml:para>This is an alias of the directoryObjectReferenceUrl parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named" aliases="deviceReferenceUrl,directoryRoleReferenceUrl,directoryRoleTemplateReferenceUrl,groupReferenceUrl,contractReferenceUrl,organizationReferenceUrl,userReferenceUrl,groupSettingTemplateReferenceUrl,administrativeUnitReferenceUrl">
        <maml:name>groupReferenceUrl</maml:name>
        <maml:description>
          <maml:para>The URL which should be used to access a "microsoft.graph.directoryObject" object.</maml:para>
          <maml:para>This is an alias of the directoryObjectReferenceUrl parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named" aliases="deviceReferenceUrl,directoryRoleReferenceUrl,directoryRoleTemplateReferenceUrl,groupReferenceUrl,contractReferenceUrl,organizationReferenceUrl,userReferenceUrl,groupSettingTemplateReferenceUrl,administrativeUnitReferenceUrl">
        <maml:name>contractReferenceUrl</maml:name>
        <maml:description>
          <maml:para>The URL which should be used to access a "microsoft.graph.directoryObject" object.</maml:para>
          <maml:para>This is an alias of the directoryObjectReferenceUrl parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named" aliases="deviceReferenceUrl,directoryRoleReferenceUrl,directoryRoleTemplateReferenceUrl,groupReferenceUrl,contractReferenceUrl,organizationReferenceUrl,userReferenceUrl,groupSettingTemplateReferenceUrl,administrativeUnitReferenceUrl">
        <maml:name>organizationReferenceUrl</maml:name>
        <maml:description>
          <maml:para>The URL which should be used to access a "microsoft.graph.directoryObject" object.</maml:para>
          <maml:para>This is an alias of the directoryObjectReferenceUrl parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named" aliases="deviceReferenceUrl,directoryRoleReferenceUrl,directoryRoleTemplateReferenceUrl,groupReferenceUrl,contractReferenceUrl,organizationReferenceUrl,userReferenceUrl,groupSettingTemplateReferenceUrl,administrativeUnitReferenceUrl">
        <maml:name>userReferenceUrl</maml:name>
        <maml:description>
          <maml:para>The URL which should be used to access a "microsoft.graph.directoryObject" object.</maml:para>
          <maml:para>This is an alias of the directoryObjectReferenceUrl parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named" aliases="deviceReferenceUrl,directoryRoleReferenceUrl,directoryRoleTemplateReferenceUrl,groupReferenceUrl,contractReferenceUrl,organizationReferenceUrl,userReferenceUrl,groupSettingTemplateReferenceUrl,administrativeUnitReferenceUrl">
        <maml:name>groupSettingTemplateReferenceUrl</maml:name>
        <maml:description>
          <maml:para>The URL which should be used to access a "microsoft.graph.directoryObject" object.</maml:para>
          <maml:para>This is an alias of the directoryObjectReferenceUrl parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named" aliases="deviceReferenceUrl,directoryRoleReferenceUrl,directoryRoleTemplateReferenceUrl,groupReferenceUrl,contractReferenceUrl,organizationReferenceUrl,userReferenceUrl,groupSettingTemplateReferenceUrl,administrativeUnitReferenceUrl">
        <maml:name>administrativeUnitReferenceUrl</maml:name>
        <maml:description>
          <maml:para>The URL which should be used to access a "microsoft.graph.directoryObject" object.</maml:para>
          <maml:para>This is an alias of the directoryObjectReferenceUrl parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The URL which should be used to access a "microsoft.graph.directoryObject" object.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>GitHub Repository</maml:linkText>
        <maml:uri>https://github.com/Microsoft/Intune-PowerShell-SDK</maml:uri>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <!-- Cmdlet: Remove-AADGroupCreatedOnBehalfOfReference -->
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <command:details>
      <command:name>Remove-AADGroupCreatedOnBehalfOfReference</command:name>
      <command:verb>Remove</command:verb>
      <command:noun>AADGroupCreatedOnBehalfOfReference</command:noun>
      <maml:description>
        <maml:para>Removes a reference from a "group" to a "microsoft.graph.directoryObject" object.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Removes a reference from the "group" object to a "createdOnBehalfOf".</maml:para>
      <maml:para>Graph Call: DELETE ~/groups/{groupId}/createdOnBehalfOf/$ref</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>Remove-AADGroupCreatedOnBehalfOfReference</maml:name>
        <!-- Parameter: groupId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>groupId</maml:name>
          <maml:description>
            <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: groupId -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>groupId</maml:name>
        <maml:description>
          <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>GitHub Repository</maml:linkText>
        <maml:uri>https://github.com/Microsoft/Intune-PowerShell-SDK</maml:uri>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <!-- Cmdlet: Invoke-AADGroupDelta -->
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <command:details>
      <command:name>Invoke-AADGroupDelta</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>AADGroupDelta</command:noun>
    </command:details>
    <maml:description>
      <maml:para>The function "microsoft.graph.delta", which exists on the type "microsoft.graph.group".</maml:para>
      <maml:para>This function returns a collection of "microsoft.graph.group" objects.</maml:para>
      <maml:para>Graph Call: GET ~/groups/delta</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: Search -->
      <command:syntaxItem>
        <maml:name>Invoke-AADGroupDelta</maml:name>
        <!-- Parameter: Filter -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Filter</maml:name>
          <maml:description>
            <maml:para>The "$filter" query option value.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: MaxPageSize -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>MaxPageSize</maml:name>
          <maml:description>
            <maml:para>The "Prefer: odata.maxpagesize" header value.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Search -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Search</maml:name>
          <maml:description>
            <maml:para>The "$search" query option value.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Skip -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Skip</maml:name>
          <maml:description>
            <maml:para>The "$skip" query option value.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Top -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="First">
          <maml:name>Top</maml:name>
          <maml:description>
            <maml:para>The "$top" query option value.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: Filter -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>Filter</maml:name>
        <maml:description>
          <maml:para>The "$filter" query option value.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Search -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>Search</maml:name>
        <maml:description>
          <maml:para>The "$search" query option value.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Skip -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>Skip</maml:name>
        <maml:description>
          <maml:para>The "$skip" query option value.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Top -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="First">
        <maml:name>Top</maml:name>
        <maml:description>
          <maml:para>The "$top" query option value.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="First">
        <maml:name>First</maml:name>
        <maml:description>
          <maml:para>The "$top" query option value.</maml:para>
          <maml:para>This is an alias of the Top parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: MaxPageSize -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>MaxPageSize</maml:name>
        <maml:description>
          <maml:para>The "Prefer: odata.maxpagesize" header value.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues />
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>GitHub Repository</maml:linkText>
        <maml:uri>https://github.com/Microsoft/Intune-PowerShell-SDK</maml:uri>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <!-- Cmdlet: Invoke-AADGroupGetById -->
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <command:details>
      <command:name>Invoke-AADGroupGetById</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>AADGroupGetById</command:noun>
    </command:details>
    <maml:description>
      <maml:para>The action "microsoft.graph.getByIds", which exists on the type "microsoft.graph.group".</maml:para>
      <maml:para>This action returns a collection of "microsoft.graph.directoryObject" objects.</maml:para>
      <maml:para>Graph Call: POST ~/groups/getByIds</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>Invoke-AADGroupGetById</maml:name>
        <!-- Parameter: ids -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>ids</maml:name>
          <maml:description>
            <maml:para>The "ids" action parameter of type "Edm.String".</maml:para>
          </maml:description>
          <command:parameterValue required="true">string[]</command:parameterValue>
          <dev:type>
            <maml:name>System.String[]</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: types -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>types</maml:name>
          <maml:description>
            <maml:para>The "types" action parameter of type "Edm.String".</maml:para>
          </maml:description>
          <command:parameterValue required="true">string[]</command:parameterValue>
          <dev:type>
            <maml:name>System.String[]</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: ids -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>ids</maml:name>
        <maml:description>
          <maml:para>The "ids" action parameter of type "Edm.String".</maml:para>
        </maml:description>
        <command:parameterValue required="true">string[]</command:parameterValue>
        <dev:type>
          <maml:name>System.String[]</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: types -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>types</maml:name>
        <maml:description>
          <maml:para>The "types" action parameter of type "Edm.String".</maml:para>
        </maml:description>
        <command:parameterValue required="true">string[]</command:parameterValue>
        <dev:type>
          <maml:name>System.String[]</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String[]</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The "ids" action parameter of type "Edm.String".</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.String[]</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The "types" action parameter of type "Edm.String".</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>GitHub Repository</maml:linkText>
        <maml:uri>https://github.com/Microsoft/Intune-PowerShell-SDK</maml:uri>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <!-- Cmdlet: Invoke-AADGroupGetMemberGroup -->
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <command:details>
      <command:name>Invoke-AADGroupGetMemberGroup</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>AADGroupGetMemberGroup</command:noun>
    </command:details>
    <maml:description>
      <maml:para>The action "microsoft.graph.getMemberGroups", which exists on the type "microsoft.graph.group".</maml:para>
      <maml:para>This action returns a collection of "Edm.String" objects.</maml:para>
      <maml:para>Graph Call: POST ~/groups/getMemberGroups</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>Invoke-AADGroupGetMemberGroup</maml:name>
        <!-- Parameter: groupId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>groupId</maml:name>
          <maml:description>
            <maml:para>The ID for a "microsoft.graph.group" object in the "groups" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: securityEnabledOnly -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>securityEnabledOnly</maml:name>
          <maml:description>
            <maml:para>The "securityEnabledOnly" action parameter of type "Edm.Boolean".</maml:para>
          </maml:description>
          <command:parameterValue required="true">bool</command:parameterValue>
          <dev:type>
            <maml:name>System.Boolean</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: securityEnabledOnly -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>securityEnabledOnly</maml:name>
        <maml:description>
          <maml:para>The "securityEnabledOnly" action parameter of type "Edm.Boolean".</maml:para>
        </maml:description>
        <command:parameterValue required="true">bool</command:parameterValue>
        <dev:type>
          <maml:name>System.Boolean</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <!-- Parameter: groupId -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>groupId</maml:name>
        <maml:description>
          <maml:para>The ID for a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.Boolean</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The "securityEnabledOnly" action parameter of type "Edm.Boolean".</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The ID for a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>GitHub Repository</maml:linkText>
        <maml:uri>https://github.com/Microsoft/Intune-PowerShell-SDK</maml:uri>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <!-- Cmdlet: Invoke-AADGroupGetMemberObject -->
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <command:details>
      <command:name>Invoke-AADGroupGetMemberObject</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>AADGroupGetMemberObject</command:noun>
    </command:details>
    <maml:description>
      <maml:para>The action "microsoft.graph.getMemberObjects", which exists on the type "microsoft.graph.group".</maml:para>
      <maml:para>This action returns a collection of "Edm.String" objects.</maml:para>
      <maml:para>Graph Call: POST ~/groups/getMemberObjects</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>Invoke-AADGroupGetMemberObject</maml:name>
        <!-- Parameter: groupId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>groupId</maml:name>
          <maml:description>
            <maml:para>The ID for a "microsoft.graph.group" object in the "groups" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: securityEnabledOnly -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>securityEnabledOnly</maml:name>
          <maml:description>
            <maml:para>The "securityEnabledOnly" action parameter of type "Edm.Boolean".</maml:para>
          </maml:description>
          <command:parameterValue required="true">bool</command:parameterValue>
          <dev:type>
            <maml:name>System.Boolean</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: securityEnabledOnly -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>securityEnabledOnly</maml:name>
        <maml:description>
          <maml:para>The "securityEnabledOnly" action parameter of type "Edm.Boolean".</maml:para>
        </maml:description>
        <command:parameterValue required="true">bool</command:parameterValue>
        <dev:type>
          <maml:name>System.Boolean</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <!-- Parameter: groupId -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>groupId</maml:name>
        <maml:description>
          <maml:para>The ID for a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.Boolean</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The "securityEnabledOnly" action parameter of type "Edm.Boolean".</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The ID for a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>GitHub Repository</maml:linkText>
        <maml:uri>https://github.com/Microsoft/Intune-PowerShell-SDK</maml:uri>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <!-- Cmdlet: Get-AADGroupGroupLifecyclePolicy -->
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <command:details>
      <command:name>Get-AADGroupGroupLifecyclePolicy</command:name>
      <command:verb>Get</command:verb>
      <command:noun>AADGroupGroupLifecyclePolicy</command:noun>
      <maml:description>
        <maml:para>Retrieves "microsoft.graph.groupLifecyclePolicy" objects.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Retrieves "microsoft.graph.groupLifecyclePolicy" objects in the "groupLifecyclePolicies" collection.</maml:para>
      <maml:para>Graph call: GET ~/groups/{groupId}/groupLifecyclePolicies</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: Get -->
      <command:syntaxItem>
        <maml:name>Get-AADGroupGroupLifecyclePolicy</maml:name>
        <!-- Parameter: groupId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>groupId</maml:name>
          <maml:description>
            <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: groupLifecyclePolicyId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>groupLifecyclePolicyId</maml:name>
          <maml:description>
            <maml:para>The ID for a "microsoft.graph.groupLifecyclePolicy" object in the "groupLifecyclePolicies" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
      <!-- Parameter set: Search -->
      <command:syntaxItem>
        <maml:name>Get-AADGroupGroupLifecyclePolicy</maml:name>
        <!-- Parameter: groupId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>groupId</maml:name>
          <maml:description>
            <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Filter -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Filter</maml:name>
          <maml:description>
            <maml:para>The "$filter" query option value.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: MaxPageSize -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>MaxPageSize</maml:name>
          <maml:description>
            <maml:para>The "Prefer: odata.maxpagesize" header value.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Search -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Search</maml:name>
          <maml:description>
            <maml:para>The "$search" query option value.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Skip -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Skip</maml:name>
          <maml:description>
            <maml:para>The "$skip" query option value.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Top -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="First">
          <maml:name>Top</maml:name>
          <maml:description>
            <maml:para>The "$top" query option value.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: groupId -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>groupId</maml:name>
        <maml:description>
          <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: groupLifecyclePolicyId -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>groupLifecyclePolicyId</maml:name>
        <maml:description>
          <maml:para>The ID for a "microsoft.graph.groupLifecyclePolicy" object in the "groupLifecyclePolicies" collection.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Filter -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>Filter</maml:name>
        <maml:description>
          <maml:para>The "$filter" query option value.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Search -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>Search</maml:name>
        <maml:description>
          <maml:para>The "$search" query option value.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Skip -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>Skip</maml:name>
        <maml:description>
          <maml:para>The "$skip" query option value.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Top -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="First">
        <maml:name>Top</maml:name>
        <maml:description>
          <maml:para>The "$top" query option value.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="First">
        <maml:name>First</maml:name>
        <maml:description>
          <maml:para>The "$top" query option value.</maml:para>
          <maml:para>This is an alias of the Top parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: MaxPageSize -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>MaxPageSize</maml:name>
        <maml:description>
          <maml:para>The "Prefer: odata.maxpagesize" header value.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The ID for a "microsoft.graph.groupLifecyclePolicy" object in the "groupLifecyclePolicies" collection.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>GitHub Repository</maml:linkText>
        <maml:uri>https://github.com/Microsoft/Intune-PowerShell-SDK</maml:uri>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <!-- Cmdlet: New-AADGroupGroupLifecyclePolicy -->
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <command:details>
      <command:name>New-AADGroupGroupLifecyclePolicy</command:name>
      <command:verb>New</command:verb>
      <command:noun>AADGroupGroupLifecyclePolicy</command:noun>
      <maml:description>
        <maml:para>Creates a "microsoft.graph.groupLifecyclePolicy" object.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Adds a "microsoft.graph.groupLifecyclePolicy" object to the "groupLifecyclePolicies" collection.</maml:para>
      <maml:para>Graph call: POST ~/groups/{groupId}/groupLifecyclePolicies</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: microsoft.graph.groupLifecyclePolicy -->
      <command:syntaxItem>
        <maml:name>New-AADGroupGroupLifecyclePolicy</maml:name>
        <!-- Parameter: groupId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>groupId</maml:name>
          <maml:description>
            <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: alternateNotificationEmails -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>alternateNotificationEmails</maml:name>
          <maml:description>
            <maml:para>The "alternateNotificationEmails" property, of type "Edm.String".</maml:para>
            <maml:para>This property is on the "microsoft.graph.groupLifecyclePolicy" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: groupLifetimeInDays -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>groupLifetimeInDays</maml:name>
          <maml:description>
            <maml:para>The "groupLifetimeInDays" property, of type "Edm.Int32".</maml:para>
            <maml:para>This property is on the "microsoft.graph.groupLifecyclePolicy" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>0</dev:defaultValue>
        </command:parameter>
        <!-- Parameter: managedGroupTypes -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>managedGroupTypes</maml:name>
          <maml:description>
            <maml:para>The "managedGroupTypes" property, of type "Edm.String".</maml:para>
            <maml:para>This property is on the "microsoft.graph.groupLifecyclePolicy" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
      <!-- Parameter set: ManualTypeSelection -->
      <command:syntaxItem>
        <maml:name>New-AADGroupGroupLifecyclePolicy</maml:name>
        <!-- Parameter: groupId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>groupId</maml:name>
          <maml:description>
            <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: ODataType -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named" aliases="@odata.type">
          <maml:name>ODataType</maml:name>
          <maml:description>
            <maml:para>The value provided in a search result (i.e. GET on a collection) in the "@odata.type" property.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: alternateNotificationEmails -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>alternateNotificationEmails</maml:name>
          <maml:description>
            <maml:para>The "alternateNotificationEmails" property, of type "Edm.String".</maml:para>
            <maml:para>This property is on the "microsoft.graph.groupLifecyclePolicy" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: groupLifetimeInDays -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>groupLifetimeInDays</maml:name>
          <maml:description>
            <maml:para>The "groupLifetimeInDays" property, of type "Edm.Int32".</maml:para>
            <maml:para>This property is on the "microsoft.graph.groupLifecyclePolicy" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>0</dev:defaultValue>
        </command:parameter>
        <!-- Parameter: managedGroupTypes -->
        <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>managedGroupTypes</maml:name>
          <maml:description>
            <maml:para>The "managedGroupTypes" property, of type "Edm.String".</maml:para>
            <maml:para>This property is on the "microsoft.graph.groupLifecyclePolicy" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: groupId -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>groupId</maml:name>
        <maml:description>
          <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: groupLifetimeInDays -->
      <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>groupLifetimeInDays</maml:name>
        <maml:description>
          <maml:para>The "groupLifetimeInDays" property, of type "Edm.Int32".</maml:para>
          <maml:para>This property is on the "microsoft.graph.groupLifecyclePolicy" type.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>0</dev:defaultValue>
      </command:parameter>
      <!-- Parameter: managedGroupTypes -->
      <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>managedGroupTypes</maml:name>
        <maml:description>
          <maml:para>The "managedGroupTypes" property, of type "Edm.String".</maml:para>
          <maml:para>This property is on the "microsoft.graph.groupLifecyclePolicy" type.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: alternateNotificationEmails -->
      <command:parameter required="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>alternateNotificationEmails</maml:name>
        <maml:description>
          <maml:para>The "alternateNotificationEmails" property, of type "Edm.String".</maml:para>
          <maml:para>This property is on the "microsoft.graph.groupLifecyclePolicy" type.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: ODataType -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named" aliases="@odata.type">
        <maml:name>ODataType</maml:name>
        <maml:description>
          <maml:para>The value provided in a search result (i.e. GET on a collection) in the "@odata.type" property.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named" aliases="@odata.type">
        <maml:name>@odata.type</maml:name>
        <maml:description>
          <maml:para>The value provided in a search result (i.e. GET on a collection) in the "@odata.type" property.</maml:para>
          <maml:para>This is an alias of the ODataType parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The "groupLifetimeInDays" property, of type "Edm.Int32".</maml:para>
          <maml:para>This property is on the "microsoft.graph.groupLifecyclePolicy" type.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The "managedGroupTypes" property, of type "Edm.String".</maml:para>
          <maml:para>This property is on the "microsoft.graph.groupLifecyclePolicy" type.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The "alternateNotificationEmails" property, of type "Edm.String".</maml:para>
          <maml:para>This property is on the "microsoft.graph.groupLifecyclePolicy" type.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The value provided in a search result (i.e. GET on a collection) in the "@odata.type" property.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>GitHub Repository</maml:linkText>
        <maml:uri>https://github.com/Microsoft/Intune-PowerShell-SDK</maml:uri>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <!-- Cmdlet: Remove-AADGroupGroupLifecyclePolicy -->
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <command:details>
      <command:name>Remove-AADGroupGroupLifecyclePolicy</command:name>
      <command:verb>Remove</command:verb>
      <command:noun>AADGroupGroupLifecyclePolicy</command:noun>
      <maml:description>
        <maml:para>Removes a "microsoft.graph.groupLifecyclePolicy" object.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Removes a "microsoft.graph.groupLifecyclePolicy" object from the "groupLifecyclePolicies" collection.</maml:para>
      <maml:para>Graph Call: DELETE ~/groups/{groupId}/groupLifecyclePolicies/groupLifecyclePolicyId</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>Remove-AADGroupGroupLifecyclePolicy</maml:name>
        <!-- Parameter: groupId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>groupId</maml:name>
          <maml:description>
            <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: groupLifecyclePolicyId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>groupLifecyclePolicyId</maml:name>
          <maml:description>
            <maml:para>The ID for a "microsoft.graph.groupLifecyclePolicy" object in the "groupLifecyclePolicies" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: groupLifecyclePolicyId -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>groupLifecyclePolicyId</maml:name>
        <maml:description>
          <maml:para>The ID for a "microsoft.graph.groupLifecyclePolicy" object in the "groupLifecyclePolicies" collection.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: groupId -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>groupId</maml:name>
        <maml:description>
          <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The ID for a "microsoft.graph.groupLifecyclePolicy" object in the "groupLifecyclePolicies" collection.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>GitHub Repository</maml:linkText>
        <maml:uri>https://github.com/Microsoft/Intune-PowerShell-SDK</maml:uri>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <!-- Cmdlet: Update-AADGroupGroupLifecyclePolicy -->
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <command:details>
      <command:name>Update-AADGroupGroupLifecyclePolicy</command:name>
      <command:verb>Update</command:verb>
      <command:noun>AADGroupGroupLifecyclePolicy</command:noun>
      <maml:description>
        <maml:para>Updates a "microsoft.graph.groupLifecyclePolicy".</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Updates a "microsoft.graph.groupLifecyclePolicy" object in the "groupLifecyclePolicies" collection.</maml:para>
      <maml:para>Graph Call: PATCH ~/groups/{groupId}/groupLifecyclePolicies</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: microsoft.graph.groupLifecyclePolicy -->
      <command:syntaxItem>
        <maml:name>Update-AADGroupGroupLifecyclePolicy</maml:name>
        <!-- Parameter: groupId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>groupId</maml:name>
          <maml:description>
            <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: groupLifecyclePolicyId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>groupLifecyclePolicyId</maml:name>
          <maml:description>
            <maml:para>The ID for a "microsoft.graph.groupLifecyclePolicy" object in the "groupLifecyclePolicies" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: alternateNotificationEmails -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>alternateNotificationEmails</maml:name>
          <maml:description>
            <maml:para>The "alternateNotificationEmails" property, of type "Edm.String".</maml:para>
            <maml:para>This property is on the "microsoft.graph.groupLifecyclePolicy" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: groupLifetimeInDays -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>groupLifetimeInDays</maml:name>
          <maml:description>
            <maml:para>The "groupLifetimeInDays" property, of type "Edm.Int32".</maml:para>
            <maml:para>This property is on the "microsoft.graph.groupLifecyclePolicy" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>0</dev:defaultValue>
        </command:parameter>
        <!-- Parameter: managedGroupTypes -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>managedGroupTypes</maml:name>
          <maml:description>
            <maml:para>The "managedGroupTypes" property, of type "Edm.String".</maml:para>
            <maml:para>This property is on the "microsoft.graph.groupLifecyclePolicy" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
      <!-- Parameter set: ManualTypeSelection -->
      <command:syntaxItem>
        <maml:name>Update-AADGroupGroupLifecyclePolicy</maml:name>
        <!-- Parameter: groupId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>groupId</maml:name>
          <maml:description>
            <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: groupLifecyclePolicyId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>groupLifecyclePolicyId</maml:name>
          <maml:description>
            <maml:para>The ID for a "microsoft.graph.groupLifecyclePolicy" object in the "groupLifecyclePolicies" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: ODataType -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named" aliases="@odata.type">
          <maml:name>ODataType</maml:name>
          <maml:description>
            <maml:para>The value provided in a search result (i.e. GET on a collection) in the "@odata.type" property.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: alternateNotificationEmails -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>alternateNotificationEmails</maml:name>
          <maml:description>
            <maml:para>The "alternateNotificationEmails" property, of type "Edm.String".</maml:para>
            <maml:para>This property is on the "microsoft.graph.groupLifecyclePolicy" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: groupLifetimeInDays -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>groupLifetimeInDays</maml:name>
          <maml:description>
            <maml:para>The "groupLifetimeInDays" property, of type "Edm.Int32".</maml:para>
            <maml:para>This property is on the "microsoft.graph.groupLifecyclePolicy" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>0</dev:defaultValue>
        </command:parameter>
        <!-- Parameter: managedGroupTypes -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>managedGroupTypes</maml:name>
          <maml:description>
            <maml:para>The "managedGroupTypes" property, of type "Edm.String".</maml:para>
            <maml:para>This property is on the "microsoft.graph.groupLifecyclePolicy" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: groupLifecyclePolicyId -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>groupLifecyclePolicyId</maml:name>
        <maml:description>
          <maml:para>The ID for a "microsoft.graph.groupLifecyclePolicy" object in the "groupLifecyclePolicies" collection.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: groupId -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>groupId</maml:name>
        <maml:description>
          <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: groupLifetimeInDays -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>groupLifetimeInDays</maml:name>
        <maml:description>
          <maml:para>The "groupLifetimeInDays" property, of type "Edm.Int32".</maml:para>
          <maml:para>This property is on the "microsoft.graph.groupLifecyclePolicy" type.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>0</dev:defaultValue>
      </command:parameter>
      <!-- Parameter: managedGroupTypes -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>managedGroupTypes</maml:name>
        <maml:description>
          <maml:para>The "managedGroupTypes" property, of type "Edm.String".</maml:para>
          <maml:para>This property is on the "microsoft.graph.groupLifecyclePolicy" type.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: alternateNotificationEmails -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>alternateNotificationEmails</maml:name>
        <maml:description>
          <maml:para>The "alternateNotificationEmails" property, of type "Edm.String".</maml:para>
          <maml:para>This property is on the "microsoft.graph.groupLifecyclePolicy" type.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: ODataType -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named" aliases="@odata.type">
        <maml:name>ODataType</maml:name>
        <maml:description>
          <maml:para>The value provided in a search result (i.e. GET on a collection) in the "@odata.type" property.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named" aliases="@odata.type">
        <maml:name>@odata.type</maml:name>
        <maml:description>
          <maml:para>The value provided in a search result (i.e. GET on a collection) in the "@odata.type" property.</maml:para>
          <maml:para>This is an alias of the ODataType parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The ID for a "microsoft.graph.groupLifecyclePolicy" object in the "groupLifecyclePolicies" collection.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The value provided in a search result (i.e. GET on a collection) in the "@odata.type" property.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>GitHub Repository</maml:linkText>
        <maml:uri>https://github.com/Microsoft/Intune-PowerShell-SDK</maml:uri>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <!-- Cmdlet: Invoke-AADGroupGroupLifecyclePolicyAddGroup -->
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <command:details>
      <command:name>Invoke-AADGroupGroupLifecyclePolicyAddGroup</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>AADGroupGroupLifecyclePolicyAddGroup</command:noun>
    </command:details>
    <maml:description>
      <maml:para>The action "microsoft.graph.addGroup", which exists on the type "microsoft.graph.groupLifecyclePolicy".</maml:para>
      <maml:para>This action returns a "Edm.Boolean" object.</maml:para>
      <maml:para>Graph Call: POST ~/groups/{groupId}/groupLifecyclePolicies/addGroup</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>Invoke-AADGroupGroupLifecyclePolicyAddGroup</maml:name>
        <!-- Parameter: groupId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>groupId</maml:name>
          <maml:description>
            <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: groupLifecyclePolicyId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>groupLifecyclePolicyId</maml:name>
          <maml:description>
            <maml:para>The ID for a "microsoft.graph.groupLifecyclePolicy" object in the "groupLifecyclePolicies" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: groupId -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>groupId</maml:name>
        <maml:description>
          <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: groupLifecyclePolicyId -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>groupLifecyclePolicyId</maml:name>
        <maml:description>
          <maml:para>The ID for a "microsoft.graph.groupLifecyclePolicy" object in the "groupLifecyclePolicies" collection.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The ID for a "microsoft.graph.groupLifecyclePolicy" object in the "groupLifecyclePolicies" collection.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>GitHub Repository</maml:linkText>
        <maml:uri>https://github.com/Microsoft/Intune-PowerShell-SDK</maml:uri>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <!-- Cmdlet: Invoke-AADGroupGroupLifecyclePolicyRemoveGroup -->
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <command:details>
      <command:name>Invoke-AADGroupGroupLifecyclePolicyRemoveGroup</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>AADGroupGroupLifecyclePolicyRemoveGroup</command:noun>
    </command:details>
    <maml:description>
      <maml:para>The action "microsoft.graph.removeGroup", which exists on the type "microsoft.graph.groupLifecyclePolicy".</maml:para>
      <maml:para>This action returns a "Edm.Boolean" object.</maml:para>
      <maml:para>Graph Call: POST ~/groups/{groupId}/groupLifecyclePolicies/removeGroup</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>Invoke-AADGroupGroupLifecyclePolicyRemoveGroup</maml:name>
        <!-- Parameter: groupId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>groupId</maml:name>
          <maml:description>
            <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: groupLifecyclePolicyId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>groupLifecyclePolicyId</maml:name>
          <maml:description>
            <maml:para>The ID for a "microsoft.graph.groupLifecyclePolicy" object in the "groupLifecyclePolicies" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: groupId -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>groupId</maml:name>
        <maml:description>
          <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: groupLifecyclePolicyId -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>groupLifecyclePolicyId</maml:name>
        <maml:description>
          <maml:para>The ID for a "microsoft.graph.groupLifecyclePolicy" object in the "groupLifecyclePolicies" collection.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The ID for a "microsoft.graph.groupLifecyclePolicy" object in the "groupLifecyclePolicies" collection.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>GitHub Repository</maml:linkText>
        <maml:uri>https://github.com/Microsoft/Intune-PowerShell-SDK</maml:uri>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <!-- Cmdlet: Get-AADGroupMember -->
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <command:details>
      <command:name>Get-AADGroupMember</command:name>
      <command:verb>Get</command:verb>
      <command:noun>AADGroupMember</command:noun>
      <maml:description>
        <maml:para>Retrieves "microsoft.graph.directoryObject" objects.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Retrieves "microsoft.graph.directoryObject" objects in the "members" collection.</maml:para>
      <maml:para>Graph call: GET ~/groups/{groupId}/members</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: Get -->
      <command:syntaxItem>
        <maml:name>Get-AADGroupMember</maml:name>
        <!-- Parameter: directoryObjectId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>directoryObjectId</maml:name>
          <maml:description>
            <maml:para>The ID for a "microsoft.graph.directoryObject" object in the "members" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: groupId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>groupId</maml:name>
          <maml:description>
            <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
      <!-- Parameter set: Search -->
      <command:syntaxItem>
        <maml:name>Get-AADGroupMember</maml:name>
        <!-- Parameter: groupId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>groupId</maml:name>
          <maml:description>
            <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Filter -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Filter</maml:name>
          <maml:description>
            <maml:para>The "$filter" query option value.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: MaxPageSize -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>MaxPageSize</maml:name>
          <maml:description>
            <maml:para>The "Prefer: odata.maxpagesize" header value.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Search -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Search</maml:name>
          <maml:description>
            <maml:para>The "$search" query option value.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Skip -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Skip</maml:name>
          <maml:description>
            <maml:para>The "$skip" query option value.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Top -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="First">
          <maml:name>Top</maml:name>
          <maml:description>
            <maml:para>The "$top" query option value.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: groupId -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>groupId</maml:name>
        <maml:description>
          <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: directoryObjectId -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>directoryObjectId</maml:name>
        <maml:description>
          <maml:para>The ID for a "microsoft.graph.directoryObject" object in the "members" collection.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Filter -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>Filter</maml:name>
        <maml:description>
          <maml:para>The "$filter" query option value.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Search -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>Search</maml:name>
        <maml:description>
          <maml:para>The "$search" query option value.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Skip -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>Skip</maml:name>
        <maml:description>
          <maml:para>The "$skip" query option value.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Top -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="First">
        <maml:name>Top</maml:name>
        <maml:description>
          <maml:para>The "$top" query option value.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="First">
        <maml:name>First</maml:name>
        <maml:description>
          <maml:para>The "$top" query option value.</maml:para>
          <maml:para>This is an alias of the Top parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: MaxPageSize -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>MaxPageSize</maml:name>
        <maml:description>
          <maml:para>The "Prefer: odata.maxpagesize" header value.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The ID for a "microsoft.graph.directoryObject" object in the "members" collection.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>GitHub Repository</maml:linkText>
        <maml:uri>https://github.com/Microsoft/Intune-PowerShell-SDK</maml:uri>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <!-- Cmdlet: Get-AADGroupMemberOf -->
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <command:details>
      <command:name>Get-AADGroupMemberOf</command:name>
      <command:verb>Get</command:verb>
      <command:noun>AADGroupMemberOf</command:noun>
      <maml:description>
        <maml:para>Retrieves "microsoft.graph.directoryObject" objects.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Retrieves "microsoft.graph.directoryObject" objects in the "memberOf" collection.</maml:para>
      <maml:para>Graph call: GET ~/groups/{groupId}/memberOf</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: Get -->
      <command:syntaxItem>
        <maml:name>Get-AADGroupMemberOf</maml:name>
        <!-- Parameter: directoryObjectId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>directoryObjectId</maml:name>
          <maml:description>
            <maml:para>The ID for a "microsoft.graph.directoryObject" object in the "memberOf" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: groupId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>groupId</maml:name>
          <maml:description>
            <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
      <!-- Parameter set: Search -->
      <command:syntaxItem>
        <maml:name>Get-AADGroupMemberOf</maml:name>
        <!-- Parameter: groupId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>groupId</maml:name>
          <maml:description>
            <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Filter -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Filter</maml:name>
          <maml:description>
            <maml:para>The "$filter" query option value.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: MaxPageSize -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>MaxPageSize</maml:name>
          <maml:description>
            <maml:para>The "Prefer: odata.maxpagesize" header value.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Search -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Search</maml:name>
          <maml:description>
            <maml:para>The "$search" query option value.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Skip -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Skip</maml:name>
          <maml:description>
            <maml:para>The "$skip" query option value.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Top -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="First">
          <maml:name>Top</maml:name>
          <maml:description>
            <maml:para>The "$top" query option value.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: groupId -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>groupId</maml:name>
        <maml:description>
          <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: directoryObjectId -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>directoryObjectId</maml:name>
        <maml:description>
          <maml:para>The ID for a "microsoft.graph.directoryObject" object in the "memberOf" collection.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Filter -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>Filter</maml:name>
        <maml:description>
          <maml:para>The "$filter" query option value.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Search -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>Search</maml:name>
        <maml:description>
          <maml:para>The "$search" query option value.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Skip -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>Skip</maml:name>
        <maml:description>
          <maml:para>The "$skip" query option value.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Top -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="First">
        <maml:name>Top</maml:name>
        <maml:description>
          <maml:para>The "$top" query option value.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="First">
        <maml:name>First</maml:name>
        <maml:description>
          <maml:para>The "$top" query option value.</maml:para>
          <maml:para>This is an alias of the Top parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: MaxPageSize -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>MaxPageSize</maml:name>
        <maml:description>
          <maml:para>The "Prefer: odata.maxpagesize" header value.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The ID for a "microsoft.graph.directoryObject" object in the "memberOf" collection.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>GitHub Repository</maml:linkText>
        <maml:uri>https://github.com/Microsoft/Intune-PowerShell-SDK</maml:uri>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <!-- Cmdlet: Get-AADGroupMemberOfReferenceSet -->
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <command:details>
      <command:name>Get-AADGroupMemberOfReferenceSet</command:name>
      <command:verb>Get</command:verb>
      <command:noun>AADGroupMemberOfReferenceSet</command:noun>
      <maml:description>
        <maml:para>Retrieves "microsoft.graph.directoryObject" object references.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Retrieves "microsoft.graph.directoryObject" object references in the "memberOf" collection.</maml:para>
      <maml:para>Graph call: GET ~/groups/{groupId}/memberOf/$ref</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: Get -->
      <command:syntaxItem>
        <maml:name>Get-AADGroupMemberOfReferenceSet</maml:name>
        <!-- Parameter: directoryObjectId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>directoryObjectId</maml:name>
          <maml:description>
            <maml:para>The ID for a "microsoft.graph.directoryObject" object in the "memberOf" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: groupId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>groupId</maml:name>
          <maml:description>
            <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
      <!-- Parameter set: Search -->
      <command:syntaxItem>
        <maml:name>Get-AADGroupMemberOfReferenceSet</maml:name>
        <!-- Parameter: groupId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>groupId</maml:name>
          <maml:description>
            <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Filter -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Filter</maml:name>
          <maml:description>
            <maml:para>The "$filter" query option value.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: MaxPageSize -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>MaxPageSize</maml:name>
          <maml:description>
            <maml:para>The "Prefer: odata.maxpagesize" header value.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Search -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Search</maml:name>
          <maml:description>
            <maml:para>The "$search" query option value.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Skip -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Skip</maml:name>
          <maml:description>
            <maml:para>The "$skip" query option value.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Top -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="First">
          <maml:name>Top</maml:name>
          <maml:description>
            <maml:para>The "$top" query option value.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: groupId -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>groupId</maml:name>
        <maml:description>
          <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: directoryObjectId -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>directoryObjectId</maml:name>
        <maml:description>
          <maml:para>The ID for a "microsoft.graph.directoryObject" object in the "memberOf" collection.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Filter -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>Filter</maml:name>
        <maml:description>
          <maml:para>The "$filter" query option value.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Search -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>Search</maml:name>
        <maml:description>
          <maml:para>The "$search" query option value.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Skip -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>Skip</maml:name>
        <maml:description>
          <maml:para>The "$skip" query option value.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Top -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="First">
        <maml:name>Top</maml:name>
        <maml:description>
          <maml:para>The "$top" query option value.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="First">
        <maml:name>First</maml:name>
        <maml:description>
          <maml:para>The "$top" query option value.</maml:para>
          <maml:para>This is an alias of the Top parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: MaxPageSize -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>MaxPageSize</maml:name>
        <maml:description>
          <maml:para>The "Prefer: odata.maxpagesize" header value.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The ID for a "microsoft.graph.directoryObject" object in the "memberOf" collection.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>GitHub Repository</maml:linkText>
        <maml:uri>https://github.com/Microsoft/Intune-PowerShell-SDK</maml:uri>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <!-- Cmdlet: New-AADGroupMemberOfReferenceSet -->
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <command:details>
      <command:name>New-AADGroupMemberOfReferenceSet</command:name>
      <command:verb>New</command:verb>
      <command:noun>AADGroupMemberOfReferenceSet</command:noun>
      <maml:description>
        <maml:para>Creates a reference from a "group" to a "microsoft.graph.directoryObject" object.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a reference from the specified "group" object to a "memberOf".</maml:para>
      <maml:para>Graph Call: POST ~/groups/{groupId}/memberOf/$ref</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>New-AADGroupMemberOfReferenceSet</maml:name>
        <!-- Parameter: directoryObjectReferenceUrl -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named" aliases="deviceReferenceUrl,directoryRoleReferenceUrl,directoryRoleTemplateReferenceUrl,groupReferenceUrl,contractReferenceUrl,organizationReferenceUrl,userReferenceUrl,groupSettingTemplateReferenceUrl,administrativeUnitReferenceUrl">
          <maml:name>directoryObjectReferenceUrl</maml:name>
          <maml:description>
            <maml:para>The URL which should be used to access a "microsoft.graph.directoryObject" object.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: groupId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>groupId</maml:name>
          <maml:description>
            <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: groupId -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>groupId</maml:name>
        <maml:description>
          <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: directoryObjectReferenceUrl -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named" aliases="deviceReferenceUrl,directoryRoleReferenceUrl,directoryRoleTemplateReferenceUrl,groupReferenceUrl,contractReferenceUrl,organizationReferenceUrl,userReferenceUrl,groupSettingTemplateReferenceUrl,administrativeUnitReferenceUrl">
        <maml:name>directoryObjectReferenceUrl</maml:name>
        <maml:description>
          <maml:para>The URL which should be used to access a "microsoft.graph.directoryObject" object.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named" aliases="deviceReferenceUrl,directoryRoleReferenceUrl,directoryRoleTemplateReferenceUrl,groupReferenceUrl,contractReferenceUrl,organizationReferenceUrl,userReferenceUrl,groupSettingTemplateReferenceUrl,administrativeUnitReferenceUrl">
        <maml:name>deviceReferenceUrl</maml:name>
        <maml:description>
          <maml:para>The URL which should be used to access a "microsoft.graph.directoryObject" object.</maml:para>
          <maml:para>This is an alias of the directoryObjectReferenceUrl parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named" aliases="deviceReferenceUrl,directoryRoleReferenceUrl,directoryRoleTemplateReferenceUrl,groupReferenceUrl,contractReferenceUrl,organizationReferenceUrl,userReferenceUrl,groupSettingTemplateReferenceUrl,administrativeUnitReferenceUrl">
        <maml:name>directoryRoleReferenceUrl</maml:name>
        <maml:description>
          <maml:para>The URL which should be used to access a "microsoft.graph.directoryObject" object.</maml:para>
          <maml:para>This is an alias of the directoryObjectReferenceUrl parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named" aliases="deviceReferenceUrl,directoryRoleReferenceUrl,directoryRoleTemplateReferenceUrl,groupReferenceUrl,contractReferenceUrl,organizationReferenceUrl,userReferenceUrl,groupSettingTemplateReferenceUrl,administrativeUnitReferenceUrl">
        <maml:name>directoryRoleTemplateReferenceUrl</maml:name>
        <maml:description>
          <maml:para>The URL which should be used to access a "microsoft.graph.directoryObject" object.</maml:para>
          <maml:para>This is an alias of the directoryObjectReferenceUrl parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named" aliases="deviceReferenceUrl,directoryRoleReferenceUrl,directoryRoleTemplateReferenceUrl,groupReferenceUrl,contractReferenceUrl,organizationReferenceUrl,userReferenceUrl,groupSettingTemplateReferenceUrl,administrativeUnitReferenceUrl">
        <maml:name>groupReferenceUrl</maml:name>
        <maml:description>
          <maml:para>The URL which should be used to access a "microsoft.graph.directoryObject" object.</maml:para>
          <maml:para>This is an alias of the directoryObjectReferenceUrl parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named" aliases="deviceReferenceUrl,directoryRoleReferenceUrl,directoryRoleTemplateReferenceUrl,groupReferenceUrl,contractReferenceUrl,organizationReferenceUrl,userReferenceUrl,groupSettingTemplateReferenceUrl,administrativeUnitReferenceUrl">
        <maml:name>contractReferenceUrl</maml:name>
        <maml:description>
          <maml:para>The URL which should be used to access a "microsoft.graph.directoryObject" object.</maml:para>
          <maml:para>This is an alias of the directoryObjectReferenceUrl parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named" aliases="deviceReferenceUrl,directoryRoleReferenceUrl,directoryRoleTemplateReferenceUrl,groupReferenceUrl,contractReferenceUrl,organizationReferenceUrl,userReferenceUrl,groupSettingTemplateReferenceUrl,administrativeUnitReferenceUrl">
        <maml:name>organizationReferenceUrl</maml:name>
        <maml:description>
          <maml:para>The URL which should be used to access a "microsoft.graph.directoryObject" object.</maml:para>
          <maml:para>This is an alias of the directoryObjectReferenceUrl parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named" aliases="deviceReferenceUrl,directoryRoleReferenceUrl,directoryRoleTemplateReferenceUrl,groupReferenceUrl,contractReferenceUrl,organizationReferenceUrl,userReferenceUrl,groupSettingTemplateReferenceUrl,administrativeUnitReferenceUrl">
        <maml:name>userReferenceUrl</maml:name>
        <maml:description>
          <maml:para>The URL which should be used to access a "microsoft.graph.directoryObject" object.</maml:para>
          <maml:para>This is an alias of the directoryObjectReferenceUrl parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named" aliases="deviceReferenceUrl,directoryRoleReferenceUrl,directoryRoleTemplateReferenceUrl,groupReferenceUrl,contractReferenceUrl,organizationReferenceUrl,userReferenceUrl,groupSettingTemplateReferenceUrl,administrativeUnitReferenceUrl">
        <maml:name>groupSettingTemplateReferenceUrl</maml:name>
        <maml:description>
          <maml:para>The URL which should be used to access a "microsoft.graph.directoryObject" object.</maml:para>
          <maml:para>This is an alias of the directoryObjectReferenceUrl parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named" aliases="deviceReferenceUrl,directoryRoleReferenceUrl,directoryRoleTemplateReferenceUrl,groupReferenceUrl,contractReferenceUrl,organizationReferenceUrl,userReferenceUrl,groupSettingTemplateReferenceUrl,administrativeUnitReferenceUrl">
        <maml:name>administrativeUnitReferenceUrl</maml:name>
        <maml:description>
          <maml:para>The URL which should be used to access a "microsoft.graph.directoryObject" object.</maml:para>
          <maml:para>This is an alias of the directoryObjectReferenceUrl parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The URL which should be used to access a "microsoft.graph.directoryObject" object.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>GitHub Repository</maml:linkText>
        <maml:uri>https://github.com/Microsoft/Intune-PowerShell-SDK</maml:uri>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <!-- Cmdlet: Remove-AADGroupMemberOfReferenceSet -->
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <command:details>
      <command:name>Remove-AADGroupMemberOfReferenceSet</command:name>
      <command:verb>Remove</command:verb>
      <command:noun>AADGroupMemberOfReferenceSet</command:noun>
      <maml:description>
        <maml:para>Removes a reference from a "group" to a "microsoft.graph.directoryObject" object.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Removes a reference from the specified "group" object to a "memberOf".</maml:para>
      <maml:para>Graph Call: DELETE ~/groups/{groupId}/memberOf/directoryObjectId/$ref</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>Remove-AADGroupMemberOfReferenceSet</maml:name>
        <!-- Parameter: directoryObjectId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>directoryObjectId</maml:name>
          <maml:description>
            <maml:para>The ID for a "microsoft.graph.directoryObject" object in the "memberOf" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: groupId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>groupId</maml:name>
          <maml:description>
            <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: directoryObjectId -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>directoryObjectId</maml:name>
        <maml:description>
          <maml:para>The ID for a "microsoft.graph.directoryObject" object in the "memberOf" collection.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: groupId -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>groupId</maml:name>
        <maml:description>
          <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The ID for a "microsoft.graph.directoryObject" object in the "memberOf" collection.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>GitHub Repository</maml:linkText>
        <maml:uri>https://github.com/Microsoft/Intune-PowerShell-SDK</maml:uri>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <!-- Cmdlet: Get-AADGroupMemberReferenceSet -->
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <command:details>
      <command:name>Get-AADGroupMemberReferenceSet</command:name>
      <command:verb>Get</command:verb>
      <command:noun>AADGroupMemberReferenceSet</command:noun>
      <maml:description>
        <maml:para>Retrieves "microsoft.graph.directoryObject" object references.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Retrieves "microsoft.graph.directoryObject" object references in the "members" collection.</maml:para>
      <maml:para>Graph call: GET ~/groups/{groupId}/members/$ref</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: Get -->
      <command:syntaxItem>
        <maml:name>Get-AADGroupMemberReferenceSet</maml:name>
        <!-- Parameter: directoryObjectId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>directoryObjectId</maml:name>
          <maml:description>
            <maml:para>The ID for a "microsoft.graph.directoryObject" object in the "members" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: groupId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>groupId</maml:name>
          <maml:description>
            <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
      <!-- Parameter set: Search -->
      <command:syntaxItem>
        <maml:name>Get-AADGroupMemberReferenceSet</maml:name>
        <!-- Parameter: groupId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>groupId</maml:name>
          <maml:description>
            <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Filter -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Filter</maml:name>
          <maml:description>
            <maml:para>The "$filter" query option value.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: MaxPageSize -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>MaxPageSize</maml:name>
          <maml:description>
            <maml:para>The "Prefer: odata.maxpagesize" header value.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Search -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Search</maml:name>
          <maml:description>
            <maml:para>The "$search" query option value.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Skip -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Skip</maml:name>
          <maml:description>
            <maml:para>The "$skip" query option value.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Top -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="First">
          <maml:name>Top</maml:name>
          <maml:description>
            <maml:para>The "$top" query option value.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: groupId -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>groupId</maml:name>
        <maml:description>
          <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: directoryObjectId -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>directoryObjectId</maml:name>
        <maml:description>
          <maml:para>The ID for a "microsoft.graph.directoryObject" object in the "members" collection.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Filter -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>Filter</maml:name>
        <maml:description>
          <maml:para>The "$filter" query option value.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Search -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>Search</maml:name>
        <maml:description>
          <maml:para>The "$search" query option value.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Skip -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>Skip</maml:name>
        <maml:description>
          <maml:para>The "$skip" query option value.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Top -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="First">
        <maml:name>Top</maml:name>
        <maml:description>
          <maml:para>The "$top" query option value.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="First">
        <maml:name>First</maml:name>
        <maml:description>
          <maml:para>The "$top" query option value.</maml:para>
          <maml:para>This is an alias of the Top parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: MaxPageSize -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>MaxPageSize</maml:name>
        <maml:description>
          <maml:para>The "Prefer: odata.maxpagesize" header value.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The ID for a "microsoft.graph.directoryObject" object in the "members" collection.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>GitHub Repository</maml:linkText>
        <maml:uri>https://github.com/Microsoft/Intune-PowerShell-SDK</maml:uri>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <!-- Cmdlet: New-AADGroupMemberReferenceSet -->
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <command:details>
      <command:name>New-AADGroupMemberReferenceSet</command:name>
      <command:verb>New</command:verb>
      <command:noun>AADGroupMemberReferenceSet</command:noun>
      <maml:description>
        <maml:para>Creates a reference from a "group" to a "microsoft.graph.directoryObject" object.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a reference from the specified "group" object to a "member".</maml:para>
      <maml:para>Graph Call: POST ~/groups/{groupId}/members/$ref</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>New-AADGroupMemberReferenceSet</maml:name>
        <!-- Parameter: directoryObjectReferenceUrl -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named" aliases="deviceReferenceUrl,directoryRoleReferenceUrl,directoryRoleTemplateReferenceUrl,groupReferenceUrl,contractReferenceUrl,organizationReferenceUrl,userReferenceUrl,groupSettingTemplateReferenceUrl,administrativeUnitReferenceUrl">
          <maml:name>directoryObjectReferenceUrl</maml:name>
          <maml:description>
            <maml:para>The URL which should be used to access a "microsoft.graph.directoryObject" object.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: groupId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>groupId</maml:name>
          <maml:description>
            <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: groupId -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>groupId</maml:name>
        <maml:description>
          <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: directoryObjectReferenceUrl -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named" aliases="deviceReferenceUrl,directoryRoleReferenceUrl,directoryRoleTemplateReferenceUrl,groupReferenceUrl,contractReferenceUrl,organizationReferenceUrl,userReferenceUrl,groupSettingTemplateReferenceUrl,administrativeUnitReferenceUrl">
        <maml:name>directoryObjectReferenceUrl</maml:name>
        <maml:description>
          <maml:para>The URL which should be used to access a "microsoft.graph.directoryObject" object.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named" aliases="deviceReferenceUrl,directoryRoleReferenceUrl,directoryRoleTemplateReferenceUrl,groupReferenceUrl,contractReferenceUrl,organizationReferenceUrl,userReferenceUrl,groupSettingTemplateReferenceUrl,administrativeUnitReferenceUrl">
        <maml:name>deviceReferenceUrl</maml:name>
        <maml:description>
          <maml:para>The URL which should be used to access a "microsoft.graph.directoryObject" object.</maml:para>
          <maml:para>This is an alias of the directoryObjectReferenceUrl parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named" aliases="deviceReferenceUrl,directoryRoleReferenceUrl,directoryRoleTemplateReferenceUrl,groupReferenceUrl,contractReferenceUrl,organizationReferenceUrl,userReferenceUrl,groupSettingTemplateReferenceUrl,administrativeUnitReferenceUrl">
        <maml:name>directoryRoleReferenceUrl</maml:name>
        <maml:description>
          <maml:para>The URL which should be used to access a "microsoft.graph.directoryObject" object.</maml:para>
          <maml:para>This is an alias of the directoryObjectReferenceUrl parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named" aliases="deviceReferenceUrl,directoryRoleReferenceUrl,directoryRoleTemplateReferenceUrl,groupReferenceUrl,contractReferenceUrl,organizationReferenceUrl,userReferenceUrl,groupSettingTemplateReferenceUrl,administrativeUnitReferenceUrl">
        <maml:name>directoryRoleTemplateReferenceUrl</maml:name>
        <maml:description>
          <maml:para>The URL which should be used to access a "microsoft.graph.directoryObject" object.</maml:para>
          <maml:para>This is an alias of the directoryObjectReferenceUrl parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named" aliases="deviceReferenceUrl,directoryRoleReferenceUrl,directoryRoleTemplateReferenceUrl,groupReferenceUrl,contractReferenceUrl,organizationReferenceUrl,userReferenceUrl,groupSettingTemplateReferenceUrl,administrativeUnitReferenceUrl">
        <maml:name>groupReferenceUrl</maml:name>
        <maml:description>
          <maml:para>The URL which should be used to access a "microsoft.graph.directoryObject" object.</maml:para>
          <maml:para>This is an alias of the directoryObjectReferenceUrl parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named" aliases="deviceReferenceUrl,directoryRoleReferenceUrl,directoryRoleTemplateReferenceUrl,groupReferenceUrl,contractReferenceUrl,organizationReferenceUrl,userReferenceUrl,groupSettingTemplateReferenceUrl,administrativeUnitReferenceUrl">
        <maml:name>contractReferenceUrl</maml:name>
        <maml:description>
          <maml:para>The URL which should be used to access a "microsoft.graph.directoryObject" object.</maml:para>
          <maml:para>This is an alias of the directoryObjectReferenceUrl parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named" aliases="deviceReferenceUrl,directoryRoleReferenceUrl,directoryRoleTemplateReferenceUrl,groupReferenceUrl,contractReferenceUrl,organizationReferenceUrl,userReferenceUrl,groupSettingTemplateReferenceUrl,administrativeUnitReferenceUrl">
        <maml:name>organizationReferenceUrl</maml:name>
        <maml:description>
          <maml:para>The URL which should be used to access a "microsoft.graph.directoryObject" object.</maml:para>
          <maml:para>This is an alias of the directoryObjectReferenceUrl parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named" aliases="deviceReferenceUrl,directoryRoleReferenceUrl,directoryRoleTemplateReferenceUrl,groupReferenceUrl,contractReferenceUrl,organizationReferenceUrl,userReferenceUrl,groupSettingTemplateReferenceUrl,administrativeUnitReferenceUrl">
        <maml:name>userReferenceUrl</maml:name>
        <maml:description>
          <maml:para>The URL which should be used to access a "microsoft.graph.directoryObject" object.</maml:para>
          <maml:para>This is an alias of the directoryObjectReferenceUrl parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named" aliases="deviceReferenceUrl,directoryRoleReferenceUrl,directoryRoleTemplateReferenceUrl,groupReferenceUrl,contractReferenceUrl,organizationReferenceUrl,userReferenceUrl,groupSettingTemplateReferenceUrl,administrativeUnitReferenceUrl">
        <maml:name>groupSettingTemplateReferenceUrl</maml:name>
        <maml:description>
          <maml:para>The URL which should be used to access a "microsoft.graph.directoryObject" object.</maml:para>
          <maml:para>This is an alias of the directoryObjectReferenceUrl parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named" aliases="deviceReferenceUrl,directoryRoleReferenceUrl,directoryRoleTemplateReferenceUrl,groupReferenceUrl,contractReferenceUrl,organizationReferenceUrl,userReferenceUrl,groupSettingTemplateReferenceUrl,administrativeUnitReferenceUrl">
        <maml:name>administrativeUnitReferenceUrl</maml:name>
        <maml:description>
          <maml:para>The URL which should be used to access a "microsoft.graph.directoryObject" object.</maml:para>
          <maml:para>This is an alias of the directoryObjectReferenceUrl parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The URL which should be used to access a "microsoft.graph.directoryObject" object.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>GitHub Repository</maml:linkText>
        <maml:uri>https://github.com/Microsoft/Intune-PowerShell-SDK</maml:uri>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <!-- Cmdlet: Remove-AADGroupMemberReferenceSet -->
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <command:details>
      <command:name>Remove-AADGroupMemberReferenceSet</command:name>
      <command:verb>Remove</command:verb>
      <command:noun>AADGroupMemberReferenceSet</command:noun>
      <maml:description>
        <maml:para>Removes a reference from a "group" to a "microsoft.graph.directoryObject" object.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Removes a reference from the specified "group" object to a "member".</maml:para>
      <maml:para>Graph Call: DELETE ~/groups/{groupId}/members/directoryObjectId/$ref</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>Remove-AADGroupMemberReferenceSet</maml:name>
        <!-- Parameter: directoryObjectId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>directoryObjectId</maml:name>
          <maml:description>
            <maml:para>The ID for a "microsoft.graph.directoryObject" object in the "members" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: groupId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>groupId</maml:name>
          <maml:description>
            <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: directoryObjectId -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>directoryObjectId</maml:name>
        <maml:description>
          <maml:para>The ID for a "microsoft.graph.directoryObject" object in the "members" collection.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: groupId -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>groupId</maml:name>
        <maml:description>
          <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The ID for a "microsoft.graph.directoryObject" object in the "members" collection.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>GitHub Repository</maml:linkText>
        <maml:uri>https://github.com/Microsoft/Intune-PowerShell-SDK</maml:uri>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <!-- Cmdlet: Get-AADGroupOwner -->
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <command:details>
      <command:name>Get-AADGroupOwner</command:name>
      <command:verb>Get</command:verb>
      <command:noun>AADGroupOwner</command:noun>
      <maml:description>
        <maml:para>Retrieves "microsoft.graph.directoryObject" objects.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Retrieves "microsoft.graph.directoryObject" objects in the "owners" collection.</maml:para>
      <maml:para>Graph call: GET ~/groups/{groupId}/owners</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: Get -->
      <command:syntaxItem>
        <maml:name>Get-AADGroupOwner</maml:name>
        <!-- Parameter: directoryObjectId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>directoryObjectId</maml:name>
          <maml:description>
            <maml:para>The ID for a "microsoft.graph.directoryObject" object in the "owners" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: groupId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>groupId</maml:name>
          <maml:description>
            <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
      <!-- Parameter set: Search -->
      <command:syntaxItem>
        <maml:name>Get-AADGroupOwner</maml:name>
        <!-- Parameter: groupId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>groupId</maml:name>
          <maml:description>
            <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Filter -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Filter</maml:name>
          <maml:description>
            <maml:para>The "$filter" query option value.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: MaxPageSize -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>MaxPageSize</maml:name>
          <maml:description>
            <maml:para>The "Prefer: odata.maxpagesize" header value.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Search -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Search</maml:name>
          <maml:description>
            <maml:para>The "$search" query option value.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Skip -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Skip</maml:name>
          <maml:description>
            <maml:para>The "$skip" query option value.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Top -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="First">
          <maml:name>Top</maml:name>
          <maml:description>
            <maml:para>The "$top" query option value.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: groupId -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>groupId</maml:name>
        <maml:description>
          <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: directoryObjectId -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>directoryObjectId</maml:name>
        <maml:description>
          <maml:para>The ID for a "microsoft.graph.directoryObject" object in the "owners" collection.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Filter -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>Filter</maml:name>
        <maml:description>
          <maml:para>The "$filter" query option value.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Search -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>Search</maml:name>
        <maml:description>
          <maml:para>The "$search" query option value.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Skip -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>Skip</maml:name>
        <maml:description>
          <maml:para>The "$skip" query option value.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Top -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="First">
        <maml:name>Top</maml:name>
        <maml:description>
          <maml:para>The "$top" query option value.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="First">
        <maml:name>First</maml:name>
        <maml:description>
          <maml:para>The "$top" query option value.</maml:para>
          <maml:para>This is an alias of the Top parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: MaxPageSize -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>MaxPageSize</maml:name>
        <maml:description>
          <maml:para>The "Prefer: odata.maxpagesize" header value.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The ID for a "microsoft.graph.directoryObject" object in the "owners" collection.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>GitHub Repository</maml:linkText>
        <maml:uri>https://github.com/Microsoft/Intune-PowerShell-SDK</maml:uri>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <!-- Cmdlet: Get-AADGroupOwnerReferenceSet -->
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <command:details>
      <command:name>Get-AADGroupOwnerReferenceSet</command:name>
      <command:verb>Get</command:verb>
      <command:noun>AADGroupOwnerReferenceSet</command:noun>
      <maml:description>
        <maml:para>Retrieves "microsoft.graph.directoryObject" object references.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Retrieves "microsoft.graph.directoryObject" object references in the "owners" collection.</maml:para>
      <maml:para>Graph call: GET ~/groups/{groupId}/owners/$ref</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: Get -->
      <command:syntaxItem>
        <maml:name>Get-AADGroupOwnerReferenceSet</maml:name>
        <!-- Parameter: directoryObjectId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>directoryObjectId</maml:name>
          <maml:description>
            <maml:para>The ID for a "microsoft.graph.directoryObject" object in the "owners" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: groupId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>groupId</maml:name>
          <maml:description>
            <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
      <!-- Parameter set: Search -->
      <command:syntaxItem>
        <maml:name>Get-AADGroupOwnerReferenceSet</maml:name>
        <!-- Parameter: groupId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>groupId</maml:name>
          <maml:description>
            <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Filter -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Filter</maml:name>
          <maml:description>
            <maml:para>The "$filter" query option value.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: MaxPageSize -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>MaxPageSize</maml:name>
          <maml:description>
            <maml:para>The "Prefer: odata.maxpagesize" header value.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Search -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Search</maml:name>
          <maml:description>
            <maml:para>The "$search" query option value.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Skip -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Skip</maml:name>
          <maml:description>
            <maml:para>The "$skip" query option value.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Top -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="First">
          <maml:name>Top</maml:name>
          <maml:description>
            <maml:para>The "$top" query option value.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: groupId -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>groupId</maml:name>
        <maml:description>
          <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: directoryObjectId -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>directoryObjectId</maml:name>
        <maml:description>
          <maml:para>The ID for a "microsoft.graph.directoryObject" object in the "owners" collection.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Filter -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>Filter</maml:name>
        <maml:description>
          <maml:para>The "$filter" query option value.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Search -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>Search</maml:name>
        <maml:description>
          <maml:para>The "$search" query option value.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Skip -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>Skip</maml:name>
        <maml:description>
          <maml:para>The "$skip" query option value.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Top -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="First">
        <maml:name>Top</maml:name>
        <maml:description>
          <maml:para>The "$top" query option value.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="First">
        <maml:name>First</maml:name>
        <maml:description>
          <maml:para>The "$top" query option value.</maml:para>
          <maml:para>This is an alias of the Top parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: MaxPageSize -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>MaxPageSize</maml:name>
        <maml:description>
          <maml:para>The "Prefer: odata.maxpagesize" header value.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The ID for a "microsoft.graph.directoryObject" object in the "owners" collection.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>GitHub Repository</maml:linkText>
        <maml:uri>https://github.com/Microsoft/Intune-PowerShell-SDK</maml:uri>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <!-- Cmdlet: New-AADGroupOwnerReferenceSet -->
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <command:details>
      <command:name>New-AADGroupOwnerReferenceSet</command:name>
      <command:verb>New</command:verb>
      <command:noun>AADGroupOwnerReferenceSet</command:noun>
      <maml:description>
        <maml:para>Creates a reference from a "group" to a "microsoft.graph.directoryObject" object.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a reference from the specified "group" object to a "owner".</maml:para>
      <maml:para>Graph Call: POST ~/groups/{groupId}/owners/$ref</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>New-AADGroupOwnerReferenceSet</maml:name>
        <!-- Parameter: directoryObjectReferenceUrl -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named" aliases="deviceReferenceUrl,directoryRoleReferenceUrl,directoryRoleTemplateReferenceUrl,groupReferenceUrl,contractReferenceUrl,organizationReferenceUrl,userReferenceUrl,groupSettingTemplateReferenceUrl,administrativeUnitReferenceUrl">
          <maml:name>directoryObjectReferenceUrl</maml:name>
          <maml:description>
            <maml:para>The URL which should be used to access a "microsoft.graph.directoryObject" object.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: groupId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>groupId</maml:name>
          <maml:description>
            <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: groupId -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>groupId</maml:name>
        <maml:description>
          <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: directoryObjectReferenceUrl -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named" aliases="deviceReferenceUrl,directoryRoleReferenceUrl,directoryRoleTemplateReferenceUrl,groupReferenceUrl,contractReferenceUrl,organizationReferenceUrl,userReferenceUrl,groupSettingTemplateReferenceUrl,administrativeUnitReferenceUrl">
        <maml:name>directoryObjectReferenceUrl</maml:name>
        <maml:description>
          <maml:para>The URL which should be used to access a "microsoft.graph.directoryObject" object.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named" aliases="deviceReferenceUrl,directoryRoleReferenceUrl,directoryRoleTemplateReferenceUrl,groupReferenceUrl,contractReferenceUrl,organizationReferenceUrl,userReferenceUrl,groupSettingTemplateReferenceUrl,administrativeUnitReferenceUrl">
        <maml:name>deviceReferenceUrl</maml:name>
        <maml:description>
          <maml:para>The URL which should be used to access a "microsoft.graph.directoryObject" object.</maml:para>
          <maml:para>This is an alias of the directoryObjectReferenceUrl parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named" aliases="deviceReferenceUrl,directoryRoleReferenceUrl,directoryRoleTemplateReferenceUrl,groupReferenceUrl,contractReferenceUrl,organizationReferenceUrl,userReferenceUrl,groupSettingTemplateReferenceUrl,administrativeUnitReferenceUrl">
        <maml:name>directoryRoleReferenceUrl</maml:name>
        <maml:description>
          <maml:para>The URL which should be used to access a "microsoft.graph.directoryObject" object.</maml:para>
          <maml:para>This is an alias of the directoryObjectReferenceUrl parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named" aliases="deviceReferenceUrl,directoryRoleReferenceUrl,directoryRoleTemplateReferenceUrl,groupReferenceUrl,contractReferenceUrl,organizationReferenceUrl,userReferenceUrl,groupSettingTemplateReferenceUrl,administrativeUnitReferenceUrl">
        <maml:name>directoryRoleTemplateReferenceUrl</maml:name>
        <maml:description>
          <maml:para>The URL which should be used to access a "microsoft.graph.directoryObject" object.</maml:para>
          <maml:para>This is an alias of the directoryObjectReferenceUrl parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named" aliases="deviceReferenceUrl,directoryRoleReferenceUrl,directoryRoleTemplateReferenceUrl,groupReferenceUrl,contractReferenceUrl,organizationReferenceUrl,userReferenceUrl,groupSettingTemplateReferenceUrl,administrativeUnitReferenceUrl">
        <maml:name>groupReferenceUrl</maml:name>
        <maml:description>
          <maml:para>The URL which should be used to access a "microsoft.graph.directoryObject" object.</maml:para>
          <maml:para>This is an alias of the directoryObjectReferenceUrl parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named" aliases="deviceReferenceUrl,directoryRoleReferenceUrl,directoryRoleTemplateReferenceUrl,groupReferenceUrl,contractReferenceUrl,organizationReferenceUrl,userReferenceUrl,groupSettingTemplateReferenceUrl,administrativeUnitReferenceUrl">
        <maml:name>contractReferenceUrl</maml:name>
        <maml:description>
          <maml:para>The URL which should be used to access a "microsoft.graph.directoryObject" object.</maml:para>
          <maml:para>This is an alias of the directoryObjectReferenceUrl parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named" aliases="deviceReferenceUrl,directoryRoleReferenceUrl,directoryRoleTemplateReferenceUrl,groupReferenceUrl,contractReferenceUrl,organizationReferenceUrl,userReferenceUrl,groupSettingTemplateReferenceUrl,administrativeUnitReferenceUrl">
        <maml:name>organizationReferenceUrl</maml:name>
        <maml:description>
          <maml:para>The URL which should be used to access a "microsoft.graph.directoryObject" object.</maml:para>
          <maml:para>This is an alias of the directoryObjectReferenceUrl parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named" aliases="deviceReferenceUrl,directoryRoleReferenceUrl,directoryRoleTemplateReferenceUrl,groupReferenceUrl,contractReferenceUrl,organizationReferenceUrl,userReferenceUrl,groupSettingTemplateReferenceUrl,administrativeUnitReferenceUrl">
        <maml:name>userReferenceUrl</maml:name>
        <maml:description>
          <maml:para>The URL which should be used to access a "microsoft.graph.directoryObject" object.</maml:para>
          <maml:para>This is an alias of the directoryObjectReferenceUrl parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named" aliases="deviceReferenceUrl,directoryRoleReferenceUrl,directoryRoleTemplateReferenceUrl,groupReferenceUrl,contractReferenceUrl,organizationReferenceUrl,userReferenceUrl,groupSettingTemplateReferenceUrl,administrativeUnitReferenceUrl">
        <maml:name>groupSettingTemplateReferenceUrl</maml:name>
        <maml:description>
          <maml:para>The URL which should be used to access a "microsoft.graph.directoryObject" object.</maml:para>
          <maml:para>This is an alias of the directoryObjectReferenceUrl parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named" aliases="deviceReferenceUrl,directoryRoleReferenceUrl,directoryRoleTemplateReferenceUrl,groupReferenceUrl,contractReferenceUrl,organizationReferenceUrl,userReferenceUrl,groupSettingTemplateReferenceUrl,administrativeUnitReferenceUrl">
        <maml:name>administrativeUnitReferenceUrl</maml:name>
        <maml:description>
          <maml:para>The URL which should be used to access a "microsoft.graph.directoryObject" object.</maml:para>
          <maml:para>This is an alias of the directoryObjectReferenceUrl parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The URL which should be used to access a "microsoft.graph.directoryObject" object.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>GitHub Repository</maml:linkText>
        <maml:uri>https://github.com/Microsoft/Intune-PowerShell-SDK</maml:uri>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <!-- Cmdlet: Remove-AADGroupOwnerReferenceSet -->
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <command:details>
      <command:name>Remove-AADGroupOwnerReferenceSet</command:name>
      <command:verb>Remove</command:verb>
      <command:noun>AADGroupOwnerReferenceSet</command:noun>
      <maml:description>
        <maml:para>Removes a reference from a "group" to a "microsoft.graph.directoryObject" object.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Removes a reference from the specified "group" object to a "owner".</maml:para>
      <maml:para>Graph Call: DELETE ~/groups/{groupId}/owners/directoryObjectId/$ref</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>Remove-AADGroupOwnerReferenceSet</maml:name>
        <!-- Parameter: directoryObjectId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>directoryObjectId</maml:name>
          <maml:description>
            <maml:para>The ID for a "microsoft.graph.directoryObject" object in the "owners" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: groupId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>groupId</maml:name>
          <maml:description>
            <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: directoryObjectId -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>directoryObjectId</maml:name>
        <maml:description>
          <maml:para>The ID for a "microsoft.graph.directoryObject" object in the "owners" collection.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: groupId -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>groupId</maml:name>
        <maml:description>
          <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The ID for a "microsoft.graph.directoryObject" object in the "owners" collection.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>GitHub Repository</maml:linkText>
        <maml:uri>https://github.com/Microsoft/Intune-PowerShell-SDK</maml:uri>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <!-- Cmdlet: Get-AADGroupPhoto -->
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <command:details>
      <command:name>Get-AADGroupPhoto</command:name>
      <command:verb>Get</command:verb>
      <command:noun>AADGroupPhoto</command:noun>
      <maml:description>
        <maml:para>Retrieves the "photo" object.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Retrieves the "photo" object (which is of type "microsoft.graph.profilePhoto").</maml:para>
      <maml:para>Graph call: GET ~/groups/{groupId}/photo</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>Get-AADGroupPhoto</maml:name>
        <!-- Parameter: groupId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>groupId</maml:name>
          <maml:description>
            <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: groupId -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>groupId</maml:name>
        <maml:description>
          <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>GitHub Repository</maml:linkText>
        <maml:uri>https://github.com/Microsoft/Intune-PowerShell-SDK</maml:uri>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <!-- Cmdlet: Update-AADGroupPhoto -->
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <command:details>
      <command:name>Update-AADGroupPhoto</command:name>
      <command:verb>Update</command:verb>
      <command:noun>AADGroupPhoto</command:noun>
      <maml:description>
        <maml:para>Updates a "microsoft.graph.profilePhoto".</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Updates the "photo" object (which is of type "microsoft.graph.profilePhoto").</maml:para>
      <maml:para>Graph Call: PATCH ~/groups/{groupId}/photo</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: microsoft.graph.profilePhoto -->
      <command:syntaxItem>
        <maml:name>Update-AADGroupPhoto</maml:name>
        <!-- Parameter: groupId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>groupId</maml:name>
          <maml:description>
            <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: height -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>height</maml:name>
          <maml:description>
            <maml:para>The "height" property, of type "Edm.Int32".</maml:para>
            <maml:para>This property is on the "microsoft.graph.profilePhoto" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>0</dev:defaultValue>
        </command:parameter>
        <!-- Parameter: width -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>width</maml:name>
          <maml:description>
            <maml:para>The "width" property, of type "Edm.Int32".</maml:para>
            <maml:para>This property is on the "microsoft.graph.profilePhoto" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>0</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <!-- Parameter set: ManualTypeSelection -->
      <command:syntaxItem>
        <maml:name>Update-AADGroupPhoto</maml:name>
        <!-- Parameter: groupId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>groupId</maml:name>
          <maml:description>
            <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: ODataType -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named" aliases="@odata.type">
          <maml:name>ODataType</maml:name>
          <maml:description>
            <maml:para>The value provided in a search result (i.e. GET on a collection) in the "@odata.type" property.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: height -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>height</maml:name>
          <maml:description>
            <maml:para>The "height" property, of type "Edm.Int32".</maml:para>
            <maml:para>This property is on the "microsoft.graph.profilePhoto" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>0</dev:defaultValue>
        </command:parameter>
        <!-- Parameter: width -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>width</maml:name>
          <maml:description>
            <maml:para>The "width" property, of type "Edm.Int32".</maml:para>
            <maml:para>This property is on the "microsoft.graph.profilePhoto" type.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>0</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: groupId -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>groupId</maml:name>
        <maml:description>
          <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: height -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>height</maml:name>
        <maml:description>
          <maml:para>The "height" property, of type "Edm.Int32".</maml:para>
          <maml:para>This property is on the "microsoft.graph.profilePhoto" type.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>0</dev:defaultValue>
      </command:parameter>
      <!-- Parameter: width -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>width</maml:name>
        <maml:description>
          <maml:para>The "width" property, of type "Edm.Int32".</maml:para>
          <maml:para>This property is on the "microsoft.graph.profilePhoto" type.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>0</dev:defaultValue>
      </command:parameter>
      <!-- Parameter: ODataType -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named" aliases="@odata.type">
        <maml:name>ODataType</maml:name>
        <maml:description>
          <maml:para>The value provided in a search result (i.e. GET on a collection) in the "@odata.type" property.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named" aliases="@odata.type">
        <maml:name>@odata.type</maml:name>
        <maml:description>
          <maml:para>The value provided in a search result (i.e. GET on a collection) in the "@odata.type" property.</maml:para>
          <maml:para>This is an alias of the ODataType parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The value provided in a search result (i.e. GET on a collection) in the "@odata.type" property.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>GitHub Repository</maml:linkText>
        <maml:uri>https://github.com/Microsoft/Intune-PowerShell-SDK</maml:uri>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <!-- Cmdlet: Get-AADGroupPhotoData -->
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <command:details>
      <command:name>Get-AADGroupPhotoData</command:name>
      <command:verb>Get</command:verb>
      <command:noun>AADGroupPhotoData</command:noun>
      <maml:description>
        <maml:para>Retrieves a "photo" object's data stream.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Retrieves the data stream from the "photo" object.</maml:para>
      <maml:para>Graph call: GET ~/groups/{groupId}/photo/$value</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>Get-AADGroupPhotoData</maml:name>
        <!-- Parameter: groupId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>groupId</maml:name>
          <maml:description>
            <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: groupId -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>groupId</maml:name>
        <maml:description>
          <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>GitHub Repository</maml:linkText>
        <maml:uri>https://github.com/Microsoft/Intune-PowerShell-SDK</maml:uri>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <!-- Cmdlet: New-AADGroupPhotoData -->
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <command:details>
      <command:name>New-AADGroupPhotoData</command:name>
      <command:verb>New</command:verb>
      <command:noun>AADGroupPhotoData</command:noun>
      <maml:description>
        <maml:para>Sets the data for the "photo" property.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Sets the data for the "photo" property.</maml:para>
      <maml:para>Graph Call: PUT ~/groups/{groupId}/photo/$value</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>New-AADGroupPhotoData</maml:name>
        <!-- Parameter: ContentType -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="named">
          <maml:name>ContentType</maml:name>
          <maml:description>
            <maml:para>The MIME type (content type) of the data. See https://technet.microsoft.com/en-us/library/cc995276.aspx for a list of MIME types.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Data -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="named">
          <maml:name>Data</maml:name>
          <maml:description>
            <maml:para>The new data.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: groupId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>groupId</maml:name>
          <maml:description>
            <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: groupId -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>groupId</maml:name>
        <maml:description>
          <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Data -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="named">
        <maml:name>Data</maml:name>
        <maml:description>
          <maml:para>The new data.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: ContentType -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="named">
        <maml:name>ContentType</maml:name>
        <maml:description>
          <maml:para>The MIME type (content type) of the data. See https://technet.microsoft.com/en-us/library/cc995276.aspx for a list of MIME types.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>GitHub Repository</maml:linkText>
        <maml:uri>https://github.com/Microsoft/Intune-PowerShell-SDK</maml:uri>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <!-- Cmdlet: Remove-AADGroupPhotoData -->
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <command:details>
      <command:name>Remove-AADGroupPhotoData</command:name>
      <command:verb>Remove</command:verb>
      <command:noun>AADGroupPhotoData</command:noun>
      <maml:description>
        <maml:para>Removes the data stream from a "photo" object.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Removes a reference from a "photo" resource (which is of type "microsoft.graph.profilePhoto").</maml:para>
      <maml:para>Graph Call: DELETE ~/groups/{groupId}/photo/$value</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>Remove-AADGroupPhotoData</maml:name>
        <!-- Parameter: groupId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>groupId</maml:name>
          <maml:description>
            <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: groupId -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>groupId</maml:name>
        <maml:description>
          <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>GitHub Repository</maml:linkText>
        <maml:uri>https://github.com/Microsoft/Intune-PowerShell-SDK</maml:uri>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <!-- Cmdlet: Set-AADGroupPhotoData -->
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <command:details>
      <command:name>Set-AADGroupPhotoData</command:name>
      <command:verb>Set</command:verb>
      <command:noun>AADGroupPhotoData</command:noun>
      <maml:description>
        <maml:para>Sets the data for the "photo" property.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Sets the data for the "photo" property.</maml:para>
      <maml:para>Graph Call: PUT ~/groups/{groupId}/photo/$value</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>Set-AADGroupPhotoData</maml:name>
        <!-- Parameter: ContentType -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="named">
          <maml:name>ContentType</maml:name>
          <maml:description>
            <maml:para>The MIME type (content type) of the data. See https://technet.microsoft.com/en-us/library/cc995276.aspx for a list of MIME types.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Data -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="named">
          <maml:name>Data</maml:name>
          <maml:description>
            <maml:para>The new data.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: groupId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>groupId</maml:name>
          <maml:description>
            <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: groupId -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>groupId</maml:name>
        <maml:description>
          <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Data -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="named">
        <maml:name>Data</maml:name>
        <maml:description>
          <maml:para>The new data.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: ContentType -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="named">
        <maml:name>ContentType</maml:name>
        <maml:description>
          <maml:para>The MIME type (content type) of the data. See https://technet.microsoft.com/en-us/library/cc995276.aspx for a list of MIME types.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>GitHub Repository</maml:linkText>
        <maml:uri>https://github.com/Microsoft/Intune-PowerShell-SDK</maml:uri>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <!-- Cmdlet: Get-AADGroupPhotoSet -->
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <command:details>
      <command:name>Get-AADGroupPhotoSet</command:name>
      <command:verb>Get</command:verb>
      <command:noun>AADGroupPhotoSet</command:noun>
      <maml:description>
        <maml:para>Retrieves "microsoft.graph.profilePhoto" objects.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Retrieves "microsoft.graph.profilePhoto" objects in the "photos" collection.</maml:para>
      <maml:para>Graph call: GET ~/groups/{groupId}/photos</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: Get -->
      <command:syntaxItem>
        <maml:name>Get-AADGroupPhotoSet</maml:name>
        <!-- Parameter: groupId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>groupId</maml:name>
          <maml:description>
            <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: profilePhotoId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>profilePhotoId</maml:name>
          <maml:description>
            <maml:para>The ID for a "microsoft.graph.profilePhoto" object in the "photos" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
      <!-- Parameter set: Search -->
      <command:syntaxItem>
        <maml:name>Get-AADGroupPhotoSet</maml:name>
        <!-- Parameter: groupId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>groupId</maml:name>
          <maml:description>
            <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Filter -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Filter</maml:name>
          <maml:description>
            <maml:para>The "$filter" query option value.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: MaxPageSize -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>MaxPageSize</maml:name>
          <maml:description>
            <maml:para>The "Prefer: odata.maxpagesize" header value.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Search -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Search</maml:name>
          <maml:description>
            <maml:para>The "$search" query option value.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Skip -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Skip</maml:name>
          <maml:description>
            <maml:para>The "$skip" query option value.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Top -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="First">
          <maml:name>Top</maml:name>
          <maml:description>
            <maml:para>The "$top" query option value.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: groupId -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>groupId</maml:name>
        <maml:description>
          <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: profilePhotoId -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>profilePhotoId</maml:name>
        <maml:description>
          <maml:para>The ID for a "microsoft.graph.profilePhoto" object in the "photos" collection.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Filter -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>Filter</maml:name>
        <maml:description>
          <maml:para>The "$filter" query option value.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Search -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>Search</maml:name>
        <maml:description>
          <maml:para>The "$search" query option value.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Skip -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>Skip</maml:name>
        <maml:description>
          <maml:para>The "$skip" query option value.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Top -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="First">
        <maml:name>Top</maml:name>
        <maml:description>
          <maml:para>The "$top" query option value.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named" aliases="First">
        <maml:name>First</maml:name>
        <maml:description>
          <maml:para>The "$top" query option value.</maml:para>
          <maml:para>This is an alias of the Top parameter.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: MaxPageSize -->
      <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
        <maml:name>MaxPageSize</maml:name>
        <maml:description>
          <maml:para>The "Prefer: odata.maxpagesize" header value.</maml:para>
        </maml:description>
        <command:parameterValue required="true">int</command:parameterValue>
        <dev:type>
          <maml:name>System.Int32</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The ID for a "microsoft.graph.profilePhoto" object in the "photos" collection.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>GitHub Repository</maml:linkText>
        <maml:uri>https://github.com/Microsoft/Intune-PowerShell-SDK</maml:uri>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <!-- Cmdlet: Get-AADGroupPhotoSetData -->
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <command:details>
      <command:name>Get-AADGroupPhotoSetData</command:name>
      <command:verb>Get</command:verb>
      <command:noun>AADGroupPhotoSetData</command:noun>
      <maml:description>
        <maml:para>Retrieves a "photos" object's data stream.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Retrieves the data streams from the "photos" collection.</maml:para>
      <maml:para>Graph call: GET ~/groups/{groupId}/photos/$value</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>Get-AADGroupPhotoSetData</maml:name>
        <!-- Parameter: groupId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>groupId</maml:name>
          <maml:description>
            <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: profilePhotoId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>profilePhotoId</maml:name>
          <maml:description>
            <maml:para>The ID for a "microsoft.graph.profilePhoto" object in the "photos" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: profilePhotoId -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>profilePhotoId</maml:name>
        <maml:description>
          <maml:para>The ID for a "microsoft.graph.profilePhoto" object in the "photos" collection.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: groupId -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>groupId</maml:name>
        <maml:description>
          <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The ID for a "microsoft.graph.profilePhoto" object in the "photos" collection.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>GitHub Repository</maml:linkText>
        <maml:uri>https://github.com/Microsoft/Intune-PowerShell-SDK</maml:uri>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <!-- Cmdlet: New-AADGroupPhotoSetData -->
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <command:details>
      <command:name>New-AADGroupPhotoSetData</command:name>
      <command:verb>New</command:verb>
      <command:noun>AADGroupPhotoSetData</command:noun>
      <maml:description>
        <maml:para>Sets the data for the "photo" property.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Sets the data for the "photo" property.</maml:para>
      <maml:para>Graph Call: PUT ~/groups/{groupId}/photos/$value</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>New-AADGroupPhotoSetData</maml:name>
        <!-- Parameter: ContentType -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="named">
          <maml:name>ContentType</maml:name>
          <maml:description>
            <maml:para>The MIME type (content type) of the data. See https://technet.microsoft.com/en-us/library/cc995276.aspx for a list of MIME types.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Data -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="named">
          <maml:name>Data</maml:name>
          <maml:description>
            <maml:para>The new data.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: groupId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>groupId</maml:name>
          <maml:description>
            <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: profilePhotoId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>profilePhotoId</maml:name>
          <maml:description>
            <maml:para>The ID for a "microsoft.graph.profilePhoto" object in the "photos" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: profilePhotoId -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>profilePhotoId</maml:name>
        <maml:description>
          <maml:para>The ID for a "microsoft.graph.profilePhoto" object in the "photos" collection.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: groupId -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>groupId</maml:name>
        <maml:description>
          <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Data -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="named">
        <maml:name>Data</maml:name>
        <maml:description>
          <maml:para>The new data.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: ContentType -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="named">
        <maml:name>ContentType</maml:name>
        <maml:description>
          <maml:para>The MIME type (content type) of the data. See https://technet.microsoft.com/en-us/library/cc995276.aspx for a list of MIME types.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The ID for a "microsoft.graph.profilePhoto" object in the "photos" collection.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>GitHub Repository</maml:linkText>
        <maml:uri>https://github.com/Microsoft/Intune-PowerShell-SDK</maml:uri>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <!-- Cmdlet: Remove-AADGroupPhotoSetData -->
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <command:details>
      <command:name>Remove-AADGroupPhotoSetData</command:name>
      <command:verb>Remove</command:verb>
      <command:noun>AADGroupPhotoSetData</command:noun>
      <maml:description>
        <maml:para>Removes the data stream from a "photo" object.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Removes a reference from a "photo" resource (which is of type "microsoft.graph.profilePhoto").</maml:para>
      <maml:para>Graph Call: DELETE ~/groups/{groupId}/photos/profilePhotoId/$value</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>Remove-AADGroupPhotoSetData</maml:name>
        <!-- Parameter: groupId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>groupId</maml:name>
          <maml:description>
            <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: profilePhotoId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>profilePhotoId</maml:name>
          <maml:description>
            <maml:para>The ID for a "microsoft.graph.profilePhoto" object in the "photos" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: profilePhotoId -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>profilePhotoId</maml:name>
        <maml:description>
          <maml:para>The ID for a "microsoft.graph.profilePhoto" object in the "photos" collection.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: groupId -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>groupId</maml:name>
        <maml:description>
          <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The ID for a "microsoft.graph.profilePhoto" object in the "photos" collection.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>GitHub Repository</maml:linkText>
        <maml:uri>https://github.com/Microsoft/Intune-PowerShell-SDK</maml:uri>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <!-- Cmdlet: Set-AADGroupPhotoSetData -->
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <command:details>
      <command:name>Set-AADGroupPhotoSetData</command:name>
      <command:verb>Set</command:verb>
      <command:noun>AADGroupPhotoSetData</command:noun>
      <maml:description>
        <maml:para>Sets the data for the "photo" property.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Sets the data for the "photo" property.</maml:para>
      <maml:para>Graph Call: PUT ~/groups/{groupId}/photos/$value</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>Set-AADGroupPhotoSetData</maml:name>
        <!-- Parameter: ContentType -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="named">
          <maml:name>ContentType</maml:name>
          <maml:description>
            <maml:para>The MIME type (content type) of the data. See https://technet.microsoft.com/en-us/library/cc995276.aspx for a list of MIME types.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Data -->
        <command:parameter required="true" globbing="false" pipelineInput="false" position="named">
          <maml:name>Data</maml:name>
          <maml:description>
            <maml:para>The new data.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: groupId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>groupId</maml:name>
          <maml:description>
            <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: profilePhotoId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>profilePhotoId</maml:name>
          <maml:description>
            <maml:para>The ID for a "microsoft.graph.profilePhoto" object in the "photos" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: profilePhotoId -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>profilePhotoId</maml:name>
        <maml:description>
          <maml:para>The ID for a "microsoft.graph.profilePhoto" object in the "photos" collection.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: groupId -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>groupId</maml:name>
        <maml:description>
          <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: Data -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="named">
        <maml:name>Data</maml:name>
        <maml:description>
          <maml:para>The new data.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
      <!-- Parameter: ContentType -->
      <command:parameter required="true" globbing="false" pipelineInput="false" position="named">
        <maml:name>ContentType</maml:name>
        <maml:description>
          <maml:para>The MIME type (content type) of the data. See https://technet.microsoft.com/en-us/library/cc995276.aspx for a list of MIME types.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The ID for a "microsoft.graph.profilePhoto" object in the "photos" collection.</maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>GitHub Repository</maml:linkText>
        <maml:uri>https://github.com/Microsoft/Intune-PowerShell-SDK</maml:uri>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <!-- Cmdlet: Invoke-AADGroupRemoveFavorite -->
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <command:details>
      <command:name>Invoke-AADGroupRemoveFavorite</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>AADGroupRemoveFavorite</command:noun>
    </command:details>
    <maml:description>
      <maml:para>The action "microsoft.graph.removeFavorite", which exists on the type "microsoft.graph.group".</maml:para>
      <maml:para>This action does not return any objects.</maml:para>
      <maml:para>Graph Call: POST ~/groups/removeFavorite</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>Invoke-AADGroupRemoveFavorite</maml:name>
        <!-- Parameter: groupId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>groupId</maml:name>
          <maml:description>
            <maml:para>The ID for a "microsoft.graph.group" object in the "groups" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: groupId -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>groupId</maml:name>
        <maml:description>
          <maml:para>The ID for a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The ID for a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>GitHub Repository</maml:linkText>
        <maml:uri>https://github.com/Microsoft/Intune-PowerShell-SDK</maml:uri>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <!-- Cmdlet: Invoke-AADGroupRenew -->
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <command:details>
      <command:name>Invoke-AADGroupRenew</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>AADGroupRenew</command:noun>
    </command:details>
    <maml:description>
      <maml:para>The action "microsoft.graph.renew", which exists on the type "microsoft.graph.group".</maml:para>
      <maml:para>This action does not return any objects.</maml:para>
      <maml:para>Graph Call: POST ~/groups/renew</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>Invoke-AADGroupRenew</maml:name>
        <!-- Parameter: groupId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>groupId</maml:name>
          <maml:description>
            <maml:para>The ID for a "microsoft.graph.group" object in the "groups" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: groupId -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>groupId</maml:name>
        <maml:description>
          <maml:para>The ID for a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The ID for a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>GitHub Repository</maml:linkText>
        <maml:uri>https://github.com/Microsoft/Intune-PowerShell-SDK</maml:uri>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <!-- Cmdlet: Invoke-AADGroupResetUnseenCount -->
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <command:details>
      <command:name>Invoke-AADGroupResetUnseenCount</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>AADGroupResetUnseenCount</command:noun>
    </command:details>
    <maml:description>
      <maml:para>The action "microsoft.graph.resetUnseenCount", which exists on the type "microsoft.graph.group".</maml:para>
      <maml:para>This action does not return any objects.</maml:para>
      <maml:para>Graph Call: POST ~/groups/resetUnseenCount</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>Invoke-AADGroupResetUnseenCount</maml:name>
        <!-- Parameter: groupId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>groupId</maml:name>
          <maml:description>
            <maml:para>The ID for a "microsoft.graph.group" object in the "groups" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: groupId -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>groupId</maml:name>
        <maml:description>
          <maml:para>The ID for a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The ID for a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>GitHub Repository</maml:linkText>
        <maml:uri>https://github.com/Microsoft/Intune-PowerShell-SDK</maml:uri>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <!-- Cmdlet: Invoke-AADGroupRestore -->
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <command:details>
      <command:name>Invoke-AADGroupRestore</command:name>
      <command:verb>Invoke</command:verb>
      <command:noun>AADGroupRestore</command:noun>
    </command:details>
    <maml:description>
      <maml:para>The action "microsoft.graph.restore", which exists on the type "microsoft.graph.group".</maml:para>
      <maml:para>This action returns a "microsoft.graph.directoryObject" object.</maml:para>
      <maml:para>Graph Call: POST ~/groups/restore</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: __AllParameterSets -->
      <command:syntaxItem>
        <maml:name>Invoke-AADGroupRestore</maml:name>
        <!-- Parameter: groupId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>groupId</maml:name>
          <maml:description>
            <maml:para>The ID for a "microsoft.graph.group" object in the "groups" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <!-- Parameter: groupId -->
      <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
        <maml:name>groupId</maml:name>
        <maml:description>
          <maml:para>The ID for a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
        <command:parameterValue required="true">string</command:parameterValue>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
          <maml:uri />
        </dev:type>
        <maml:description>
          <maml:para>The ID for a "microsoft.graph.group" object in the "groups" collection.</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues />
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>GitHub Repository</maml:linkText>
        <maml:uri>https://github.com/Microsoft/Intune-PowerShell-SDK</maml:uri>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
  <!-- Cmdlet: Get-AADGroupSetting -->
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <command:details>
      <command:name>Get-AADGroupSetting</command:name>
      <command:verb>Get</command:verb>
      <command:noun>AADGroupSetting</command:noun>
      <maml:description>
        <maml:para>Retrieves "microsoft.graph.groupSetting" objects.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Retrieves "microsoft.graph.groupSetting" objects in the "settings" collection.</maml:para>
      <maml:para>Graph call: GET ~/groups/{groupId}/settings</maml:para>
    </maml:description>
    <command:syntax>
      <!-- Parameter set: Get -->
      <command:syntaxItem>
        <maml:name>Get-AADGroupSetting</maml:name>
        <!-- Parameter: groupId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>groupId</maml:name>
          <maml:description>
            <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: groupSettingId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>groupSettingId</maml:name>
          <maml:description>
            <maml:para>The ID for a "microsoft.graph.groupSetting" object in the "settings" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
      </command:syntaxItem>
      <!-- Parameter set: Search -->
      <command:syntaxItem>
        <maml:name>Get-AADGroupSetting</maml:name>
        <!-- Parameter: groupId -->
        <command:parameter required="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
          <maml:name>groupId</maml:name>
          <maml:description>
            <maml:para>A required ID for referencing a "microsoft.graph.group" object in the "groups" collection.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Filter -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Filter</maml:name>
          <maml:description>
            <maml:para>The "$filter" query option value.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: MaxPageSize -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>MaxPageSize</maml:name>
          <maml:description>
            <maml:para>The "Prefer: odata.maxpagesize" header value.</maml:para>
          </maml:description>
          <command:parameterValue required="true">int</command:parameterValue>
          <dev:type>
            <maml:name>System.Int32</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Search -->
        <command:parameter required="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Search</maml:name>
          <maml:description>
            <maml:para>The "$search" query option value.</maml:para>
          </maml:description>
          <command:parameterValue required="true">string</command:parameterValue>
          <dev:type>
            <maml:name>System.String</maml:name>
            <maml:uri />
          </dev:type>
        </command:parameter>
        <!-- Parameter: Skip -->
        <command:parameter required="false" globbing="false" pipelineInput="f