zh-Hans/Microsoft.Open.AzureAD16.Graph.PowerShell.dll-Help.xml
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<helpItems xmlns="http://msh" schema="maml"> <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> Add-AzureADApplicationOwner </command:name> <maml:description> <maml:para>向应用程序添加所有者</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Add</command:verb> <command:noun>AzureADApplicationOwner</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>Add-AzureADApplicationOwner</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ApplicationId</maml:name> <maml:description> <maml:para>Azure Active Directory 中应用程序的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>RefObjectId</maml:name> <maml:description> <maml:para>将分配为所有者/管理员/成员的特定 Azure Active Directory 对象的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ApplicationId</maml:name> <maml:description> <maml:para>Azure Active Directory 中应用程序的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>RefObjectId</maml:name> <maml:description> <maml:para>将分配为所有者/管理员/成员的特定 Azure Active Directory 对象的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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-AzureADApplication </command:name> <maml:description> <maml:para>按 objectId 获取应用程序</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Get</command:verb> <command:noun>AzureADApplication</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>Get-AzureADApplication</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ApplicationId</maml:name> <maml:description> <maml:para>Azure Active Directory 中应用程序的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Top</maml:name> <maml:description> <maml:para>要返回的最大记录数。</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">int?</command:parametervalue> </command:parameter> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Filter</maml:name> <maml:description> <maml:para>oData v3.0 筛选语句,用于控制返回对象。</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">string</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ApplicationId</maml:name> <maml:description> <maml:para>Azure Active Directory 中应用程序的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Top</maml:name> <maml:description> <maml:para>要返回的最大记录数。</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">int?</command:parametervalue> <dev:type> <maml:name>int?</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Filter</maml:name> <maml:description> <maml:para>oData v3.0 筛选语句,用于控制返回对象。</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:name>Microsoft.Online.Administration.Application</maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples> <command:example> <maml:title> 示例 1 </maml:title> <maml:introduction> <maml:para></maml:para> </maml:introduction> <dev:code> Get-AzureADApplication -Filter "DisplayName eq 'TestName'" </dev:code> <dev:remarks> <maml:para>Get application by application display name</maml:para> </dev:remarks> <command:commandlines> <command:commandline> <command:commandtext></command:commandtext> </command:commandline> </command:commandlines> </command:example> <command:example> <maml:title> 示例 2 </maml:title> <maml:introduction> <maml:para></maml:para> </maml:introduction> <dev:code> Get-AzureADApplication -Filter "AppId eq 'ed192e92-84d4-4baf-997d-1e190a81f28e'" </dev:code> <dev:remarks> <maml:para>Get application by application id</maml:para> </dev:remarks> <command:commandlines> <command:commandline> <command:commandtext></command:commandtext> </command:commandline> </command:commandlines> </command:example> </command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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-AzureADApplicationExtensionProperty </command:name> <maml:description> <maml:para>获取组扩展属性</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Get</command:verb> <command:noun>AzureADApplicationExtensionProperty</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>Get-AzureADApplicationExtensionProperty</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ApplicationId</maml:name> <maml:description> <maml:para>Azure Active Directory 中应用程序的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ApplicationId</maml:name> <maml:description> <maml:para>Azure Active Directory 中应用程序的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:name>Microsoft.Online.Administration.GetExtensionPropertiesResponse</maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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-AzureADApplicationOwner </command:name> <maml:description> <maml:para>获取应用程序的所有者。</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Get</command:verb> <command:noun>AzureADApplicationOwner</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>Get-AzureADApplicationOwner</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ApplicationId</maml:name> <maml:description> <maml:para>Azure Active Directory 中应用程序的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Top</maml:name> <maml:description> <maml:para>要返回的最大记录数。</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">int?</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ApplicationId</maml:name> <maml:description> <maml:para>Azure Active Directory 中应用程序的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Top</maml:name> <maml:description> <maml:para>要返回的最大记录数。</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">int?</command:parametervalue> <dev:type> <maml:name>int?</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:name>Microsoft.Online.Administration.GetDirectoryObjectsResponse</maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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-AzureADApplication </command:name> <maml:description> <maml:para>在 Azure Active Directory 中新建应用程序</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>New</command:verb> <command:noun>AzureADApplication</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>New-AzureADApplication</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Application</maml:name> <maml:description> <maml:para>新建应用程序</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">Application</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Application</maml:name> <maml:description> <maml:para>新建应用程序</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">Application</command:parametervalue> <dev:type> <maml:name>Application</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:name>Microsoft.Online.Administration.Application</maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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-AzureADApplicationExtensionProperty </command:name> <maml:description> <maml:para>创建应用程序扩展属性</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>New</command:verb> <command:noun>AzureADApplicationExtensionProperty</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>New-AzureADApplicationExtensionProperty</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ApplicationId</maml:name> <maml:description> <maml:para>Azure Active Directory 中应用程序的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ExtensionProperty</maml:name> <maml:description> <maml:para>新建扩展属性</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">ExtensionProperty</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ApplicationId</maml:name> <maml:description> <maml:para>Azure Active Directory 中应用程序的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ExtensionProperty</maml:name> <maml:description> <maml:para>新建扩展属性</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">ExtensionProperty</command:parametervalue> <dev:type> <maml:name>ExtensionProperty</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:name>Microsoft.Online.Administration.ExtensionProperty</maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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-AzureADApplication </command:name> <maml:description> <maml:para>按 objectId 删除应用程序。</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Remove</command:verb> <command:noun>AzureADApplication</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>Remove-AzureADApplication</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ApplicationId</maml:name> <maml:description> <maml:para>Azure Active Directory 中应用程序的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ApplicationId</maml:name> <maml:description> <maml:para>Azure Active Directory 中应用程序的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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-AzureADApplicationExtensionProperty </command:name> <maml:description> <maml:para>删除应用程序扩展属性。</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Remove</command:verb> <command:noun>AzureADApplicationExtensionProperty</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>Remove-AzureADApplicationExtensionProperty</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ApplicationId</maml:name> <maml:description> <maml:para>Azure Active Directory 中应用程序的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ObjectId</maml:name> <maml:description> <maml:para>特定 Azure Active Directory 对象的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ApplicationId</maml:name> <maml:description> <maml:para>Azure Active Directory 中应用程序的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ObjectId</maml:name> <maml:description> <maml:para>特定 Azure Active Directory 对象的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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-AzureADApplicationOwner </command:name> <maml:description> <maml:para>从应用程序中删除所有者。</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Remove</command:verb> <command:noun>AzureADApplicationOwner</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>Remove-AzureADApplicationOwner</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ApplicationId</maml:name> <maml:description> <maml:para>Azure Active Directory 中应用程序的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ObjectId</maml:name> <maml:description> <maml:para>特定 Azure Active Directory 对象的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ApplicationId</maml:name> <maml:description> <maml:para>Azure Active Directory 中应用程序的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ObjectId</maml:name> <maml:description> <maml:para>特定 Azure Active Directory 对象的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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-AzureADApplication </command:name> <maml:description> <maml:para>更新 Azure Active Directory 中的特定应用程序</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Set</command:verb> <command:noun>AzureADApplication</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>Set-AzureADApplication</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ApplicationId</maml:name> <maml:description> <maml:para>Azure Active Directory 中应用程序的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Application</maml:name> <maml:description> <maml:para>包含已更新域的应用程序</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">Application</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ApplicationId</maml:name> <maml:description> <maml:para>Azure Active Directory 中应用程序的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Application</maml:name> <maml:description> <maml:para>包含已更新域的应用程序</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">Application</command:parametervalue> <dev:type> <maml:name>Application</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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-AzureADContact </command:name> <maml:description> <maml:para>在 Azure Active Directory 中检索特定联系人</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Get</command:verb> <command:noun>AzureADContact</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>Get-AzureADContact</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ContactId</maml:name> <maml:description> <maml:para>Azure Active Directory 中联系人的唯一标识符(ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Top</maml:name> <maml:description> <maml:para>要返回的最大记录数。</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">int?</command:parametervalue> </command:parameter> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Filter</maml:name> <maml:description> <maml:para>oData v3.0 筛选语句,用于控制返回对象。</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">string</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ContactId</maml:name> <maml:description> <maml:para>Azure Active Directory 中联系人的唯一标识符(ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Top</maml:name> <maml:description> <maml:para>要返回的最大记录数。</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">int?</command:parametervalue> <dev:type> <maml:name>int?</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Filter</maml:name> <maml:description> <maml:para>oData v3.0 筛选语句,用于控制返回对象。</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:name>Microsoft.Online.Administration.Contact</maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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-AzureADContactDirectReport </command:name> <maml:description> <maml:para>获取此联系人的直接下属。</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Get</command:verb> <command:noun>AzureADContactDirectReport</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>Get-AzureADContactDirectReport</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ContactId</maml:name> <maml:description> <maml:para>Azure Active Directory 中联系人的唯一标识符(ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Top</maml:name> <maml:description> <maml:para>要返回的最大记录数。</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">int?</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ContactId</maml:name> <maml:description> <maml:para>Azure Active Directory 中联系人的唯一标识符(ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Top</maml:name> <maml:description> <maml:para>要返回的最大记录数。</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">int?</command:parametervalue> <dev:type> <maml:name>int?</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:name>Microsoft.Online.Administration.GetDirectoryObjectsResponse</maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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-AzureADContactManager </command:name> <maml:description> <maml:para>在 Azure Active Directory 中检索联系人的管理员</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Get</command:verb> <command:noun>AzureADContactManager</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>Get-AzureADContactManager</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ContactId</maml:name> <maml:description> <maml:para>Azure Active Directory 中联系人的唯一标识符(ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ContactId</maml:name> <maml:description> <maml:para>Azure Active Directory 中联系人的唯一标识符(ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:name>Microsoft.Online.Administration.DirectoryObject</maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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-AzureADContactMembership </command:name> <maml:description> <maml:para>获取联系人成员资格。</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Get</command:verb> <command:noun>AzureADContactMembership</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>Get-AzureADContactMembership</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ContactId</maml:name> <maml:description> <maml:para>Azure Active Directory 中联系人的唯一标识符(ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Top</maml:name> <maml:description> <maml:para>要返回的最大记录数。</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">int?</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ContactId</maml:name> <maml:description> <maml:para>Azure Active Directory 中联系人的唯一标识符(ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Top</maml:name> <maml:description> <maml:para>要返回的最大记录数。</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">int?</command:parametervalue> <dev:type> <maml:name>int?</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:name>Microsoft.Online.Administration.GetDirectoryObjectsResponse</maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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-AzureADContact </command:name> <maml:description> <maml:para>删除 Azure Active Directory 中的特定联系人</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Remove</command:verb> <command:noun>AzureADContact</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>Remove-AzureADContact</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ContactId</maml:name> <maml:description> <maml:para>Azure Active Directory 中联系人的唯一标识符(ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ContactId</maml:name> <maml:description> <maml:para>Azure Active Directory 中联系人的唯一标识符(ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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-AzureADContactManager </command:name> <maml:description> <maml:para>删除 Azure Active Directory 中此联系人的管理员</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Remove</command:verb> <command:noun>AzureADContactManager</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>Remove-AzureADContactManager</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ContactId</maml:name> <maml:description> <maml:para>Azure Active Directory 中联系人的唯一标识符(ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ContactId</maml:name> <maml:description> <maml:para>Azure Active Directory 中联系人的唯一标识符(ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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> Select-AzureADGroupIdsContactIsMemberOf </command:name> <maml:description> <maml:para>在组 ID 列表中选择此联系人所属的组。</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Select</command:verb> <command:noun>AzureADGroupIdsContactIsMemberOf</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>Select-AzureADGroupIdsContactIsMemberOf</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ContactId</maml:name> <maml:description> <maml:para>Azure Active Directory 中联系人的唯一标识符(ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>GroupIdsForMembershipCheck</maml:name> <maml:description> <maml:para>组对象 ID 列表。</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">GroupIdsForMembershipCheck</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ContactId</maml:name> <maml:description> <maml:para>Azure Active Directory 中联系人的唯一标识符(ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>GroupIdsForMembershipCheck</maml:name> <maml:description> <maml:para>组对象 ID 列表。</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">GroupIdsForMembershipCheck</command:parametervalue> <dev:type> <maml:name>GroupIdsForMembershipCheck</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:name>Microsoft.Online.Administration.CheckMemberGroupsResponse</maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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-AzureADContact </command:name> <maml:description> <maml:para>更新 Azure Active Directory 中的特定联系人</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Set</command:verb> <command:noun>AzureADContact</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>Set-AzureADContact</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ContactId</maml:name> <maml:description> <maml:para>Azure Active Directory 中联系人的唯一标识符(ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Contact</maml:name> <maml:description> <maml:para>包含已更新域的联系人</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">Contact</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ContactId</maml:name> <maml:description> <maml:para>Azure Active Directory 中联系人的唯一标识符(ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Contact</maml:name> <maml:description> <maml:para>包含已更新域的联系人</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">Contact</command:parametervalue> <dev:type> <maml:name>Contact</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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-AzureADContactManager </command:name> <maml:description> <maml:para>更新 Azure Active Directory 中此联系人的管理员</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Set</command:verb> <command:noun>AzureADContactManager</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>Set-AzureADContactManager</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ContactId</maml:name> <maml:description> <maml:para>Azure Active Directory 中联系人的唯一标识符(ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>RefObjectId</maml:name> <maml:description> <maml:para>将分配为所有者/管理员/成员的特定 Azure Active Directory 对象的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ContactId</maml:name> <maml:description> <maml:para>Azure Active Directory 中联系人的唯一标识符(ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>RefObjectId</maml:name> <maml:description> <maml:para>将分配为所有者/管理员/成员的特定 Azure Active Directory 对象的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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-AzureADContract </command:name> <maml:description> <maml:para>在 Azure Active Directory 中检索特定合同</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Get</command:verb> <command:noun>AzureADContract</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>Get-AzureADContract</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ContractId</maml:name> <maml:description> <maml:para>Azure Active Directory 中合同的唯一标识符(ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Top</maml:name> <maml:description> <maml:para>要返回的最大记录数。</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">int?</command:parametervalue> </command:parameter> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Filter</maml:name> <maml:description> <maml:para>oData v3.0 筛选语句,用于控制返回对象。</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">string</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ContractId</maml:name> <maml:description> <maml:para>Azure Active Directory 中合同的唯一标识符(ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Top</maml:name> <maml:description> <maml:para>要返回的最大记录数。</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">int?</command:parametervalue> <dev:type> <maml:name>int?</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Filter</maml:name> <maml:description> <maml:para>oData v3.0 筛选语句,用于控制返回对象。</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:name>Microsoft.Online.Administration.Contract</maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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-AzureADDevice </command:name> <maml:description> <maml:para>在 Azure Active Directory 中检索特定设备</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Get</command:verb> <command:noun>AzureADDevice</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>Get-AzureADDevice</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>DeviceId</maml:name> <maml:description> <maml:para>Azure Active Directory 中设备的唯一标识符(ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Top</maml:name> <maml:description> <maml:para>要返回的最大记录数。</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">int?</command:parametervalue> </command:parameter> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Filter</maml:name> <maml:description> <maml:para>oData v3.0 筛选语句,用于控制返回对象。</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">string</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>DeviceId</maml:name> <maml:description> <maml:para>Azure Active Directory 中设备的唯一标识符(ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Top</maml:name> <maml:description> <maml:para>要返回的最大记录数。</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">int?</command:parametervalue> <dev:type> <maml:name>int?</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Filter</maml:name> <maml:description> <maml:para>oData v3.0 筛选语句,用于控制返回对象。</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:name>Microsoft.Online.Administration.Device</maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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-AzureADDevice </command:name> <maml:description> <maml:para>在 Azure Active Directory 中新建设备</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>New</command:verb> <command:noun>AzureADDevice</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>New-AzureADDevice</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Device</maml:name> <maml:description> <maml:para>新建设备</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">Device</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Device</maml:name> <maml:description> <maml:para>新建设备</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">Device</command:parametervalue> <dev:type> <maml:name>Device</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:name>Microsoft.Online.Administration.Device</maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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-AzureADDevice </command:name> <maml:description> <maml:para>删除 Azure Active Directory 中的特定设备</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Remove</command:verb> <command:noun>AzureADDevice</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>Remove-AzureADDevice</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>DeviceId</maml:name> <maml:description> <maml:para>Azure Active Directory 中设备的唯一标识符(ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>DeviceId</maml:name> <maml:description> <maml:para>Azure Active Directory 中设备的唯一标识符(ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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-AzureADDevice </command:name> <maml:description> <maml:para>更新 Azure Active Directory 中的特定设备</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Set</command:verb> <command:noun>AzureADDevice</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>Set-AzureADDevice</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>DeviceId</maml:name> <maml:description> <maml:para>Azure Active Directory 中设备的唯一标识符(ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Device</maml:name> <maml:description> <maml:para>包含已更新域的设备</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">Device</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>DeviceId</maml:name> <maml:description> <maml:para>Azure Active Directory 中设备的唯一标识符(ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Device</maml:name> <maml:description> <maml:para>包含已更新域的设备</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">Device</command:parametervalue> <dev:type> <maml:name>Device</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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> Add-AzureADDirectoryRoleMember </command:name> <maml:description> <maml:para>向组添加成员</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Add</command:verb> <command:noun>AzureADDirectoryRoleMember</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>Add-AzureADDirectoryRoleMember</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>DirectoryRoleId</maml:name> <maml:description> <maml:para>Azure Active Directory 中目录角色的唯一标识符(ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>RefObjectId</maml:name> <maml:description> <maml:para>将分配为所有者/管理员/成员的特定 Azure Active Directory 对象的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>DirectoryRoleId</maml:name> <maml:description> <maml:para>Azure Active Directory 中目录角色的唯一标识符(ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>RefObjectId</maml:name> <maml:description> <maml:para>将分配为所有者/管理员/成员的特定 Azure Active Directory 对象的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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> Enable-AzureADDirectoryRole </command:name> <maml:description> <maml:para>激活 Azure Active Directory 中的现有目录角色</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Enable</command:verb> <command:noun>AzureADDirectoryRole</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>Enable-AzureADDirectoryRole</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>DirectoryRole</maml:name> <maml:description> <maml:para>Azure Active Directory 角色。只有 roleTemplateId 是必需的。</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">DirectoryRole</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>DirectoryRole</maml:name> <maml:description> <maml:para>Azure Active Directory 角色。只有 roleTemplateId 是必需的。</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">DirectoryRole</command:parametervalue> <dev:type> <maml:name>DirectoryRole</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:name>Microsoft.Online.Administration.DirectoryRole</maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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-AzureADDirectoryRoleMember </command:name> <maml:description> <maml:para>获取目录角色的成员。</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Get</command:verb> <command:noun>AzureADDirectoryRoleMember</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>Get-AzureADDirectoryRoleMember</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>DirectoryRoleId</maml:name> <maml:description> <maml:para>Azure Active Directory 中目录角色的唯一标识符(ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>DirectoryRoleId</maml:name> <maml:description> <maml:para>Azure Active Directory 中目录角色的唯一标识符(ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:name>Microsoft.Online.Administration.GetDirectoryObjectsResponse</maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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-AzureADDirectoryRole </command:name> <maml:description> <maml:para>在 Azure Active Directory 中检索特定目录角色</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Get</command:verb> <command:noun>AzureADDirectoryRole</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>Get-AzureADDirectoryRole</maml:name> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>DirectoryRoleId</maml:name> <maml:description> <maml:para>Azure Active Directory 中目录角色的唯一标识符(ObjectId)</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">string</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>DirectoryRoleId</maml:name> <maml:description> <maml:para>Azure Active Directory 中目录角色的唯一标识符(ObjectId)</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:name>Microsoft.Online.Administration.DirectoryRole</maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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-AzureADDirectoryRoleMember </command:name> <maml:description> <maml:para>删除目录角色的特定成员。</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Remove</command:verb> <command:noun>AzureADDirectoryRoleMember</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>Remove-AzureADDirectoryRoleMember</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>DirectoryRoleId</maml:name> <maml:description> <maml:para>Azure Active Directory 中目录角色的唯一标识符(ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ObjectId</maml:name> <maml:description> <maml:para>特定 Azure Active Directory 对象的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>DirectoryRoleId</maml:name> <maml:description> <maml:para>Azure Active Directory 中目录角色的唯一标识符(ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ObjectId</maml:name> <maml:description> <maml:para>特定 Azure Active Directory 对象的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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-AzureADDirectoryRoleTemplate </command:name> <maml:description> <maml:para>在 Azure Active Directory 中检索目录角色模板列表</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Get</command:verb> <command:noun>AzureADDirectoryRoleTemplate</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>Get-AzureADDirectoryRoleTemplate</maml:name> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters></command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:name>Microsoft.Online.Administration.GetDirectoryRoleTemplateResponse</maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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> Add-AzureADGroupMember </command:name> <maml:description> <maml:para>向组添加成员</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Add</command:verb> <command:noun>AzureADGroupMember</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>Add-AzureADGroupMember</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>GroupId</maml:name> <maml:description> <maml:para>Azure Active Directory 中组的唯一标识符(ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>RefObjectId</maml:name> <maml:description> <maml:para>将分配为所有者/管理员/成员的特定 Azure Active Directory 对象的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>GroupId</maml:name> <maml:description> <maml:para>Azure Active Directory 中组的唯一标识符(ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>RefObjectId</maml:name> <maml:description> <maml:para>将分配为所有者/管理员/成员的特定 Azure Active Directory 对象的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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> Add-AzureADGroupOwner </command:name> <maml:description> <maml:para>向组添加所有者</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Add</command:verb> <command:noun>AzureADGroupOwner</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>Add-AzureADGroupOwner</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>GroupId</maml:name> <maml:description> <maml:para>Azure Active Directory 中组的唯一标识符(ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>RefObjectId</maml:name> <maml:description> <maml:para>将分配为所有者/管理员/成员的特定 Azure Active Directory 对象的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>GroupId</maml:name> <maml:description> <maml:para>Azure Active Directory 中组的唯一标识符(ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>RefObjectId</maml:name> <maml:description> <maml:para>将分配为所有者/管理员/成员的特定 Azure Active Directory 对象的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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-AzureADGroup </command:name> <maml:description> <maml:para>按 objectId 获取组</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Get</command:verb> <command:noun>AzureADGroup</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>Get-AzureADGroup</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>GroupId</maml:name> <maml:description> <maml:para>Azure Active Directory 中组的唯一标识符(ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Top</maml:name> <maml:description> <maml:para>要返回的最大记录数。</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">int?</command:parametervalue> </command:parameter> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Filter</maml:name> <maml:description> <maml:para>oData v3.0 筛选语句,用于控制返回对象。</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">string</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>GroupId</maml:name> <maml:description> <maml:para>Azure Active Directory 中组的唯一标识符(ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Top</maml:name> <maml:description> <maml:para>要返回的最大记录数。</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">int?</command:parametervalue> <dev:type> <maml:name>int?</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Filter</maml:name> <maml:description> <maml:para>oData v3.0 筛选语句,用于控制返回对象。</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:name>Microsoft.Online.Administration.Group</maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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-AzureADGroupAppRoleAssignment </command:name> <maml:description> <maml:para>获取组应用程序角色分配。</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Get</command:verb> <command:noun>AzureADGroupAppRoleAssignment</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>Get-AzureADGroupAppRoleAssignment</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>GroupId</maml:name> <maml:description> <maml:para>Azure Active Directory 中组的唯一标识符(ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Top</maml:name> <maml:description> <maml:para>要返回的最大记录数。</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">int?</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>GroupId</maml:name> <maml:description> <maml:para>Azure Active Directory 中组的唯一标识符(ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Top</maml:name> <maml:description> <maml:para>要返回的最大记录数。</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">int?</command:parametervalue> <dev:type> <maml:name>int?</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:name>Microsoft.Online.Administration.GetAppRoleAssignmentsResponse</maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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-AzureADGroupMember </command:name> <maml:description> <maml:para>获取组的成员。</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Get</command:verb> <command:noun>AzureADGroupMember</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>Get-AzureADGroupMember</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>GroupId</maml:name> <maml:description> <maml:para>Azure Active Directory 中组的唯一标识符(ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Top</maml:name> <maml:description> <maml:para>要返回的最大记录数。</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">int?</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>GroupId</maml:name> <maml:description> <maml:para>Azure Active Directory 中组的唯一标识符(ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Top</maml:name> <maml:description> <maml:para>要返回的最大记录数。</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">int?</command:parametervalue> <dev:type> <maml:name>int?</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:name>Microsoft.Online.Administration.GetDirectoryObjectsResponse</maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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-AzureADGroupOwner </command:name> <maml:description> <maml:para>获取组的所有者。</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Get</command:verb> <command:noun>AzureADGroupOwner</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>Get-AzureADGroupOwner</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>GroupId</maml:name> <maml:description> <maml:para>Azure Active Directory 中组的唯一标识符(ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Top</maml:name> <maml:description> <maml:para>要返回的最大记录数。</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">int?</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>GroupId</maml:name> <maml:description> <maml:para>Azure Active Directory 中组的唯一标识符(ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Top</maml:name> <maml:description> <maml:para>要返回的最大记录数。</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">int?</command:parametervalue> <dev:type> <maml:name>int?</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:name>Microsoft.Online.Administration.GetDirectoryObjectsResponse</maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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-AzureADGroup </command:name> <maml:description> <maml:para>在 Azure Active Directory 中新建组</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>New</command:verb> <command:noun>AzureADGroup</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>New-AzureADGroup</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Group</maml:name> <maml:description> <maml:para>新组:</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">Group</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Group</maml:name> <maml:description> <maml:para>新组:</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">Group</command:parametervalue> <dev:type> <maml:name>Group</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:name>Microsoft.Online.Administration.Group</maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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-AzureADGroupAppRoleAssignment </command:name> <maml:description> <maml:para>为一组用户分配应用程序角色。</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>New</command:verb> <command:noun>AzureADGroupAppRoleAssignment</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>New-AzureADGroupAppRoleAssignment</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>GroupId</maml:name> <maml:description> <maml:para>Azure Active Directory 中组的唯一标识符(ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>AppRoleAssignment</maml:name> <maml:description> <maml:para>新建应用角色分配</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">AppRoleAssignment</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>GroupId</maml:name> <maml:description> <maml:para>Azure Active Directory 中组的唯一标识符(ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>AppRoleAssignment</maml:name> <maml:description> <maml:para>新建应用角色分配</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">AppRoleAssignment</command:parametervalue> <dev:type> <maml:name>AppRoleAssignment</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:name>Microsoft.Online.Administration.AppRoleAssignment</maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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-AzureADGroup </command:name> <maml:description> <maml:para>按 objectId 删除组。</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Remove</command:verb> <command:noun>AzureADGroup</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>Remove-AzureADGroup</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>GroupId</maml:name> <maml:description> <maml:para>Azure Active Directory 中组的唯一标识符(ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>GroupId</maml:name> <maml:description> <maml:para>Azure Active Directory 中组的唯一标识符(ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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-AzureADGroupAppRoleAssignment </command:name> <maml:description> <maml:para>删除组应用程序角色分配。</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Remove</command:verb> <command:noun>AzureADGroupAppRoleAssignment</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>Remove-AzureADGroupAppRoleAssignment</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>GroupId</maml:name> <maml:description> <maml:para>Azure Active Directory 中组的唯一标识符(ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ObjectId</maml:name> <maml:description> <maml:para>特定 Azure Active Directory 对象的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>GroupId</maml:name> <maml:description> <maml:para>Azure Active Directory 中组的唯一标识符(ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ObjectId</maml:name> <maml:description> <maml:para>特定 Azure Active Directory 对象的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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-AzureADGroupMember </command:name> <maml:description> <maml:para>从组中删除成员。</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Remove</command:verb> <command:noun>AzureADGroupMember</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>Remove-AzureADGroupMember</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>GroupId</maml:name> <maml:description> <maml:para>Azure Active Directory 中组的唯一标识符(ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ObjectId</maml:name> <maml:description> <maml:para>特定 Azure Active Directory 对象的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>GroupId</maml:name> <maml:description> <maml:para>Azure Active Directory 中组的唯一标识符(ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ObjectId</maml:name> <maml:description> <maml:para>特定 Azure Active Directory 对象的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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-AzureADGroupOwner </command:name> <maml:description> <maml:para>从组中删除所有者。</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Remove</command:verb> <command:noun>AzureADGroupOwner</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>Remove-AzureADGroupOwner</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>GroupId</maml:name> <maml:description> <maml:para>Azure Active Directory 中组的唯一标识符(ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ObjectId</maml:name> <maml:description> <maml:para>特定 Azure Active Directory 对象的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>GroupId</maml:name> <maml:description> <maml:para>Azure Active Directory 中组的唯一标识符(ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ObjectId</maml:name> <maml:description> <maml:para>特定 Azure Active Directory 对象的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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> Select-AzureADGroupIdsGroupIsMemberOf </command:name> <maml:description> <maml:para>在组 ID 列表中选择此组所属的组。</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Select</command:verb> <command:noun>AzureADGroupIdsGroupIsMemberOf</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>Select-AzureADGroupIdsGroupIsMemberOf</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>GroupId</maml:name> <maml:description> <maml:para>Azure Active Directory 中组的唯一标识符(ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>GroupIdsForMembershipCheck</maml:name> <maml:description> <maml:para>组对象 ID 列表。</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">GroupIdsForMembershipCheck</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>GroupId</maml:name> <maml:description> <maml:para>Azure Active Directory 中组的唯一标识符(ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>GroupIdsForMembershipCheck</maml:name> <maml:description> <maml:para>组对象 ID 列表。</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">GroupIdsForMembershipCheck</command:parametervalue> <dev:type> <maml:name>GroupIdsForMembershipCheck</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:name>Microsoft.Online.Administration.CheckMemberGroupsResponse</maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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-AzureADGroup </command:name> <maml:description> <maml:para>更新 Azure Active Directory 中的特定组</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Set</command:verb> <command:noun>AzureADGroup</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>Set-AzureADGroup</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>GroupId</maml:name> <maml:description> <maml:para>Azure Active Directory 中组的唯一标识符(ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Group</maml:name> <maml:description> <maml:para>包含已更新域的组</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">Group</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>GroupId</maml:name> <maml:description> <maml:para>Azure Active Directory 中组的唯一标识符(ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Group</maml:name> <maml:description> <maml:para>包含已更新域的组</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">Group</command:parametervalue> <dev:type> <maml:name>Group</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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-AzureADOAuth2PermissionGrant </command:name> <maml:description> <maml:para>获取此目录内用户授予的所有 oAuth2PermissionGrants 的列表。</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Get</command:verb> <command:noun>AzureADOAuth2PermissionGrant</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>Get-AzureADOAuth2PermissionGrant</maml:name> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Top</maml:name> <maml:description> <maml:para>要返回的最大记录数。</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">int?</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Top</maml:name> <maml:description> <maml:para>要返回的最大记录数。</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">int?</command:parametervalue> <dev:type> <maml:name>int?</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:name>Microsoft.Online.Administration.GetOAuth2PermissionGrantsResponse</maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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-AzureADOAuth2PermissionGrant </command:name> <maml:description> <maml:para>删除 oAuth2PermissionGrant。</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Remove</command:verb> <command:noun>AzureADOAuth2PermissionGrant</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>Remove-AzureADOAuth2PermissionGrant</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>OAuth2PermissionGrantId</maml:name> <maml:description> <maml:para>Azure Active Directory 中 oAuth2PermissionGrant 的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>OAuth2PermissionGrantId</maml:name> <maml:description> <maml:para>Azure Active Directory 中 oAuth2PermissionGrant 的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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> Add-AzureADServicePrincipalOwner </command:name> <maml:description> <maml:para>向服务主体添加所有者</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Add</command:verb> <command:noun>AzureADServicePrincipalOwner</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>Add-AzureADServicePrincipalOwner</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ServicePrincipalId</maml:name> <maml:description> <maml:para>Azure Active Directory 中服务主体的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>RefObjectId</maml:name> <maml:description> <maml:para>将分配为所有者/管理员/成员的特定 Azure Active Directory 对象的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ServicePrincipalId</maml:name> <maml:description> <maml:para>Azure Active Directory 中服务主体的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>RefObjectId</maml:name> <maml:description> <maml:para>将分配为所有者/管理员/成员的特定 Azure Active Directory 对象的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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-AzureADServicePrincipal </command:name> <maml:description> <maml:para>按 objectId 获取服务主体</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Get</command:verb> <command:noun>AzureADServicePrincipal</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>Get-AzureADServicePrincipal</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ServicePrincipalId</maml:name> <maml:description> <maml:para>Azure Active Directory 中服务主体的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Top</maml:name> <maml:description> <maml:para>要返回的最大记录数。</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">int?</command:parametervalue> </command:parameter> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Filter</maml:name> <maml:description> <maml:para>oData v3.0 筛选语句,用于控制返回对象。</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">string</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ServicePrincipalId</maml:name> <maml:description> <maml:para>Azure Active Directory 中服务主体的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Top</maml:name> <maml:description> <maml:para>要返回的最大记录数。</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">int?</command:parametervalue> <dev:type> <maml:name>int?</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Filter</maml:name> <maml:description> <maml:para>oData v3.0 筛选语句,用于控制返回对象。</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:name>Microsoft.Online.Administration.ServicePrincipal</maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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-AzureADServiceAppRoleAssignment </command:name> <maml:description> <maml:para>获取服务主体应用程序角色分配。</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Get</command:verb> <command:noun>AzureADServiceAppRoleAssignment</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>Get-AzureADServiceAppRoleAssignment</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ServicePrincipalId</maml:name> <maml:description> <maml:para>Azure Active Directory 中服务主体的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Top</maml:name> <maml:description> <maml:para>要返回的最大记录数。</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">int?</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ServicePrincipalId</maml:name> <maml:description> <maml:para>Azure Active Directory 中服务主体的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Top</maml:name> <maml:description> <maml:para>要返回的最大记录数。</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">int?</command:parametervalue> <dev:type> <maml:name>int?</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:name>Microsoft.Online.Administration.GetAppRoleAssignmentsResponse</maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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-AzureADServicePrincipalCreatedObject </command:name> <maml:description> <maml:para>获取此服务主体创建的对象。</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Get</command:verb> <command:noun>AzureADServicePrincipalCreatedObject</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>Get-AzureADServicePrincipalCreatedObject</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ServicePrincipalId</maml:name> <maml:description> <maml:para>Azure Active Directory 中服务主体的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Top</maml:name> <maml:description> <maml:para>要返回的最大记录数。</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">int?</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ServicePrincipalId</maml:name> <maml:description> <maml:para>Azure Active Directory 中服务主体的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Top</maml:name> <maml:description> <maml:para>要返回的最大记录数。</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">int?</command:parametervalue> <dev:type> <maml:name>int?</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:name>Microsoft.Online.Administration.GetDirectoryObjectsResponse</maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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-AzureADServicePrincipalMembership </command:name> <maml:description> <maml:para>获取服务主体成员资格。</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Get</command:verb> <command:noun>AzureADServicePrincipalMembership</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>Get-AzureADServicePrincipalMembership</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ServicePrincipalId</maml:name> <maml:description> <maml:para>Azure Active Directory 中服务主体的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Top</maml:name> <maml:description> <maml:para>要返回的最大记录数。</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">int?</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ServicePrincipalId</maml:name> <maml:description> <maml:para>Azure Active Directory 中服务主体的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Top</maml:name> <maml:description> <maml:para>要返回的最大记录数。</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">int?</command:parametervalue> <dev:type> <maml:name>int?</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:name>Microsoft.Online.Administration.GetDirectoryObjectsResponse</maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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-AzureADServicePrincipalOAuth2PermissionGrant </command:name> <maml:description> <maml:para>获取用户授予此服务主体的 oAuth2PermissionGrants 的列表。</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Get</command:verb> <command:noun>AzureADServicePrincipalOAuth2PermissionGrant</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>Get-AzureADServicePrincipalOAuth2PermissionGrant</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ServicePrincipalId</maml:name> <maml:description> <maml:para>Azure Active Directory 中服务主体的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Top</maml:name> <maml:description> <maml:para>要返回的最大记录数。</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">int?</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ServicePrincipalId</maml:name> <maml:description> <maml:para>Azure Active Directory 中服务主体的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Top</maml:name> <maml:description> <maml:para>要返回的最大记录数。</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">int?</command:parametervalue> <dev:type> <maml:name>int?</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:name>Microsoft.Online.Administration.GetOAuth2PermissionGrantsResponse</maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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-AzureADServicePrincipalOwnedObject </command:name> <maml:description> <maml:para>获取此服务主体拥有的对象。</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Get</command:verb> <command:noun>AzureADServicePrincipalOwnedObject</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>Get-AzureADServicePrincipalOwnedObject</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ServicePrincipalId</maml:name> <maml:description> <maml:para>Azure Active Directory 中服务主体的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Top</maml:name> <maml:description> <maml:para>要返回的最大记录数。</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">int?</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ServicePrincipalId</maml:name> <maml:description> <maml:para>Azure Active Directory 中服务主体的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Top</maml:name> <maml:description> <maml:para>要返回的最大记录数。</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">int?</command:parametervalue> <dev:type> <maml:name>int?</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:name>Microsoft.Online.Administration.GetDirectoryObjectsResponse</maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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-AzureADServicePrincipalOwner </command:name> <maml:description> <maml:para>获取服务主体的所有者。</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Get</command:verb> <command:noun>AzureADServicePrincipalOwner</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>Get-AzureADServicePrincipalOwner</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ServicePrincipalId</maml:name> <maml:description> <maml:para>Azure Active Directory 中服务主体的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Top</maml:name> <maml:description> <maml:para>要返回的最大记录数。</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">int?</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ServicePrincipalId</maml:name> <maml:description> <maml:para>Azure Active Directory 中服务主体的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Top</maml:name> <maml:description> <maml:para>要返回的最大记录数。</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">int?</command:parametervalue> <dev:type> <maml:name>int?</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:name>Microsoft.Online.Administration.GetDirectoryObjectsResponse</maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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-AzureADServicePrincipal </command:name> <maml:description> <maml:para>在 Azure Active Directory 中新建应用程序</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>New</command:verb> <command:noun>AzureADServicePrincipal</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>New-AzureADServicePrincipal</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ServicePrincipal</maml:name> <maml:description> <maml:para>新建服务主体</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">ServicePrincipal</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ServicePrincipal</maml:name> <maml:description> <maml:para>新建服务主体</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">ServicePrincipal</command:parametervalue> <dev:type> <maml:name>ServicePrincipal</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:name>Microsoft.Online.Administration.ServicePrincipal</maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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-AzureADServiceAppRoleAssignment </command:name> <maml:description> <maml:para>为服务主体分配应用程序角色。</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>New</command:verb> <command:noun>AzureADServiceAppRoleAssignment</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>New-AzureADServiceAppRoleAssignment</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ServicePrincipalId</maml:name> <maml:description> <maml:para>Azure Active Directory 中服务主体的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>AppRoleAssignment</maml:name> <maml:description> <maml:para>新建应用角色分配</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">AppRoleAssignment</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ServicePrincipalId</maml:name> <maml:description> <maml:para>Azure Active Directory 中服务主体的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>AppRoleAssignment</maml:name> <maml:description> <maml:para>新建应用角色分配</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">AppRoleAssignment</command:parametervalue> <dev:type> <maml:name>AppRoleAssignment</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:name>Microsoft.Online.Administration.AppRoleAssignment</maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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-AzureADServicePrincipal </command:name> <maml:description> <maml:para>按 objectId 删除应用程序。</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Remove</command:verb> <command:noun>AzureADServicePrincipal</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>Remove-AzureADServicePrincipal</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ServicePrincipalId</maml:name> <maml:description> <maml:para>Azure Active Directory 中服务主体的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ServicePrincipalId</maml:name> <maml:description> <maml:para>Azure Active Directory 中服务主体的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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-AzureADServiceAppRoleAssignment </command:name> <maml:description> <maml:para>删除服务主体应用程序角色分配。</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Remove</command:verb> <command:noun>AzureADServiceAppRoleAssignment</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>Remove-AzureADServiceAppRoleAssignment</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ServicePrincipalId</maml:name> <maml:description> <maml:para>Azure Active Directory 中服务主体的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ObjectId</maml:name> <maml:description> <maml:para>特定 Azure Active Directory 对象的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ServicePrincipalId</maml:name> <maml:description> <maml:para>Azure Active Directory 中服务主体的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ObjectId</maml:name> <maml:description> <maml:para>特定 Azure Active Directory 对象的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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-AzureADServicePrincipalOwner </command:name> <maml:description> <maml:para>从服务主体中删除所有者。</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Remove</command:verb> <command:noun>AzureADServicePrincipalOwner</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>Remove-AzureADServicePrincipalOwner</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ServicePrincipalId</maml:name> <maml:description> <maml:para>Azure Active Directory 中服务主体的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ObjectId</maml:name> <maml:description> <maml:para>特定 Azure Active Directory 对象的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ServicePrincipalId</maml:name> <maml:description> <maml:para>Azure Active Directory 中服务主体的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ObjectId</maml:name> <maml:description> <maml:para>特定 Azure Active Directory 对象的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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> Select-AzureADGroupIdsServicePrincipalIsMemberOf </command:name> <maml:description> <maml:para>在组 ID 列表中选择此服务主体所属的组。</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Select</command:verb> <command:noun>AzureADGroupIdsServicePrincipalIsMemberOf</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>Select-AzureADGroupIdsServicePrincipalIsMemberOf</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ServicePrincipalId</maml:name> <maml:description> <maml:para>Azure Active Directory 中服务主体的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>GroupIdsForMembershipCheck</maml:name> <maml:description> <maml:para>组对象 ID 列表。</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">GroupIdsForMembershipCheck</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ServicePrincipalId</maml:name> <maml:description> <maml:para>Azure Active Directory 中服务主体的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>GroupIdsForMembershipCheck</maml:name> <maml:description> <maml:para>组对象 ID 列表。</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">GroupIdsForMembershipCheck</command:parametervalue> <dev:type> <maml:name>GroupIdsForMembershipCheck</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:name>Microsoft.Online.Administration.CheckMemberGroupsResponse</maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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-AzureADServicePrincipal </command:name> <maml:description> <maml:para>更新 Azure Active Directory 中的服务主体</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Set</command:verb> <command:noun>AzureADServicePrincipal</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>Set-AzureADServicePrincipal</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ServicePrincipalId</maml:name> <maml:description> <maml:para>Azure Active Directory 中服务主体的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ServicePrincipal</maml:name> <maml:description> <maml:para>包含已更新域的服务主体</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">ServicePrincipal</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ServicePrincipalId</maml:name> <maml:description> <maml:para>Azure Active Directory 中服务主体的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ServicePrincipal</maml:name> <maml:description> <maml:para>包含已更新域的服务主体</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">ServicePrincipal</command:parametervalue> <dev:type> <maml:name>ServicePrincipal</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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-AzureADSubscribedSku </command:name> <maml:description> <maml:para>检索 Microsoft 服务的已订阅 SKU (订阅)的列表。</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Get</command:verb> <command:noun>AzureADSubscribedSku</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>Get-AzureADSubscribedSku</maml:name> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters></command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:name>Microsoft.Online.Administration.GetSubscribedSkuResponse</maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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-AzureADTenantDetail </command:name> <maml:description> <maml:para>在 Azure Active Directory 中检索租户的详细信息</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Get</command:verb> <command:noun>AzureADTenantDetail</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>Get-AzureADTenantDetail</maml:name> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Top</maml:name> <maml:description> <maml:para>要返回的最大记录数。</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">int?</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Top</maml:name> <maml:description> <maml:para>要返回的最大记录数。</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">int?</command:parametervalue> <dev:type> <maml:name>int?</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:name>Microsoft.Online.Administration.GetTenantDetailsResponse</maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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-AzureADUser </command:name> <maml:description> <maml:para>在 Azure Active Directory 中检索特定用户</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Get</command:verb> <command:noun>AzureADUser</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>Get-AzureADUser</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>UserId</maml:name> <maml:description> <maml:para>Azure Active Directory 中用户的唯一标识符(UPN 或 ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Top</maml:name> <maml:description> <maml:para>要返回的最大记录数。</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">int?</command:parametervalue> </command:parameter> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Filter</maml:name> <maml:description> <maml:para>oData v3.0 筛选语句,用于控制返回对象。</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">string</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>UserId</maml:name> <maml:description> <maml:para>Azure Active Directory 中用户的唯一标识符(UPN 或 ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Top</maml:name> <maml:description> <maml:para>要返回的最大记录数。</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">int?</command:parametervalue> <dev:type> <maml:name>int?</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Filter</maml:name> <maml:description> <maml:para>oData v3.0 筛选语句,用于控制返回对象。</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:name>Microsoft.Online.Administration.User</maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples> <command:example> <maml:title> 示例 1 </maml:title> <maml:introduction> <maml:para></maml:para> </maml:introduction> <dev:code> Get-AzureADUser -Top 10 </dev:code> <dev:remarks> <maml:para>从符合要求的租户返回用户。</maml:para> </dev:remarks> <command:commandlines> <command:commandline> <command:commandtext></command:commandtext> </command:commandline> </command:commandlines> </command:example> <command:example> <maml:title> 示例 1 </maml:title> <maml:introduction> <maml:para></maml:para> </maml:introduction> <dev:code> Get-AzureADUser -UserId testUpn@tenant.com </dev:code> <dev:remarks> <maml:para>使用用户的对象 ID 或 UPN 返回特定用户。</maml:para> </dev:remarks> <command:commandlines> <command:commandline> <command:commandtext></command:commandtext> </command:commandline> </command:commandlines> </command:example> </command:examples> <!-- Link section --> <maml:relatedlinks> <maml:navigationlink> <maml:linktext>Get users graph API help</maml:linktext> <maml:uri>https://msdn.microsoft.com/en-us/library/azure/ad/graph/api/users-operations#GetUsers</maml:uri> </maml:navigationlink> <maml:navigationlink> <maml:linktext>Get a user graph API help</maml:linktext> <maml:uri>https://msdn.microsoft.com/en-us/library/azure/ad/graph/api/users-operations#GetAUser</maml:uri> </maml:navigationlink> </maml:relatedlinks> </command:command> <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-AzureADUserAppRoleAssignment </command:name> <maml:description> <maml:para>获取用户应用程序角色分配。</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Get</command:verb> <command:noun>AzureADUserAppRoleAssignment</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>Get-AzureADUserAppRoleAssignment</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>UserId</maml:name> <maml:description> <maml:para>Azure Active Directory 中用户的唯一标识符(UPN 或 ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Top</maml:name> <maml:description> <maml:para>要返回的最大记录数。</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">int?</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>UserId</maml:name> <maml:description> <maml:para>Azure Active Directory 中用户的唯一标识符(UPN 或 ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Top</maml:name> <maml:description> <maml:para>要返回的最大记录数。</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">int?</command:parametervalue> <dev:type> <maml:name>int?</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:name>Microsoft.Online.Administration.GetAppRoleAssignmentsResponse</maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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-AzureADUserCreatedObject </command:name> <maml:description> <maml:para>获取此用户创建的对象。</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Get</command:verb> <command:noun>AzureADUserCreatedObject</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>Get-AzureADUserCreatedObject</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>UserId</maml:name> <maml:description> <maml:para>Azure Active Directory 中用户的唯一标识符(UPN 或 ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Top</maml:name> <maml:description> <maml:para>要返回的最大记录数。</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">int?</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>UserId</maml:name> <maml:description> <maml:para>Azure Active Directory 中用户的唯一标识符(UPN 或 ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Top</maml:name> <maml:description> <maml:para>要返回的最大记录数。</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">int?</command:parametervalue> <dev:type> <maml:name>int?</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:name>Microsoft.Online.Administration.GetDirectoryObjectsResponse</maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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-AzureADUserDirectReport </command:name> <maml:description> <maml:para>获取此用户的直接下属。</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Get</command:verb> <command:noun>AzureADUserDirectReport</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>Get-AzureADUserDirectReport</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>UserId</maml:name> <maml:description> <maml:para>Azure Active Directory 中用户的唯一标识符(UPN 或 ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Top</maml:name> <maml:description> <maml:para>要返回的最大记录数。</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">int?</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>UserId</maml:name> <maml:description> <maml:para>Azure Active Directory 中用户的唯一标识符(UPN 或 ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Top</maml:name> <maml:description> <maml:para>要返回的最大记录数。</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">int?</command:parametervalue> <dev:type> <maml:name>int?</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:name>Microsoft.Online.Administration.GetDirectoryObjectsResponse</maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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-AzureADUserManager </command:name> <maml:description> <maml:para>在 Azure Active Directory 中检索用户的管理员</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Get</command:verb> <command:noun>AzureADUserManager</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>Get-AzureADUserManager</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>UserId</maml:name> <maml:description> <maml:para>Azure Active Directory 中用户的唯一标识符(UPN 或 ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>UserId</maml:name> <maml:description> <maml:para>Azure Active Directory 中用户的唯一标识符(UPN 或 ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:name>Microsoft.Online.Administration.DirectoryObject</maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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-AzureADUserMembership </command:name> <maml:description> <maml:para>获取用户成员资格。</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Get</command:verb> <command:noun>AzureADUserMembership</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>Get-AzureADUserMembership</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>UserId</maml:name> <maml:description> <maml:para>Azure Active Directory 中用户的唯一标识符(UPN 或 ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Top</maml:name> <maml:description> <maml:para>要返回的最大记录数。</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">int?</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>UserId</maml:name> <maml:description> <maml:para>Azure Active Directory 中用户的唯一标识符(UPN 或 ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Top</maml:name> <maml:description> <maml:para>要返回的最大记录数。</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">int?</command:parametervalue> <dev:type> <maml:name>int?</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:name>Microsoft.Online.Administration.GetDirectoryObjectsResponse</maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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-AzureADUserOAuth2PermissionGrant </command:name> <maml:description> <maml:para>获取此用户授予应用程序的 oAuth2PermissionGrants 的列表。</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Get</command:verb> <command:noun>AzureADUserOAuth2PermissionGrant</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>Get-AzureADUserOAuth2PermissionGrant</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>UserId</maml:name> <maml:description> <maml:para>Azure Active Directory 中用户的唯一标识符(UPN 或 ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Top</maml:name> <maml:description> <maml:para>要返回的最大记录数。</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">int?</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>UserId</maml:name> <maml:description> <maml:para>Azure Active Directory 中用户的唯一标识符(UPN 或 ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Top</maml:name> <maml:description> <maml:para>要返回的最大记录数。</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">int?</command:parametervalue> <dev:type> <maml:name>int?</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:name>Microsoft.Online.Administration.GetOAuth2PermissionGrantsResponse</maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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-AzureADUserOwnedDevice </command:name> <maml:description> <maml:para>获取此用户拥有的注册设备。</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Get</command:verb> <command:noun>AzureADUserOwnedDevice</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>Get-AzureADUserOwnedDevice</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>UserId</maml:name> <maml:description> <maml:para>Azure Active Directory 中用户的唯一标识符(UPN 或 ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Top</maml:name> <maml:description> <maml:para>要返回的最大记录数。</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">int?</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>UserId</maml:name> <maml:description> <maml:para>Azure Active Directory 中用户的唯一标识符(UPN 或 ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Top</maml:name> <maml:description> <maml:para>要返回的最大记录数。</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">int?</command:parametervalue> <dev:type> <maml:name>int?</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:name>Microsoft.Online.Administration.GetDevicesResponse</maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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-AzureADUserOwnedObject </command:name> <maml:description> <maml:para>获取此用户拥有的对象。</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Get</command:verb> <command:noun>AzureADUserOwnedObject</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>Get-AzureADUserOwnedObject</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>UserId</maml:name> <maml:description> <maml:para>Azure Active Directory 中用户的唯一标识符(UPN 或 ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Top</maml:name> <maml:description> <maml:para>要返回的最大记录数。</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">int?</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>UserId</maml:name> <maml:description> <maml:para>Azure Active Directory 中用户的唯一标识符(UPN 或 ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Top</maml:name> <maml:description> <maml:para>要返回的最大记录数。</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">int?</command:parametervalue> <dev:type> <maml:name>int?</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:name>Microsoft.Online.Administration.GetDirectoryObjectsResponse</maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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-AzureADUserRegisteredDevice </command:name> <maml:description> <maml:para>获取此用户注册的注册设备。</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Get</command:verb> <command:noun>AzureADUserRegisteredDevice</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>Get-AzureADUserRegisteredDevice</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>UserId</maml:name> <maml:description> <maml:para>Azure Active Directory 中用户的唯一标识符(UPN 或 ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Top</maml:name> <maml:description> <maml:para>要返回的最大记录数。</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">int?</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>UserId</maml:name> <maml:description> <maml:para>Azure Active Directory 中用户的唯一标识符(UPN 或 ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>Top</maml:name> <maml:description> <maml:para>要返回的最大记录数。</maml:para> </maml:description> <command:parametervalue required="false" variablelength="false">int?</command:parametervalue> <dev:type> <maml:name>int?</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:name>Microsoft.Online.Administration.GetDevicesResponse</maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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-AzureADUser </command:name> <maml:description> <maml:para>在 Azure Active Directory 中新建用户</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>New</command:verb> <command:noun>AzureADUser</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>New-AzureADUser</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>User</maml:name> <maml:description> <maml:para>新用户</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">User</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>User</maml:name> <maml:description> <maml:para>新用户</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">User</command:parametervalue> <dev:type> <maml:name>User</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:name>Microsoft.Online.Administration.User</maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples> <command:example> <maml:title> 示例 1 </maml:title> <maml:introduction> <maml:para></maml:para> </maml:introduction> <dev:code> $user = New-Object Microsoft.Open.AzureAD.Model.User $user.AccountEnabled = $true $user.DisplayName = 'Test User $user.MailNickName = 'TestUser $profile = New-Object Microsoft.Open.AzureAD.Model.PasswordProfile $profile.password = 'testPassword $user.PasswordProfile = $profile $user.UserPrincipalName = 'TestUser@example.com New-AzureADUser -User $user </dev:code> <dev:remarks> <maml:para>在当前租户中新建用户</maml:para> </dev:remarks> <command:commandlines> <command:commandline> <command:commandtext></command:commandtext> </command:commandline> </command:commandlines> </command:example> </command:examples> <!-- Link section --> <maml:relatedlinks> <maml:navigationlink> <maml:linktext>Create user graph API help</maml:linktext> <maml:uri>https://msdn.microsoft.com/en-us/library/azure/ad/graph/api/users-operations#CreateUser</maml:uri> </maml:navigationlink> </maml:relatedlinks> </command:command> <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-AzureADUserAppRoleAssignment </command:name> <maml:description> <maml:para>为用户分配应用程序角色。</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>New</command:verb> <command:noun>AzureADUserAppRoleAssignment</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>New-AzureADUserAppRoleAssignment</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>UserId</maml:name> <maml:description> <maml:para>Azure Active Directory 中用户的唯一标识符(UPN 或 ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>AppRoleAssignment</maml:name> <maml:description> <maml:para>新建应用角色分配</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">AppRoleAssignment</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>UserId</maml:name> <maml:description> <maml:para>Azure Active Directory 中用户的唯一标识符(UPN 或 ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>AppRoleAssignment</maml:name> <maml:description> <maml:para>新建应用角色分配</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">AppRoleAssignment</command:parametervalue> <dev:type> <maml:name>AppRoleAssignment</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:name>Microsoft.Online.Administration.AppRoleAssignment</maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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-AzureADUser </command:name> <maml:description> <maml:para>删除 Azure Active Directory 中的特定用户</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Remove</command:verb> <command:noun>AzureADUser</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>Remove-AzureADUser</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>UserId</maml:name> <maml:description> <maml:para>Azure Active Directory 中用户的唯一标识符(UPN 或 ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>UserId</maml:name> <maml:description> <maml:para>Azure Active Directory 中用户的唯一标识符(UPN 或 ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples> <command:example> <maml:title> Example 1 </maml:title> <maml:introduction> <maml:para></maml:para> </maml:introduction> <dev:code> Remove-AzureADUser -UserId TestUser@example.com </dev:code> <dev:remarks> <maml:para>删除当前目录中的特定用户。</maml:para> </dev:remarks> <command:commandlines> <command:commandline> <command:commandtext></command:commandtext> </command:commandline> </command:commandlines> </command:example> </command:examples> <!-- Link section --> <maml:relatedlinks> <maml:navigationlink> <maml:linktext>Get users graph API help</maml:linktext> <maml:uri>https://msdn.microsoft.com/en-us/library/azure/ad/graph/api/users-operations#DeleteUser</maml:uri> </maml:navigationlink> </maml:relatedlinks> </command:command> <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-AzureADUserAppRoleAssignment </command:name> <maml:description> <maml:para>删除用户应用程序角色分配。</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Remove</command:verb> <command:noun>AzureADUserAppRoleAssignment</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>Remove-AzureADUserAppRoleAssignment</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>UserId</maml:name> <maml:description> <maml:para>Azure Active Directory 中用户的唯一标识符(UPN 或 ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ObjectId</maml:name> <maml:description> <maml:para>特定 Azure Active Directory 对象的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>UserId</maml:name> <maml:description> <maml:para>Azure Active Directory 中用户的唯一标识符(UPN 或 ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>ObjectId</maml:name> <maml:description> <maml:para>特定 Azure Active Directory 对象的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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-AzureADUserManager </command:name> <maml:description> <maml:para>删除 Azure Active Directory 中此用户的管理员</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Remove</command:verb> <command:noun>AzureADUserManager</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>Remove-AzureADUserManager</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>UserId</maml:name> <maml:description> <maml:para>Azure Active Directory 中用户的唯一标识符(UPN 或 ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>UserId</maml:name> <maml:description> <maml:para>Azure Active Directory 中用户的唯一标识符(UPN 或 ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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> Select-AzureADGroupIdsUserIsMemberOf </command:name> <maml:description> <maml:para>在组 ID 列表中选择此用户所属的组。</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Select</command:verb> <command:noun>AzureADGroupIdsUserIsMemberOf</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>Select-AzureADGroupIdsUserIsMemberOf</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>UserId</maml:name> <maml:description> <maml:para>Azure Active Directory 中用户的唯一标识符(UPN 或 ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>GroupIdsForMembershipCheck</maml:name> <maml:description> <maml:para>组对象 ID 列表。</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">GroupIdsForMembershipCheck</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>UserId</maml:name> <maml:description> <maml:para>Azure Active Directory 中用户的唯一标识符(UPN 或 ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>GroupIdsForMembershipCheck</maml:name> <maml:description> <maml:para>组对象 ID 列表。</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">GroupIdsForMembershipCheck</command:parametervalue> <dev:type> <maml:name>GroupIdsForMembershipCheck</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:name>Microsoft.Online.Administration.CheckMemberGroupsResponse</maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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-AzureADUser </command:name> <maml:description> <maml:para>更新 Azure Active Directory 中的特定用户</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Set</command:verb> <command:noun>AzureADUser</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>Set-AzureADUser</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>UserId</maml:name> <maml:description> <maml:para>Azure Active Directory 中用户的唯一标识符(UPN 或 ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>User</maml:name> <maml:description> <maml:para>包含已更新域的用户</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">User</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>UserId</maml:name> <maml:description> <maml:para>Azure Active Directory 中用户的唯一标识符(UPN 或 ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>User</maml:name> <maml:description> <maml:para>包含已更新域的用户</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">User</command:parametervalue> <dev:type> <maml:name>User</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples> <command:example> <maml:title> Example 1 </maml:title> <maml:introduction> <maml:para></maml:para> </maml:introduction> <dev:code> $user = Get-AzureADUser -UserId TestUser@example.com $user.DisplayName = 'YetAnotherTestUser Set-AzureADUser -UserId TestUser@example.com -User $user </dev:code> <dev:remarks> <maml:para>更新特定用户的属性。</maml:para> </dev:remarks> <command:commandlines> <command:commandline> <command:commandtext></command:commandtext> </command:commandline> </command:commandlines> </command:example> </command:examples> <!-- Link section --> <maml:relatedlinks> <maml:navigationlink> <maml:linktext>Get users graph API help</maml:linktext> <maml:uri>https://msdn.microsoft.com/en-us/library/azure/ad/graph/api/users-operations#UpdateUser</maml:uri> </maml:navigationlink> </maml:relatedlinks> </command:command> <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-AzureADUserLicense </command:name> <maml:description> <maml:para>将 Microsoft 联机服务的一个或多个许可证添加到此用户的已分配许可证列表中,以及从此列表中删除 Microsoft 联机服务的一个或多个许可证。</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Set</command:verb> <command:noun>AzureADUserLicense</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>Set-AzureADUserLicense</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>UserId</maml:name> <maml:description> <maml:para>Azure Active Directory 中用户的唯一标识符(UPN 或 ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>AssignedLicenses</maml:name> <maml:description> <maml:para>要分配和要删除的许可证的列表。</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">AssignedLicenses</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>UserId</maml:name> <maml:description> <maml:para>Azure Active Directory 中用户的唯一标识符(UPN 或 ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>AssignedLicenses</maml:name> <maml:description> <maml:para>要分配和要删除的许可证的列表。</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">AssignedLicenses</command:parametervalue> <dev:type> <maml:name>AssignedLicenses</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> <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-AzureADUserManager </command:name> <maml:description> <maml:para>更新 Azure Active Directory 中此用户的管理员</maml:para> </maml:description> <maml:copyright> <maml:para></maml:para> </maml:copyright> <command:verb>Set</command:verb> <command:noun>AzureADUserManager</command:noun> <dev:version></dev:version> </command:details> <maml:description> <maml:para></maml:para> </maml:description> <!-- Cmdlet syntax section--> <command:syntax> <command:syntaxitem> <maml:name>Set-AzureADUserManager</maml:name> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>UserId</maml:name> <maml:description> <maml:para>Azure Active Directory 中用户的唯一标识符(UPN 或 ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>RefObjectId</maml:name> <maml:description> <maml:para>将分配为所有者/管理员/成员的特定 Azure Active Directory 对象的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> </command:parameter> </command:syntaxitem> </command:syntax> <!-- Cmdlet parameter section --> <command:parameters> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>UserId</maml:name> <maml:description> <maml:para>Azure Active Directory 中用户的唯一标识符(UPN 或 ObjectId)</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named"> <maml:name>RefObjectId</maml:name> <maml:description> <maml:para>将分配为所有者/管理员/成员的特定 Azure Active Directory 对象的唯一标识符</maml:para> </maml:description> <command:parametervalue required="true" variablelength="false">string</command:parametervalue> <dev:type> <maml:name>string</maml:name> <maml:uri/> </dev:type> <dev:defaultvalue></dev:defaultvalue> </command:parameter> </command:parameters> <!-- Input - Output section--> <command:inputtypes> <command:inputtype> <dev:type> <maml:name></maml:name> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:inputtype> </command:inputtypes> <command:returnvalues> <command:returnvalue> <dev:type> <maml:uri/> <maml:description/> </dev:type> <maml:description> <maml:para> <!-- description --> </maml:para> </maml:description> </command:returnvalue> </command:returnvalues> <!-- Error section--> <command:terminatingerrors/> <command:nonterminatingerrors/> <!-- Notes section --> <maml:alertset> <maml:title></maml:title> <maml:alert> <maml:para></maml:para> </maml:alert> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertset> <!-- Example section --> <command:examples></command:examples> <!-- Link section --> <maml:relatedlinks></maml:relatedlinks> </command:command> </helpItems> |