it/Microsoft.Open.MS.GraphBeta.PowerShell.dll-Help.xml

<?xml version="1.0" encoding="utf-8"?>
<helpItems schema="maml" xmlns="http://msh">
  <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-AzureADMSApplicationOwner
      </command:name>
      <maml:description>
        <maml:para>Consente di aggiungere un proprietario per un oggetto applicazione.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para></maml:para>
      </maml:copyright>
      <command:verb>Add</command:verb>
      <command:noun>AzureADMSApplicationOwner</command:noun>
      <dev:version></dev:version>
    </command:details>
    <maml:description>
      <maml:para>Consente di aggiungere un proprietario per un oggetto applicazione.</maml:para>
    </maml:description>
    <!-- Cmdlet syntax section-->
    <command:syntax>
      <command:syntaxitem>
        <maml:name>Add-AzureADMSApplicationOwner</maml:name>
        <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named">
          <maml:name>ObjectId</maml:name>
          <maml:description>
            <maml:para>Identificatore univoco dell'oggetto Azure Active Directory specifico per l'oggetto</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>Identificatore univoco dell'oggetto Azure Active Directory specifico che verrà assegnato come proprietario/manager/membro</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>ObjectId</maml:name>
        <maml:description>
          <maml:para>Identificatore univoco dell'oggetto Azure Active Directory specifico per l'oggetto</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>Identificatore univoco dell'oggetto Azure Active Directory specifico che verrà assegnato come proprietario/manager/membro</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>string</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:inputtype>
    </command:inputtypes>
    <command:returnvalues/>
    <!-- Error section-->
    <command:terminatingerrors/>
    <command:nonterminatingerrors/>
    <!-- Notes section -->
    <maml:alertset/>
    <!-- Example section -->
    <command:examples>
      <command:example>
        <maml:title>Esempio 1: Aggiungere un proprietario a un'applicazione</maml:title>
        <dev:code>PS C:\&gt;Add-AzureADMSApplicationOwner -ObjectId 3ddd22e7-a150-4bb3-b100-e410dea1cb84 -RefObjectId c13dd34a-492b-4561-b171-40fcce2916c5</dev:code>
        <dev:remarks>
          <maml:para>Questo comando aggiunge un proprietario a un'applicazione.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <!-- Link section -->
    <maml:relatedlinks>
      <maml:navigationLink>
        <maml:linkText>Get-AzureADMSApplicationOwner</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-AzureADMSApplicationOwner</maml:linkText>
        <maml:uri></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-AzureADMSApplication
      </command:name>
      <maml:description>
        <maml:para>Consente di recuperare l'elenco di applicazioni nell'organizzazione.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para></maml:para>
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>AzureADMSApplication</command:noun>
      <dev:version></dev:version>
    </command:details>
    <maml:description>
      <maml:para>Consente di recuperare l'elenco di applicazioni nell'organizzazione. Con un argomento ObjectId, può recuperare le proprietà dell'oggetto applicazione associato a ObjectId.</maml:para>
    </maml:description>
    <!-- Cmdlet syntax section-->
    <command:syntax>
      <command:syntaxitem>
        <maml:name>Get-AzureADMSApplication</maml:name>
        <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named">
          <maml:name>ObjectId</maml:name>
          <maml:description>
            <maml:para>Consente di specificare l'ID di un'applicazione in Azure Active Directory</maml:para>
          </maml:description>
          <command:parametervalue required="false" variablelength="false">string</command:parametervalue>
        </command:parameter>
        <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named">
          <maml:name>All</maml:name>
          <maml:description>
            <maml:para>Se true, restituisce tutte le applicazioni. Se false, restituisce il numero di oggetti specificati dal parametro Top</maml:para>
          </maml:description>
          <command:parametervalue required="false" variablelength="false">bool?</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>Specifica il numero massimo di record da restituire.</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>Specifica un'istruzione di filtro oData v3.0. Questo parametro controlla gli oggetti che vengono restituiti.</maml:para>
          </maml:description>
          <command:parametervalue required="false" variablelength="false">string</command:parametervalue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>SearchString</maml:name>
          <maml:Description>
            <maml:para>Recupera solo le applicazioni che soddisfano il valore -SearchString</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>None</dev:defaultValue>
        </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>ObjectId</maml:name>
        <maml:description>
          <maml:para>Consente di specificare l'ID di un'applicazione in Azure Active Directory</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:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named">
        <maml:name>All</maml:name>
        <maml:description>
          <maml:para>Se true, restituisce tutte le applicazioni. Se false, restituisce il numero di oggetti specificati dal parametro Top</maml:para>
        </maml:description>
        <command:parametervalue required="false" variablelength="false">bool?</command:parametervalue>
        <dev:type>
          <maml:name>bool?</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>Specifica il numero massimo di record da restituire.</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>Specifica un'istruzione di filtro oData v3.0. Questo parametro controlla gli oggetti che vengono restituiti.</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:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>SearchString</maml:name>
        <maml:Description>
          <maml:para>Recupera solo le applicazioni che soddisfano il valore -SearchString</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>None</dev:defaultValue>
      </command:parameter>
 
 
    </command:parameters>
    <!-- Input - Output section-->
    <command:inputtypes>
      <command:inputtype>
        <dev:type>
          <maml:name>bool?</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:inputtype>
      <command:inputtype>
        <dev:type>
          <maml:name>int?</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:inputtype>
      <command:inputtype>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:inputtype>
    </command:inputtypes>
    <command:returnvalues>
      <command:returnvalue>
        <dev:type>
          <maml:name>Microsoft.Open.MSGraph.Model.MsApplication</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:returnvalue>
    </command:returnvalues>
    <!-- Error section-->
    <command:terminatingerrors/>
    <command:nonterminatingerrors/>
    <!-- Notes section -->
    <maml:alertset/>
    <!-- Example section -->
    <command:examples>
      <command:example>
        <maml:title>Esempio 1: Recuperare un'applicazione in base al nome visualizzato</maml:title>
        <dev:code>
          PS C:\&gt;Get-AzureADMSApplication -Filter "DisplayName eq 'My App'"
 
          Id : ba4a97a7-3815-4752-bf4c-f1c0cccfff6a
          OdataType :
          Api : class ApiApplication {
          AcceptMappedClaims:
          KnownClientApplications:
          PreAuthorizedApplications:
          RequestedAccessTokenVersion: 2
          Oauth2PermissionScopes:
          System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.PermissionScope]
          }
 
          AppId : 807dd73f-8451-4cfa-b3bc-52ac3fd95330
          AppRoles : {}
          IsDeviceOnlyAuthSupported :
          IsFallbackPublicClient :
          IdentifierUris : {}
          DeletedDateTime :
          DisplayName : My App
          Info : class InformationalUrl {
          TermsOfServiceUrl:
          MarketingUrl:
          PrivacyStatementUrl:
          SupportUrl:
          LogoUrl:
          }
 
          KeyCredentials : {}
          OptionalClaims :
          ParentalControlSettings : class ParentalControlSettings {
          CountriesBlockedForMinors: System.Collections.Generic.List`1[System.String]
          LegalAgeGroupRule: Allow
          }
 
          PasswordCredentials : {}
          PublicClientApplication :
          RequiredResourceAccess : {}
          SignInAudience : AzureADandPersonalMicrosoftAccount
          Tags : {}
          TokenEncryptionKeyId :
          Web : class WebApplication {
          LogoutUrl:
          Oauth2AllowImplicitFlow:
          RedirectUris: System.Collections.Generic.List`1[System.String]
          ImplicitGrantSettings: class ImplicitGrantSettings {
          EnableIdTokenIssuance: False
          EnableAccessTokenIssuance: False
          }
 
          }
        </dev:code>
        <dev:remarks>
          <maml:para>Questo comando recupera un'applicazione in base al rispettivo nome visualizzato.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>Esempio 2: Recuperare un'applicazione in base all'ID</maml:title>
        <dev:code>PS C:\&gt;Get-AzureADMSApplication -Filter "AppId eq 'ed192e92-84d4-4baf-997d-1e190a81f28e'"</dev:code>
        <dev:remarks>
          <maml:para>Questo comando recupera un'applicazione in base all'ID.</maml:para>
          <maml:para>Output:</maml:para>
          <maml:para>
 
 
            Id : ba4a97a7-3815-4752-bf4c-f1c0cccfff6a
            OdataType :
            Api : class ApiApplication {
            AcceptMappedClaims:
            KnownClientApplications:
            PreAuthorizedApplications:
            RequestedAccessTokenVersion: 2
            Oauth2PermissionScopes:
            System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.PermissionScope]
            }
 
            AppId : 807dd73f-8451-4cfa-b3bc-52ac3fd95330
            AppRoles : {}
            IsDeviceOnlyAuthSupported :
            IsFallbackPublicClient :
            IdentifierUris : {}
            DeletedDateTime :
            DisplayName : My App
            Info : class InformationalUrl {
            TermsOfServiceUrl:
            MarketingUrl:
            PrivacyStatementUrl:
            SupportUrl:
            LogoUrl:
            }
 
            KeyCredentials : {}
            OptionalClaims :
            ParentalControlSettings : class ParentalControlSettings {
            CountriesBlockedForMinors: System.Collections.Generic.List`1[System.String]
            LegalAgeGroupRule: Allow
            }
 
            PasswordCredentials : {}
            PublicClientApplication :
            RequiredResourceAccess : {}
            SignInAudience : AzureADandPersonalMicrosoftAccount
            Tags : {}
            TokenEncryptionKeyId :
            Web : class WebApplication {
            LogoutUrl:
            Oauth2AllowImplicitFlow:
            RedirectUris: System.Collections.Generic.List`1[System.String]
            ImplicitGrantSettings: class ImplicitGrantSettings {
            EnableIdTokenIssuance: False
            EnableAccessTokenIssuance: False
            }
 
            }
          </maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>Esempio 3: Recuperare un'applicazione in base a identifierUris</maml:title>
        <dev:code>Get-AzureADMSApplication -Filter "identifierUris/any(uri:uri eq 'http://wingtips.wingtiptoysonline.com')"</dev:code>
        <dev:remarks>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>Esempio 4: Recuperare un'applicazione in base a ID oggetto</maml:title>
        <dev:code>PS C:\&gt;Get-AzureADMSApplication -ObjectId ffe886bc-e978-4002-829e-cf5b1e83d56a</dev:code>
        <dev:remarks>
          <maml:para>Questo comando consente di recuperare un'applicazione in base al rispettivo ID oggetto.</maml:para>
          <maml:para>Output:</maml:para>
          <maml:para>
 
 
            Id : f8bbcbe4-df80-4a6b-80c5-926e28e41407
            OdataType :
            AddIns : {}
            Api : class ApiApplication {
            AcceptMappedClaims:
            KnownClientApplications:
            PreAuthorizedApplications:
            RequestedAccessTokenVersion:
            Oauth2PermissionScopes:
            System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.PermissionScope]
            ResourceSpecificApplicationPermissions:
            }
 
            AppId : 18f78c92-365c-4fa0-9b6f-7e06fff27ffe
            ApplicationTemplateId :
            AppRoles : {}
            GroupMembershipClaims :
            IsDeviceOnlyAuthSupported :
            IsFallbackPublicClient :
            IdentifierUris : {}
            CreatedDateTime :
            DeletedDateTime :
            DisplayName : my app
            Info : class InformationalUrl {
            TermsOfServiceUrl:
            MarketingUrl:
            PrivacyStatementUrl:
            SupportUrl:
            LogoUrl:
            }
 
            KeyCredentials : {}
            OptionalClaims :
            ParentalControlSettings : class ParentalControlSettings {
            CountriesBlockedForMinors: System.Collections.Generic.List`1[System.String]
            LegalAgeGroupRule: Allow
            }
 
            PasswordCredentials : {}
            PublicClient : class PublicClientApplication {
            RedirectUris: System.Collections.Generic.List`1[System.String]
            }
 
            PublisherDomain :
            RequiredResourceAccess : {}
            SignInAudience : AzureADMyOrg
            Tags : {}
            TokenEncryptionKeyId :
            Web : class WebApplication {
            HomePageUrl:
            LogoutUrl:
            RedirectUris: System.Collections.Generic.List`1[System.String]
            ImplicitGrantSettings: class ImplicitGrantSettings {
            EnableIdTokenIssuance: True
            EnableAccessTokenIssuance: False
            }
 
            }
          </maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>Esempio 5: Ottenere le prime 2 applicazioni</maml:title>
        <dev:code>PS C:\&gt;Get-AzureADMSApplication -Top 2</dev:code>
        <dev:remarks>
          <maml:para>Questo comando consente di ottenere le prime 2 applicazioni</maml:para>
          <maml:para>Output:</maml:para>
          <maml:para>
 
 
            Id : 121ce3aa-64cb-44f2-99e8-deb705caeddd
            OdataType :
            AddIns : {}
            Api : class ApiApplication {
            AcceptMappedClaims:
            KnownClientApplications:
            PreAuthorizedApplications:
            RequestedAccessTokenVersion: 2
            Oauth2PermissionScopes:
            System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.PermissionScope]
            ResourceSpecificApplicationPermissions:
            }
 
            AppId : a1293e4b-97ae-4f58-9eeb-d0ba5b4b821a
            ApplicationTemplateId :
            AppRoles : {}
            GroupMembershipClaims :
            IsDeviceOnlyAuthSupported :
            IsFallbackPublicClient :
            IdentifierUris : {}
            CreatedDateTime :
            DeletedDateTime :
            DisplayName : My App
            Info : class InformationalUrl {
            TermsOfServiceUrl:
            MarketingUrl:
            PrivacyStatementUrl:
            SupportUrl:
            LogoUrl:
            }
 
            KeyCredentials : {}
            OptionalClaims :
            ParentalControlSettings : class ParentalControlSettings {
            CountriesBlockedForMinors: System.Collections.Generic.List`1[System.String]
            LegalAgeGroupRule: Allow
            }
 
            PasswordCredentials : {}
            PublicClient : class PublicClientApplication {
            RedirectUris: System.Collections.Generic.List`1[System.String]
            }
 
            PublisherDomain :
            RequiredResourceAccess : {}
            SignInAudience : AzureADandPersonalMicrosoftAccount
            Tags : {}
            TokenEncryptionKeyId :
            Web : class WebApplication {
            HomePageUrl:
            LogoutUrl:
            RedirectUris: System.Collections.Generic.List`1[System.String]
            ImplicitGrantSettings: class ImplicitGrantSettings {
            EnableIdTokenIssuance: False
            EnableAccessTokenIssuance: False
            }
 
            }
 
 
            Id : 14a3f1ac-46a7-4d00-b1ca-0b2b84f033c2
            OdataType :
            AddIns : {}
            Api : class ApiApplication {
            AcceptMappedClaims:
            KnownClientApplications:
            PreAuthorizedApplications:
            RequestedAccessTokenVersion: 2
            Oauth2PermissionScopes:
            System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.PermissionScope]
            ResourceSpecificApplicationPermissions:
            }
 
            AppId : 51546bbc-4233-42d3-a08e-c73a370f5d41
            ApplicationTemplateId :
            AppRoles : {}
            GroupMembershipClaims :
            IsDeviceOnlyAuthSupported :
            IsFallbackPublicClient :
            IdentifierUris : {}
            CreatedDateTime :
            DeletedDateTime :
            DisplayName : My App
            Info : class InformationalUrl {
            TermsOfServiceUrl:
            MarketingUrl:
            PrivacyStatementUrl:
            SupportUrl:
            LogoUrl:
            }
 
            KeyCredentials : {}
            OptionalClaims :
            ParentalControlSettings : class ParentalControlSettings {
            CountriesBlockedForMinors: System.Collections.Generic.List`1[System.String]
            LegalAgeGroupRule: Allow
            }
 
            PasswordCredentials : {}
            PublicClient : class PublicClientApplication {
            RedirectUris: System.Collections.Generic.List`1[System.String]
            }
 
            PublisherDomain :
            RequiredResourceAccess : {}
            SignInAudience : AzureADandPersonalMicrosoftAccount
            Tags : {}
            TokenEncryptionKeyId :
            Web : class WebApplication {
            HomePageUrl:
            LogoutUrl:
            RedirectUris: System.Collections.Generic.List`1[System.String]
            ImplicitGrantSettings: class ImplicitGrantSettings {
            EnableIdTokenIssuance: False
            EnableAccessTokenIssuance: False
            }
 
            }
          </maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>Esempio 6: Recuperare un elenco di tutte le applicazioni</maml:title>
        <dev:code>PS C:\&gt;Get-AzureADMSApplication -All $true</dev:code>
        <dev:remarks>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>Esempio 5: Recuperare un elenco di tutte le applicazioni con nome visualizzato che contiene "asdfl"</maml:title>
        <dev:code>PS C:\&gt;Get-AzureADMSApplication -SearchString asdfl</dev:code>
        <dev:remarks>
          <maml:para>Questo comando consente di ottenere un elenco di applicazioni con il nome visualizzato specificato</maml:para>
          <maml:para>Output:</maml:para>
          <maml:para>
 
 
            Id : 88da75d4-2cba-4c47-9a15-80a983228ad4
            OdataType :
            AddIns : {}
            Api : class ApiApplication {
            AcceptMappedClaims:
            KnownClientApplications:
            PreAuthorizedApplications:
            RequestedAccessTokenVersion: 2
            Oauth2PermissionScopes:
            System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.PermissionScope]
            ResourceSpecificApplicationPermissions:
            }
 
            AppId : 2cffc854-bbcf-404a-8bba-70d043534129
            ApplicationTemplateId :
            AppRoles : {}
            GroupMembershipClaims :
            IsDeviceOnlyAuthSupported :
            IsFallbackPublicClient :
            IdentifierUris : {}
            CreatedDateTime : 10/24/2019 6:27:25 AM
            DeletedDateTime :
            DisplayName : asdflkj
            Info : class InformationalUrl {
            TermsOfServiceUrl:
            MarketingUrl:
            PrivacyStatementUrl:
            SupportUrl:
            LogoUrl:
            }
 
            KeyCredentials : {}
            OptionalClaims :
            ParentalControlSettings : class ParentalControlSettings {
            CountriesBlockedForMinors: System.Collections.Generic.List`1[System.String]
            LegalAgeGroupRule: Allow
            }
 
            PasswordCredentials : {}
            PublicClient : class PublicClientApplication {
            RedirectUris: System.Collections.Generic.List`1[System.String]
            }
 
            PublisherDomain :
            RequiredResourceAccess : {}
            SignInAudience : AzureADandPersonalMicrosoftAccount
            Tags : {}
            TokenEncryptionKeyId :
            Web : class WebApplication {
            HomePageUrl:
            LogoutUrl:
            RedirectUris: System.Collections.Generic.List`1[System.String]
            ImplicitGrantSettings: class ImplicitGrantSettings {
            EnableIdTokenIssuance: False
            EnableAccessTokenIssuance: False
            }
 
            }
          </maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <!-- Link section -->
    <maml:relatedlinks>
      <maml:navigationLink>
        <maml:linkText>New-AzureADMSApplication</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-AzureADMSApplication</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-AzureADMSApplication</maml:linkText>
        <maml:uri></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-AzureADMSApplicationExtensionProperty
      </command:name>
      <maml:description>
        <maml:para>Consente di recuperare l'elenco di proprietà dell'estensione in un oggetto applicazione.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para></maml:para>
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>AzureADMSApplicationExtensionProperty</command:noun>
      <dev:version></dev:version>
    </command:details>
    <maml:description>
      <maml:para>Consente di recuperare l'elenco di proprietà dell'estensione in un oggetto applicazione.</maml:para>
    </maml:description>
    <!-- Cmdlet syntax section-->
    <command:syntax>
      <command:syntaxitem>
        <maml:name>Get-AzureADMSApplicationExtensionProperty</maml:name>
        <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named">
          <maml:name>ObjectId</maml:name>
          <maml:description>
            <maml:para>Specifica l'ID univoco di un'applicazione in 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>ObjectId</maml:name>
        <maml:description>
          <maml:para>Identificatore univoco dell'oggetto Azure Active Directory specifico per l'oggetto</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>string</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:inputtype>
    </command:inputtypes>
    <command:returnvalues>
      <command:returnvalue>
        <dev:type>
          <maml:name>Microsoft.Open.MSGraph.Model.GetExtensionPropertiesResponse</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:returnvalue>
    </command:returnvalues>
    <!-- Error section-->
    <command:terminatingerrors/>
    <command:nonterminatingerrors/>
    <!-- Notes section -->
    <maml:alertset/>
    <!-- Example section -->
    <command:examples>
      <command:example>
        <maml:title>Esempio 1: Recuperare le proprietà dell'estensione</maml:title>
        <dev:code>
          PS C:\&gt;Get-AzureADMSApplicationExtensionProperty -ObjectId "3ddd22e7-a150-4bb3-b100-e410dea1cb84"
 
          ObjectId Name TargetObjects
          -------- ---- -------------
          344ed560-f8e7-410e-ab9f-c795a7df5c36 extension_36ee4c6c081240a2b820b22ebd02bce3_NewAttribute {}
        </dev:code>
        <dev:remarks>
          <maml:para>Questo comando recupera le proprietà dell'estensione per l'applicazione specificata in Azure Active Directory.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <!-- Link section -->
    <maml:relatedlinks>
      <maml:navigationLink>
        <maml:linkText>New-AzureADMSApplicationExtensionProperty</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-AzureADMSApplicationExtensionProperty</maml:linkText>
        <maml:uri></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-AzureADMSApplicationOwner
      </command:name>
      <maml:description>
        <maml:para>Consente di recuperare l'elenco di proprietari per un oggetto applicazione.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para></maml:para>
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>AzureADMSApplicationOwner</command:noun>
      <dev:version></dev:version>
    </command:details>
    <maml:description>
      <maml:para>Consente di recuperare l'elenco di proprietari per un oggetto applicazione.</maml:para>
    </maml:description>
    <!-- Cmdlet syntax section-->
    <command:syntax>
      <command:syntaxitem>
        <maml:name>Get-AzureADMSApplicationOwner</maml:name>
        <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named">
          <maml:name>ObjectId</maml:name>
          <maml:description>
            <maml:para>Specifica l'ID di un'applicazione in 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>All</maml:name>
          <maml:description>
            <maml:para>Se true, restituisce tutti i proprietari. Se false, restituisce il numero di oggetti specificati dal parametro Top</maml:para>
          </maml:description>
          <command:parametervalue required="false" variablelength="false">bool?</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>Specifica il numero massimo di record da restituire.</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>ObjectId</maml:name>
        <maml:description>
          <maml:para>Specifica l'ID di un'applicazione in 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>All</maml:name>
        <maml:description>
          <maml:para>Se true, restituisce tutti i proprietari. Se false, restituisce il numero di oggetti specificati dal parametro Top</maml:para>
        </maml:description>
        <command:parametervalue required="false" variablelength="false">bool?</command:parametervalue>
        <dev:type>
          <maml:name>bool?</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>Specifica il numero massimo di record da restituire.</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>bool?</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:inputtype>
      <command:inputtype>
        <dev:type>
          <maml:name>int?</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:inputtype>
      <command:inputtype>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:inputtype>
    </command:inputtypes>
    <command:returnvalues>
      <command:returnvalue>
        <dev:type>
          <maml:name>Microsoft.Open.MSGraph.Model.GetDirectoryObjectsResponse</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:returnvalue>
    </command:returnvalues>
    <!-- Error section-->
    <command:terminatingerrors/>
    <command:nonterminatingerrors/>
    <!-- Notes section -->
    <maml:alertset/>
    <!-- Example section -->
    <command:examples>
      <command:example>
        <maml:title>Esempio 1: Recuperare il proprietario di un'applicazione</maml:title>
        <dev:code>
          PS C:\&gt;Get-AzureADMSApplicationOwner -ObjectId "3ddd22e7-a150-4bb3-b100-e410dea1cb84" -Top 1
 
          ObjectId ObjectType
          -------- ----------
          c13dd34a-492b-4561-b171-40fcce2916c5 User
        </dev:code>
        <dev:remarks>
          <maml:para>Questo comando recupera il proprietario di un'applicazione.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>Esempio 1: Ottenere i proprietari di un'applicazione</maml:title>
        <dev:code>
          PS C:\&gt;Get-AzureADMSApplicationOwner -ObjectId "3ddd22e7-a150-4bb3-b100-e410dea1cb84" -All $true
 
          ObjectId ObjectType
          -------- ----------
          c13dd34a-492b-4561-b171-40fcce2916c5 User
        </dev:code>
        <dev:remarks>
          <maml:para>Questo comando consente di ottenere i proprietari di un'applicazione.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <!-- Link section -->
    <maml:relatedlinks>
      <maml:navigationLink>
        <maml:linkText>Add-AzureADMSApplicationOwner</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-AzureADMSApplicationOwner</maml:linkText>
        <maml:uri></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-AzureADMSApplication
      </command:name>
      <maml:description>
        <maml:para>Consente di creare (registrare) un nuovo oggetto applicazione.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para></maml:para>
      </maml:copyright>
      <command:verb>New</command:verb>
      <command:noun>AzureADMSApplication</command:noun>
      <dev:version></dev:version>
    </command:details>
    <maml:description>
      <maml:para>Consente di creare (registrare) un nuovo oggetto applicazione.</maml:para>
    </maml:description>
    <!-- Cmdlet syntax section-->
    <command:syntax>
      <command:syntaxitem>
        <maml:name>New-AzureADMSApplication</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AddIns</maml:name>
          <maml:Description>
            <maml:para>Definisce il comportamento personalizzato che un servizio attivo può usare per chiamare un'app in contesti specifici. Ad esempio, le applicazioni in grado di eseguire il rendering di flussi di file possono impostare la proprietà addIns per la rispettiva funzionalità "FileHandler". Ciò consentirà a servizi come Office 365 di chiamare l'applicazione nel contesto di un documento su cui sta lavorando l'utente.</maml:para>
          </maml:Description>
          <command:parameterValue required="false" variableLength="false">System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.AddIn]</command:parameterValue>
          <dev:type>
            <maml:name>System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.AddIn]</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Api</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare le impostazioni per un'applicazione che implementa un'API Web.</maml:para>
          </maml:Description>
          <command:parameterValue required="false" variableLength="false">Microsoft.Open.MSGraph.Model.ApiApplication</command:parameterValue>
          <dev:type>
            <maml:name>Microsoft.Open.MSGraph.Model.ApiApplication</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ApplicationTemplateId</maml:name>
          <maml:Description>
            <maml:para>Definisce il comportamento personalizzato che un servizio attivo può usare per chiamare un'app in contesti specifici. Ad esempio, le applicazioni in grado di eseguire il rendering di flussi di file possono impostare la proprietà addIns per la rispettiva funzionalità "FileHandler". Ciò consentirà a servizi come Office 365 di chiamare l'applicazione nel contesto di un documento su cui sta lavorando l'utente.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AppRoles</maml:name>
          <maml:Description>
            <maml:para>Raccolta di ruoli dell'applicazione che possono essere dichiarati dall'applicazione. I ruoli possono essere assegnati a utenti, gruppi o entità servizio.</maml:para>
          </maml:Description>
          <command:parameterValue required="false" variableLength="false">System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.AppRole]</command:parameterValue>
          <dev:type>
            <maml:name>System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.AppRole]</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>DisplayName</maml:name>
          <maml:Description>
            <maml:para>Specifica il nome visualizzato dell'applicazione.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>GroupMembershipClaims</maml:name>
          <maml:Description>
            <maml:para>Consente di configurare l'attestazione basata su gruppo rilasciata in un token di accesso utente oppure OAuth 2.0 previsto dall'applicazione.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>IdentifierUris</maml:name>
          <maml:Description>
            <maml:para>URI definiti dall'utente che identificano in modo univoco un'applicazione Web entro il rispettivo tenant di Azure AD oppure entro un dominio personalizzato verificato (vedere la scheda "Domini" nel portale di Azure classico) se l'applicazione è multi-tenant. </maml:para>
            <maml:para>Il primo elemento viene popolato dal campo "URI ID app" dell'applicazione Web aggiornato tramite il portale di Azure classico o tramite il rispettivo parametro del cmdlet di Azure AD PowerShell. È possibile aggiungere altri URI tramite il manifesto dell'applicazione. Per informazioni dettagliate, vedere Informazioni sul manifesto dell'applicazione in Azure AD. Questa raccolta viene usata anche per popolare la raccolta servicePrincipalNames dell'applicazione Web.</maml:para>
          </maml:Description>
          <command:parameterValue required="false" variableLength="false">System.Collections.Generic.List`1[System.String]</command:parameterValue>
          <dev:type>
            <maml:name>System.Collections.Generic.List`1[System.String]</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>InformationalUrl</maml:name>
          <maml:Description>
            <maml:para>Informazioni del profilo di base dell'applicazione, ad esempio URL per marketing, supporto tecnico, condizioni per l'utilizzo del servizio e informativa sulla privacy dell'app. Le condizioni per l'utilizzo del servizio e l'informativa sulla privacy vengono visualizzate agli utenti tramite l'esperienza di consenso utente.</maml:para>
          </maml:Description>
          <command:parameterValue required="false" variableLength="false">Microsoft.Open.MSGraph.Model.InformationalUrl</command:parameterValue>
          <dev:type>
            <maml:name>Microsoft.Open.MSGraph.Model.InformationalUrl</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>IsDeviceOnlyAuthSupported</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare se l'applicazione supporta l'autenticazione con un token di dispositivo.</maml:para>
          </maml:Description>
          <command:parameterValue required="false" variableLength="false">System.Nullable`1[System.Boolean]</command:parameterValue>
          <dev:type>
            <maml:name>System.Nullable`1[System.Boolean]</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>IsFallbackPublicClient</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare il tipo di applicazione di fallback come client pubblico, ad esempio un'applicazione installata in esecuzione in un dispositivo mobile. Il valore predefinito è false, che indica che il tipo di applicazione di fallback è un client confidenziale, ad esempio un'app Web. In alcuni scenari Azure AD non riesce a determinare il tipo di applicazione client, ad esempio un flusso ROPC nella cui configurazione non è stato specificato un URI di reindirizzamento. In questi casi Azure AD interpreterà il tipo di applicazione in base al valore di questa proprietà.</maml:para>
          </maml:Description>
          <command:parameterValue required="false" variableLength="false">System.Nullable`1[System.Boolean]</command:parameterValue>
          <dev:type>
            <maml:name>System.Nullable`1[System.Boolean]</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>KeyCredentials</maml:name>
          <maml:Description>
            <maml:para>Raccolta di credenziali della chiave associate all'applicazione</maml:para>
          </maml:Description>
          <command:parameterValue required="false" variableLength="false">System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.KeyCredential]</command:parameterValue>
          <dev:type>
            <maml:name>System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.KeyCredential]</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>OptionalClaims</maml:name>
          <maml:Description>
            <maml:para>Gli sviluppatori di applicazioni possono configurare attestazioni facoltative nelle rispettive app di Azure AD per specificare quali attestazioni vogliono ottenere nei token inviati alla rispettiva applicazione dal servizio token di sicurezza Microsoft.</maml:para>
          </maml:Description>
          <command:parameterValue required="false" variableLength="false">Microsoft.Open.MSGraph.Model.OptionalClaims</command:parameterValue>
          <dev:type>
            <maml:name>Microsoft.Open.MSGraph.Model.OptionalClaims</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>OrgRestrictions</maml:name>
          <maml:Description>
            <maml:para>Riservato per un uso futuro.</maml:para>
          </maml:Description>
          <command:parameterValue required="false" variableLength="false">System.Collections.Generic.List`1[System.String]</command:parameterValue>
          <dev:type>
            <maml:name>System.Collections.Generic.List`1[System.String]</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Tags</maml:name>
          <maml:Description>
            <maml:para>Stringhe personalizzate che possono essere usate per classificare e identificare l'applicazione.</maml:para>
          </maml:Description>
          <command:parameterValue required="false" variableLength="false">System.Collections.Generic.List`1[System.String]</command:parameterValue>
          <dev:type>
            <maml:name>System.Collections.Generic.List`1[System.String]</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ParentalControlSettings</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare le impostazioni del controllo genitori per un'applicazione.</maml:para>
          </maml:Description>
          <command:parameterValue required="false" variableLength="false">Microsoft.Open.MSGraph.Model.ParentalControlSettings</command:parameterValue>
          <dev:type>
            <maml:name>Microsoft.Open.MSGraph.Model.ParentalControlSettings</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>PasswordCredentials</maml:name>
          <maml:Description>
            <maml:para>Raccolta di credenziali di tipo password associate all'applicazione</maml:para>
          </maml:Description>
          <command:parameterValue required="false" variableLength="false">System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.PasswordCredential]</command:parameterValue>
          <dev:type>
            <maml:name>System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.PasswordCredential]</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
          <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>PreAuthorizedApplications</maml:name>
          <maml:Description>
            <maml:para>Consente di elencare le applicazioni e le autorizzazioni richieste per il consenso implicito. Richiede che un amministratore abbia fornito il consenso per l'applicazione. Per preAuthorizedApplications non è necessario che l'utente fornisca il consenso alle autorizzazioni richieste. Le autorizzazioni elencate in preAuthorizedApplications non richiedono il consenso utente. Eventuali autorizzazioni richieste aggiuntive non elencate in preAuthorizedApplications necessitano tuttavia del consenso utente.</maml:para>
          </maml:Description>
          <command:parameterValue required="false" variableLength="false">System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.PreAuthorizedApplication]</command:parameterValue>
          <dev:type>
            <maml:name>System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.PreAuthorizedApplication]</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>PublicClient</maml:name>
          <maml:Description>
            <maml:para>Specifica se l'applicazione è un client pubblico, ad esempio un'applicazione installata in esecuzione in un dispositivo mobile. Il valore predefinito è false.</maml:para>
          </maml:Description>
          <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>PublicClient</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare le impostazioni per i client installati, ad esempio dispositivi desktop o mobili.</maml:para>
          </maml:Description>
          <command:parameterValue required="false" variableLength="false">Microsoft.Open.MSGraph.Model.PublicClientApplication</command:parameterValue>
          <dev:type>
            <maml:name>Microsoft.Open.MSGraph.Model.PublicClientApplication</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>RequiredResourceAccess</maml:name>
          <maml:Description>
            <maml:para>Specifica le risorse a cui questa applicazione deve accedere e il set di ambiti di autorizzazioni OAuth e ruoli applicazione necessari per ogni risorsa. Questa preconfigurazione dell'accesso alle risorse necessarie definisce l'esperienza di consenso.</maml:para>
          </maml:Description>
          <command:parameterValue required="false" variableLength="false">System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.RequiredResourceAccess]</command:parameterValue>
          <dev:type>
            <maml:name>System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.RequiredResourceAccess]</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>SignInAudience</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare quali account Microsoft sono supportati per l'applicazione corrente. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Tags</maml:name>
          <maml:Description>
            <maml:para>Stringhe personalizzate che possono essere usate per classificare e identificare l'applicazione.</maml:para>
          </maml:Description>
          <command:parameterValue required="false" variableLength="false">System.Collections.Generic.List`1[System.String]</command:parameterValue>
          <dev:type>
            <maml:name>System.Collections.Generic.List`1[System.String]</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>TokenEncryptionKeyId</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare il valore keyId di una chiave pubblica dalla raccolta keyCredentials. Se questa opzione è configurata, Azure AD crittografa tutti i token rilasciati usando la chiave a cui questa proprietà fa riferimento. Il codice dell'applicazione che riceve il token crittografato deve usare la chiave privata corrispondente per decrittografare il token prima che possa essere usato per l'utente connesso.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Web</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare le impostazioni per un'applicazione Web.</maml:para>
          </maml:Description>
          <command:parameterValue required="false" variableLength="false">Microsoft.Open.MSGraph.Model.WebApplication</command:parameterValue>
          <dev:type>
            <maml:name>Microsoft.Open.MSGraph.Model.WebApplication</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxitem>
    </command:syntax>
    <!-- Cmdlet parameter section -->
    <command:parameters>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AddIns</maml:name>
          <maml:Description>
            <maml:para>Definisce il comportamento personalizzato che un servizio attivo può usare per chiamare un'app in contesti specifici. Ad esempio, le applicazioni in grado di eseguire il rendering di flussi di file possono impostare la proprietà addIns per la rispettiva funzionalità "FileHandler". Ciò consentirà a servizi come Office 365 di chiamare l'applicazione nel contesto di un documento su cui sta lavorando l'utente.</maml:para>
          </maml:Description>
          <command:parameterValue required="false" variableLength="false">System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.AddIn]</command:parameterValue>
          <dev:type>
            <maml:name>System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.AddIn]</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Api</maml:name>
        <maml:Description>
          <maml:para>Consente di specificare le impostazioni per un'applicazione che implementa un'API Web.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">Microsoft.Open.MSGraph.Model.ApiApplication</command:parameterValue>
        <dev:type>
          <maml:name>Microsoft.Open.MSGraph.Model.ApiApplication</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>AppRoles</maml:name>
        <maml:Description>
          <maml:para>Raccolta di ruoli dell'applicazione che possono essere dichiarati dall'applicazione. I ruoli possono essere assegnati a utenti, gruppi o entità servizio.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.AppRole]</command:parameterValue>
        <dev:type>
          <maml:name>System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.AppRole]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>DisplayName</maml:name>
        <maml:Description>
          <maml:para>Specifica il nome visualizzato dell'applicazione.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>GroupMembershipClaims</maml:name>
        <maml:Description>
          <maml:para>Consente di configurare l'attestazione basata su gruppo rilasciata in un token di accesso utente oppure OAuth 2.0 previsto dall'applicazione.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>IdentifierUris</maml:name>
        <maml:Description>
          <maml:para>URI definiti dall'utente che identificano in modo univoco un'applicazione Web entro il rispettivo tenant di Azure AD oppure entro un dominio personalizzato verificato (vedere la scheda "Domini" nel portale di Azure classico) se l'applicazione è multi-tenant. </maml:para>
          <maml:para>Il primo elemento viene popolato dal campo "URI ID app" dell'applicazione Web aggiornato tramite il portale di Azure classico o tramite il rispettivo parametro del cmdlet di Azure AD PowerShell. È possibile aggiungere altri URI tramite il manifesto dell'applicazione. Per informazioni dettagliate, vedere Informazioni sul manifesto dell'applicazione in Azure AD. Questa raccolta viene usata anche per popolare la raccolta servicePrincipalNames dell'applicazione Web.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">System.Collections.Generic.List`1[System.String]</command:parameterValue>
        <dev:type>
          <maml:name>System.Collections.Generic.List`1[System.String]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>InformationalUrl</maml:name>
        <maml:Description>
          <maml:para>Informazioni del profilo di base dell'applicazione, ad esempio URL per marketing, supporto tecnico, condizioni per l'utilizzo del servizio e informativa sulla privacy dell'app. Le condizioni per l'utilizzo del servizio e l'informativa sulla privacy vengono visualizzate agli utenti tramite l'esperienza di consenso utente.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">Microsoft.Open.MSGraph.Model.InformationalUrl</command:parameterValue>
        <dev:type>
          <maml:name>Microsoft.Open.MSGraph.Model.InformationalUrl</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>IsDeviceOnlyAuthSupported</maml:name>
        <maml:Description>
          <maml:para>Consente di specificare se l'applicazione supporta l'autenticazione con un token di dispositivo.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">System.Nullable`1[System.Boolean]</command:parameterValue>
        <dev:type>
          <maml:name>System.Nullable`1[System.Boolean]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>IsFallbackPublicClient</maml:name>
        <maml:Description>
          <maml:para>Consente di specificare il tipo di applicazione di fallback come client pubblico, ad esempio un'applicazione installata in esecuzione in un dispositivo mobile. Il valore predefinito è false, che indica che il tipo di applicazione di fallback è un client confidenziale, ad esempio un'app Web. In alcuni scenari Azure AD non riesce a determinare il tipo di applicazione client, ad esempio un flusso ROPC nella cui configurazione non è stato specificato un URI di reindirizzamento. In questi casi Azure AD interpreterà il tipo di applicazione in base al valore di questa proprietà.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">System.Nullable`1[System.Boolean]</command:parameterValue>
        <dev:type>
          <maml:name>System.Nullable`1[System.Boolean]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>KeyCredentials</maml:name>
        <maml:Description>
          <maml:para>Raccolta di credenziali della chiave associate all'applicazione</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.KeyCredential]</command:parameterValue>
        <dev:type>
          <maml:name>System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.KeyCredential]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>OptionalClaims</maml:name>
        <maml:Description>
          <maml:para>Gli sviluppatori di applicazioni possono configurare attestazioni facoltative nelle rispettive app di Azure AD per specificare quali attestazioni vogliono ottenere nei token inviati alla rispettiva applicazione dal servizio token di sicurezza Microsoft.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">Microsoft.Open.MSGraph.Model.OptionalClaims</command:parameterValue>
        <dev:type>
          <maml:name>Microsoft.Open.MSGraph.Model.OptionalClaims</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>OrgRestrictions</maml:name>
          <maml:Description>
            <maml:para>Riservato per un uso futuro.</maml:para>
          </maml:Description>
          <command:parameterValue required="false" variableLength="false">System.Collections.Generic.List`1[System.String]</command:parameterValue>
          <dev:type>
            <maml:name>System.Collections.Generic.List`1[System.String]</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ParentalControlSettings</maml:name>
        <maml:Description>
          <maml:para>Consente di specificare le impostazioni del controllo genitori per un'applicazione.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">Microsoft.Open.MSGraph.Model.ParentalControlSettings</command:parameterValue>
        <dev:type>
          <maml:name>Microsoft.Open.MSGraph.Model.ParentalControlSettings</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>PasswordCredentials</maml:name>
          <maml:Description>
            <maml:para>Raccolta di credenziali di tipo password associate all'applicazione</maml:para>
          </maml:Description>
          <command:parameterValue required="false" variableLength="false">System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.PasswordCredential]</command:parameterValue>
          <dev:type>
            <maml:name>System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.PasswordCredential]</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>PreAuthorizedApplications</maml:name>
          <maml:Description>
            <maml:para>Consente di elencare le applicazioni e le autorizzazioni richieste per il consenso implicito. Richiede che un amministratore abbia fornito il consenso per l'applicazione. Per preAuthorizedApplications non è necessario che l'utente fornisca il consenso alle autorizzazioni richieste. Le autorizzazioni elencate in preAuthorizedApplications non richiedono il consenso utente. Eventuali autorizzazioni richieste aggiuntive non elencate in preAuthorizedApplications necessitano tuttavia del consenso utente.</maml:para>
          </maml:Description>
          <command:parameterValue required="false" variableLength="false">System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.PreAuthorizedApplication]</command:parameterValue>
          <dev:type>
            <maml:name>System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.PreAuthorizedApplication]</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>PublicClient</maml:name>
        <maml:Description>
          <maml:para>Specifica se l'applicazione è un client pubblico, ad esempio un'applicazione installata in esecuzione in un dispositivo mobile. Il valore predefinito è false.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>PublicClient</maml:name>
        <maml:Description>
          <maml:para>Specifica se l'applicazione è un client pubblico, ad esempio un'applicazione installata in esecuzione in un dispositivo mobile. Il valore predefinito è false.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">Microsoft.Open.MSGraph.Model.PublicClientApplication</command:parameterValue>
        <dev:type>
          <maml:name>Microsoft.Open.MSGraph.Model.PublicClientApplication</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>RequiredResourceAccess</maml:name>
        <maml:Description>
          <maml:para>Specifica le risorse a cui questa applicazione deve accedere e il set di ambiti di autorizzazioni OAuth e ruoli applicazione necessari per ogni risorsa. Questa preconfigurazione dell'accesso alle risorse necessarie definisce l'esperienza di consenso.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.RequiredResourceAccess]</command:parameterValue>
        <dev:type>
          <maml:name>System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.RequiredResourceAccess]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>SignInAudience</maml:name>
        <maml:Description>
          <maml:para>Consente di specificare quali account Microsoft sono supportati per l'applicazione corrente. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Tags</maml:name>
        <maml:Description>
          <maml:para>Stringhe personalizzate che possono essere usate per classificare e identificare l'applicazione.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">System.Collections.Generic.List`1[System.String]</command:parameterValue>
        <dev:type>
          <maml:name>System.Collections.Generic.List`1[System.String]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>TokenEncryptionKeyId</maml:name>
        <maml:Description>
          <maml:para>Consente di specificare il valore keyId di una chiave pubblica dalla raccolta keyCredentials. Se questa opzione è configurata, Azure AD crittografa tutti i token rilasciati usando la chiave a cui questa proprietà fa riferimento. Il codice dell'applicazione che riceve il token crittografato deve usare la chiave privata corrispondente per decrittografare il token prima che possa essere usato per l'utente connesso.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Web</maml:name>
        <maml:Description>
          <maml:para>Consente di specificare le impostazioni per un'applicazione Web.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">Microsoft.Open.MSGraph.Model.WebApplication</command:parameterValue>
        <dev:type>
          <maml:name>Microsoft.Open.MSGraph.Model.WebApplication</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <!-- Input - Output section-->
    <command:inputtypes>
      <command:inputtype>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:inputtype>
      <command:inputtype>
        <dev:type>
          <maml:name>Microsoft.Open.MSGraph.Model.ApiApplication</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:inputtype>
      <command:inputtype>
        <dev:type>
          <maml:name>Microsoft.Open.MSGraph.Model.InformationalUrl</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:inputtype>
      <command:inputtype>
        <dev:type>
          <maml:name>Microsoft.Open.MSGraph.Model.OptionalClaims</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:inputtype>
      <command:inputtype>
        <dev:type>
          <maml:name>Microsoft.Open.MSGraph.Model.ParentalControlSettings</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:inputtype>
      <command:inputtype>
        <dev:type>
          <maml:name>Microsoft.Open.MSGraph.Model.PublicClientApplication</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:inputtype>
      <command:inputtype>
        <dev:type>
          <maml:name>Microsoft.Open.MSGraph.Model.WebApplication</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:inputtype>
      <command:inputtype>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:inputtype>
      <command:inputtype>
        <dev:type>
          <maml:name>System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.AddIn]</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:inputtype>
      <command:inputtype>
        <dev:type>
          <maml:name>System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.AppRole]</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:inputtype>
      <command:inputtype>
        <dev:type>
          <maml:name>System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.KeyCredential]</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:inputtype>
      <command:inputtype>
        <dev:type>
          <maml:name>System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.PasswordCredential]</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:inputtype>
      <command:inputtype>
        <dev:type>
          <maml:name>System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.PreAuthorizedApplication]</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:inputtype>
      <command:inputtype>
        <dev:type>
          <maml:name>System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.RequiredResourceAccess]</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:inputtype>
      <command:inputtype>
        <dev:type>
          <maml:name>System.Collections.Generic.List`1[System.String]</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:inputtype>
      <command:inputtype>
        <dev:type>
          <maml:name>System.Nullable`1[System.Boolean]</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:inputtype>
    </command:inputtypes>
    <command:returnvalues>
      <command:returnvalue>
        <dev:type>
          <maml:name>Microsoft.Open.MSGraph.Model.MsApplication</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:returnvalue>
    </command:returnvalues>
    <!-- Error section-->
    <command:terminatingerrors/>
    <command:nonterminatingerrors/>
    <!-- Notes section -->
    <maml:alertset/>
    <!-- Example section -->
    <command:examples>
      <command:example>
        <maml:title>Esempio 1: Creare un'applicazione</maml:title>
        <dev:code>
          PS C:\&gt;New-AzureADMSApplication -DisplayName "My new application" -IdentifierUris "http://mynewapp.contoso.com"
 
          ObjectId AppId DisplayName
          -------- ----- -----------
          acd10942-5747-4385-8824-4c5d5fa904f9 b5fecfab-0ea2-4fd1-8570-b2c41b3d5149 My new application
        </dev:code>
        <dev:remarks>
          <maml:para>Questo comando crea un'applicazione in Azure AD.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>Esempio 2: Creare un'applicazione</maml:title>
        <dev:code>
          PS C:\&gt;New-AzureADMSApplication `
          -DisplayName "my name" `
          -AddIns @{ Type = "mytype"; Properties = [PSCustomObject]@{ Key = "key"; Value = "value" } } `
          -Api @{ AcceptMappedClaims = $true } `
          -AppRoles @{ Id = "21111111-1111-1111-1111-111111111111"; DisplayName = "role"; AllowedMemberTypes = "User"; Description = "mydescription"; Value = "myvalue" } `
          -InformationalUrl @{ SupportUrl = "https://mynewapp.contoso.com/support.html" } `
          -IsDeviceOnlyAuthSupported $false `
          -IsFallbackPublicClient $false `
          -KeyCredentials @{ KeyId = "11111111-1111-1111-1111-111111111111"; Usage = "Encrypt"; Key = {cert}; Type = "AsymmetricX509Cert" } `
          -OptionalClaims @{ IdToken = [PSCustomObject]@{ Name = "claimName"; Source = "claimSource" } } `
          -ParentalControlSettings @{ LegalAgeGroupRule = "Block" } `
          -PublicClient @{ RedirectUris = "https://mynewapp.contoso.com/" } `
          -RequiredResourceAccess @{ ResourceAppId = "31111111-1111-1111-1111-111111111111"; ResourceAccess = [PSCustomObject]@{ Type = "Scope" } } `
          -SignInAudience AzureADandPersonalMicrosoftAccount `
          -Tags "mytag" `
          -TokenEncryptionKeyId "11111111-1111-1111-1111-111111111111" `
          -Web @{ LogoutUrl = "https://mynewapp.contoso.com/logout.html" } `
          -GroupMembershipClaims "SecurityGroup" `
          -OrgRestrictions {orgrestrictions}
          -PasswordCredentials {passwordcredentials}
          -PreAuthorizedApplications {preauthorizedapplications}
 
          Id : 6a32197d-6f56-4980-b127-8f0bff362245
          OdataType :
          AddIns : {class AddIn {
          Id: 4bd3715c-f089-4e88-9619-c34af1fb9519
          Type: mytype
          Properties: System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.KeyValue]
          }
          }
          Api : class ApiApplication {
          AcceptMappedClaims:
          KnownClientApplications:
          PreAuthorizedApplications:
          RequestedAccessTokenVersion: 2
          Oauth2PermissionScopes:
          System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.PermissionScope]
          ResourceSpecificApplicationPermissions:
          }
 
          AppId : 4095dbc0-2095-42d3-b631-7a48eeede86c
          ApplicationTemplateId :
          AppRoles : {class AppRole {
          AllowedMemberTypes: System.Collections.Generic.List`1[System.String]
          Description: mydescription
          DisplayName: role
          Id: 21111111-1111-1111-1111-111111111111
          IsEnabled: True
          Origin: Application
          Value: myvalue
          }
          }
          GroupMembershipClaims : SecurityGroup
          IsDeviceOnlyAuthSupported : False
          IsFallbackPublicClient : False
          IdentifierUris : {}
          CreatedDateTime :
          DeletedDateTime :
          DisplayName : my name
          Info : class InformationalUrl {
          TermsOfServiceUrl:
          MarketingUrl:
          PrivacyStatementUrl:
          SupportUrl: https://mynewapp.contoso.com/support.html
          LogoUrl:
          }
 
          KeyCredentials : {class KeyCredential {
          CustomKeyIdentifier: System.Byte[]
          DisplayName:
          EndDateTime:
          KeyId: 11111111-1111-1111-1111-111111111111
          StartDateTime:
          Type: AsymmetricX509Cert
          Usage: Encrypt
          Key:
          }
          }
          OptionalClaims : class OptionalClaims {
          IdToken: System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.OptionalClaim]
          AccessToken:
          System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.OptionalClaim]
          Saml2Token: System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.OptionalClaim]
          }
 
          ParentalControlSettings : class ParentalControlSettings {
          CountriesBlockedForMinors: System.Collections.Generic.List`1[System.String]
          LegalAgeGroupRule: BlockMinors
          }
 
          PasswordCredentials : {}
          PublicClient : class PublicClientApplication {
          RedirectUris: System.Collections.Generic.List`1[System.String]
          }
 
          PublisherDomain :
          RequiredResourceAccess : {class RequiredResourceAccess {
          ResourceAppId: 31111111-1111-1111-1111-111111111111
          ResourceAccess:
          System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.ResourceAccess]
          }
          }
          SignInAudience : AzureADandPersonalMicrosoftAccount
          Tags : {mytag}
          TokenEncryptionKeyId : 11111111-1111-1111-1111-111111111111
          Web : class WebApplication {
          HomePageUrl:
          LogoutUrl: https://mynewapp.contoso.com/logout.html
          RedirectUris: System.Collections.Generic.List`1[System.String]
          ImplicitGrantSettings: class ImplicitGrantSettings {
          EnableIdTokenIssuance: False
          EnableAccessTokenIssuance: False
          }
 
          }
        </dev:code>
        <dev:remarks>
          <maml:para>Questo comando crea un'applicazione in Azure AD.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <!-- Link section -->
    <maml:relatedlinks>
      <maml:navigationLink>
        <maml:linkText>Get-AzureADMSApplication</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-AzureADMSApplication</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-AzureADMSApplication</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-AzureADMSApplication</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-AzureADMSApplication</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-AzureADMSApplication</maml:linkText>
        <maml:uri></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-AzureADMSApplicationExtensionProperty
      </command:name>
      <maml:description>
        <maml:para>Consente di creare una proprietà di estensione su un oggetto applicazione.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para></maml:para>
      </maml:copyright>
      <command:verb>New</command:verb>
      <command:noun>AzureADMSApplicationExtensionProperty</command:noun>
      <dev:version></dev:version>
    </command:details>
    <maml:description>
      <maml:para>Consente di creare una proprietà di estensione su un oggetto applicazione.</maml:para>
    </maml:description>
    <!-- Cmdlet syntax section-->
    <command:syntax>
      <command:syntaxitem>
        <maml:name>New-AzureADMSApplicationExtensionProperty</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>DataType</maml:name>
          <maml:Description>
            <maml:para>Specifica il tipo di dati della proprietà dell'estensione.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Name</maml:name>
          <maml:Description>
            <maml:para>Specifica il tipo di dati della proprietà dell'estensione.</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>None</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>Identificatore univoco dell'oggetto Azure Active Directory specifico per l'oggetto</maml:para>
          </maml:description>
          <command:parametervalue required="true" variablelength="false">string</command:parametervalue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>TargetObjects</maml:name>
          <maml:Description>
            <maml:para>Specifica gli oggetti di destinazione.</maml:para>
          </maml:Description>
          <command:parameterValue required="false" variableLength="false">System.Collections.Generic.List`1[System.String]</command:parameterValue>
          <dev:type>
            <maml:name>System.Collections.Generic.List`1[System.String]</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxitem>
    </command:syntax>
    <!-- Cmdlet parameter section -->
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>DataType</maml:name>
        <maml:Description>
          <maml:para>Specifica il tipo di dati della proprietà dell'estensione.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Name</maml:name>
        <maml:Description>
          <maml:para>Specifica il tipo di dati della proprietà dell'estensione.</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>None</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>Identificatore univoco dell'oggetto Azure Active Directory specifico per l'oggetto</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="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>TargetObjects</maml:name>
        <maml:Description>
          <maml:para>Specifica gli oggetti di destinazione.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">System.Collections.Generic.List`1[System.String]</command:parameterValue>
        <dev:type>
          <maml:name>System.Collections.Generic.List`1[System.String]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
 
 
 
 
    </command:parameters>
    <!-- Input - Output section-->
    <command:inputtypes>
      <command:inputtype>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:inputtype>
      <command:inputtype>
        <dev:type>
          <maml:name>System.Collections.Generic.List`1[System.String]</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:inputtype>
    </command:inputtypes>
    <command:returnvalues>
      <command:returnvalue>
        <dev:type>
          <maml:name>Microsoft.Open.MSGraph.Model.ExtensionProperty</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:returnvalue>
    </command:returnvalues>
    <!-- Error section-->
    <command:terminatingerrors/>
    <command:nonterminatingerrors/>
    <!-- Notes section -->
    <maml:alertset/>
    <!-- Example section -->
    <command:examples>
      <command:example>
        <maml:title>Esempio 1: Creare una proprietà dell'estensione</maml:title>
        <dev:code>
          PS C:\&gt;New-AzureADMSApplicationExtensionProperty -ObjectId "3ddd22e7-a150-4bb3-b100-e410dea1cb84" -DataType "string" -Name "NewAttribute" -TargetObjects "Application"
 
 
          ObjectId Name TargetObjects
          -------- ---- -------------
          3ddd22e7-a150-4bb3-b100-e410dea1cb84 extension_36ee4c6c081240a2b820b22ebd02bce3_NewAttribute {}
        </dev:code>
        <dev:remarks>
          <maml:para>Questo comando crea una proprietà dell'estensione dell'applicazione del tipo di stringa per l'oggetto specificato.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <!-- Link section -->
    <maml:relatedlinks>
      <maml:navigationLink>
        <maml:linkText>Get-AzureADMSApplicationExtensionProperty</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-AzureADMSApplicationExtensionProperty</maml:linkText>
        <maml:uri></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-AzureADMSApplicationKey
      </command:name>
      <maml:description>
        <maml:para>Consente di aggiungere una nuova chiave a un'applicazione.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para></maml:para>
      </maml:copyright>
      <command:verb>New</command:verb>
      <command:noun>AzureADMSApplicationKey</command:noun>
      <dev:version></dev:version>
    </command:details>
    <maml:description>
      <maml:para>Consente di aggiungere una nuova chiave a un'applicazione.</maml:para>
    </maml:description>
    <!-- Cmdlet syntax section-->
    <command:syntax>
      <command:syntaxitem>
        <maml:name>New-AzureADMSApplicationKey</maml:name>
        <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named">
          <maml:name>ObjectId</maml:name>
          <maml:description>
            <maml:para>Identificatore univoco dell'oggetto Azure Active Directory specifico per l'oggetto</maml:para>
          </maml:description>
          <command:parametervalue required="true" variablelength="false">string</command:parametervalue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="iv">
          <maml:name>KeyCredential</maml:name>
          <maml:Description>
            <maml:para>Credenziale della chiave dell'applicazione da aggiungere.</maml:para>
            <maml:para>NOTE: il valore keyId deve essere Null.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Microsoft.Open.MSGraph.Model.KeyCredential</command:parameterValue>
          <dev:type>
            <maml:name>Microsoft.Open.MSGraph.Model.KeyCredential</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="iv">
          <maml:name>PasswordCredential</maml:name>
          <maml:Description>
            <maml:para>Credenziale della password dell'applicazione da aggiungere.</maml:para>
            <maml:para>NOTE: il valore keyId deve essere Null.</maml:para>
          </maml:Description>
          <command:parameterValue required="false" variableLength="false">Microsoft.Open.MSGraph.Model.PasswordCredential</command:parameterValue>
          <dev:type>
            <maml:name>Microsoft.Open.MSGraph.Model.PasswordCredential</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="iv">
          <maml:name>Proof</maml:name>
          <maml:Description>
            <maml:para>Token JWT firmato usato come dimostrazione del possesso delle chiavi esistenti</maml:para>
            <maml:para></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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxitem>
    </command:syntax>
    <!-- Cmdlet parameter section -->
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="iv">
        <maml:name>KeyCredential</maml:name>
        <maml:Description>
          <maml:para>Credenziale della chiave dell'applicazione da aggiungere.</maml:para>
          <maml:para>NOTE: il valore keyId deve essere Null.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Microsoft.Open.MSGraph.Model.KeyCredential</command:parameterValue>
        <dev:type>
          <maml:name>Microsoft.Open.MSGraph.Model.KeyCredential</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</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>Identificatore univoco dell'oggetto Azure Active Directory specifico per l'oggetto</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="true" globbing="false" pipelineInput="False" position="named" aliases="iv">
        <maml:name>PasswordCredential</maml:name>
        <maml:Description>
          <maml:para>Credenziale della password dell'applicazione da aggiungere.</maml:para>
          <maml:para>NOTE: il valore keyId deve essere Null.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">Microsoft.Open.MSGraph.Model.PasswordCredential</command:parameterValue>
        <dev:type>
          <maml:name>Microsoft.Open.MSGraph.Model.PasswordCredential</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="iv">
        <maml:name>Proof</maml:name>
        <maml:Description>
          <maml:para>Token JWT firmato usato come dimostrazione del possesso delle chiavi esistenti</maml:para>
          <maml:para></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>None</dev:defaultValue>
      </command:parameter>
 
 
 
 
 
    </command:parameters>
    <!-- Input - Output section-->
    <command:inputtypes>
      <command:inputtype>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:inputtype>
      <command:inputtype>
        <dev:type>
          <maml:name>Microsoft.Open.MSGraph.Model.KeyCredential</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:inputtype>
      <command:inputtype>
        <dev:type>
          <maml:name>Microsoft.Open.MSGraph.Model.PasswordCredential</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:inputtype>
    </command:inputtypes>
    <command:returnvalues>
      <command:returnvalue>
        <dev:type>
          <maml:name>Microsoft.Open.MSGraph.Model.KeyCredential</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:returnvalue>
    </command:returnvalues>
    <!-- Error section-->
    <command:terminatingerrors/>
    <command:nonterminatingerrors/>
    <!-- Notes section -->
    <maml:alertset/>
    <!-- Example section -->
    <command:examples>
      <command:example>
        <maml:title>Esempio 1: Aggiungere una credenziale della chiave a un'applicazione</maml:title>
        <dev:code>PS C:\&gt;New-AzureADMSApplicationKey -ObjectId 14a3f1ac-46a7-4d00-b1ca-0b2b84f033c2 -KeyCredential @{ key=[System.Convert]::FromBase64String("{base64cert}") } -PasswordCredential @{ displayname = "mypassword" } -Proof "{token}"</dev:code>
        <dev:remarks>
          <maml:para>Questo comando consente di aggiungere una credenziale della chiave all'applicazione specificata.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <!-- Link section -->
    <maml:relatedlinks>
      <maml:navigationLink>
        <maml:linkText>Remove-AzureADMSApplicationKey</maml:linkText>
        <maml:uri></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-AzureADMSApplicationPassword
      </command:name>
      <maml:description>
        <maml:para>Consente di aggiungere una password complessa a un'applicazione.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para></maml:para>
      </maml:copyright>
      <command:verb>New</command:verb>
      <command:noun>AzureADMSApplicationPassword</command:noun>
      <dev:version></dev:version>
    </command:details>
    <maml:description>
      <maml:para>Consente di aggiungere una password complessa a un'applicazione.</maml:para>
    </maml:description>
    <!-- Cmdlet syntax section-->
    <command:syntax>
      <command:syntaxitem>
        <maml:name>New-AzureADMSApplicationPassword</maml:name>
        <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named">
          <maml:name>ObjectId</maml:name>
          <maml:description>
            <maml:para>Identificatore univoco dell'oggetto Azure Active Directory specifico per l'oggetto</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>PasswordCredential</maml:name>
          <maml:description>
            <maml:para>Rappresenta una credenziale della password associata a un'applicazione o un'entità servizio.</maml:para>
          </maml:description>
          <command:parametervalue required="true" variablelength="false">Microsoft.Open.MSGraph.Model.PasswordCredential</command:parametervalue>
          <dev:type>
            <maml:name>Microsoft.Open.MSGraph.Model.PasswordCredential</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultvalue></dev:defaultvalue>
        </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>ObjectId</maml:name>
        <maml:description>
          <maml:para>Identificatore univoco dell'oggetto Azure Active Directory specifico per l'oggetto</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>PasswordCredential</maml:name>
        <maml:description>
          <maml:para>Rappresenta una credenziale della password associata a un'applicazione o un'entità servizio.</maml:para>
        </maml:description>
        <command:parametervalue required="true" variablelength="false">Microsoft.Open.MSGraph.Model.PasswordCredetial</command:parametervalue>
        <dev:type>
          <maml:name>Microsoft.Open.MSGraph.Model.PasswordCredential</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>string</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:inputtype>
      <command:inputtype>
        <dev:type>
          <maml:name>Microsoft.Open.MSGraph.Model.PasswordCredential</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:inputtype>
    </command:inputtypes>
    <command:returnvalues>
      <command:returnvalue>
        <dev:type>
          <maml:name>Microsoft.Open.MSGraph.Model.PasswordCredential</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:returnvalue>
    </command:returnvalues>
    <!-- Error section-->
    <command:terminatingerrors/>
    <command:nonterminatingerrors/>
    <!-- Notes section -->
    <maml:alertset/>
    <!-- Example section -->
    <command:examples>
      <command:example>
        <maml:title>Esempio 1: Aggiungere una password a un'applicazione</maml:title>
        <dev:code>
          PS C:\&gt;New-AzureADMSApplicationPassword -ObjectId 14a3f1ac-46a7-4d00-b1ca-0b2b84f033c2 -PasswordCredential @{ displayname = "mypassword" }
 
          CustomKeyIdentifier :
          EndDateTime : 10/28/2021 3:57:37 PM
          DisplayName :
          KeyId : 024c4c6e-87c3-4473-8e36-650f16bb730d
          StartDateTime : 10/28/2019 3:57:37 PM
          SecretText : EQ:A-s45?Rt9/3Bp?7]-7__IO]3AG09E
          Hint : EQ:
        </dev:code>
        <dev:remarks>
          <maml:para>Questo comando consente di aggiungere una password all'applicazione specificata.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <!-- Link section -->
    <maml:relatedlinks>
      <maml:navigationLink>
        <maml:linkText>Remove-AzureADMSApplicationPassword</maml:linkText>
        <maml:uri></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-AzureADMSApplication
      </command:name>
      <maml:description>
        <maml:para>Consente di eleminare un oggetto applicazione.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para></maml:para>
      </maml:copyright>
      <command:verb>Remove</command:verb>
      <command:noun>AzureADMSApplication</command:noun>
      <dev:version></dev:version>
    </command:details>
    <maml:description>
      <maml:para>Consente di eliminare un oggetto applicazione identificato da objectId.</maml:para>
    </maml:description>
    <!-- Cmdlet syntax section-->
    <command:syntax>
      <command:syntaxitem>
        <maml:name>Remove-AzureADMSApplication</maml:name>
        <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named">
          <maml:name>ObjectId</maml:name>
          <maml:description>
            <maml:para>Identificatore univoco dell'oggetto Azure Active Directory specifico per l'oggetto</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>ObjectId</maml:name>
        <maml:description>
          <maml:para>Identificatore univoco dell'oggetto Azure Active Directory specifico per l'oggetto</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>string</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:inputtype>
    </command:inputtypes>
    <command:returnvalues/>
    <!-- Error section-->
    <command:terminatingerrors/>
    <command:nonterminatingerrors/>
    <!-- Notes section -->
    <maml:alertset/>
    <!-- Example section -->
    <command:examples>
      <command:example>
        <maml:title>Esempio 1: Rimuovere un'applicazione</maml:title>
        <dev:code>PS C:\&gt;Remove-AzureADMSApplication -ObjectId "acd10942-5747-4385-8824-4c5d5fa904f9"</dev:code>
        <dev:remarks>
          <maml:para>Questo comando rimuove l'applicazione specificata.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <!-- Link section -->
    <maml:relatedlinks>
      <maml:navigationLink>
        <maml:linkText>Get-AzureADMSApplication</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-AzureADMSApplication</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-AzureADMSApplication</maml:linkText>
        <maml:uri></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-AzureADMSApplicationExtensionProperty
      </command:name>
      <maml:description>
        <maml:para>Consente di eliminare una proprietà dell'estensione da un oggetto applicazione.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para></maml:para>
      </maml:copyright>
      <command:verb>Remove</command:verb>
      <command:noun>AzureADMSApplicationExtensionProperty</command:noun>
      <dev:version></dev:version>
    </command:details>
    <maml:description>
      <maml:para>Consente di eliminare una proprietà dell'estensione da un oggetto applicazione.</maml:para>
    </maml:description>
    <!-- Cmdlet syntax section-->
    <command:syntax>
      <command:syntaxitem>
        <maml:name>Remove-AzureADMSApplicationExtensionProperty</maml:name>
        <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named">
          <maml:name>ObjectId</maml:name>
          <maml:description>
            <maml:para>Specifica l'ID univoco di un'applicazione in 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>ExtensionPropertyId</maml:name>
          <maml:description>
            <maml:para>Specifica l'ID univoco della proprietà dell'estensione da rimuovere.</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>ObjectId</maml:name>
        <maml:description>
          <maml:para>Specifica l'ID univoco di un'applicazione in 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>ExtensionPropertyId</maml:name>
        <maml:description>
          <maml:para>Specifica l'ID univoco della proprietà dell'estensione da rimuovere.</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>string</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:inputtype>
    </command:inputtypes>
    <command:returnvalues/>
    <!-- Error section-->
    <command:terminatingerrors/>
    <command:nonterminatingerrors/>
    <!-- Notes section -->
    <maml:alertset/>
    <!-- Example section -->
    <command:examples>
      <command:example>
        <maml:title>Esempio 1: Rimuovere una proprietà dell'estensione</maml:title>
        <dev:code>PS C:\&gt; Remove-AzureADMSApplicationExtensionProperty -ObjectId "3ddd22e7-a150-4bb3-b100-e410dea1cb84" -ExtensionPropertyId "344ed560-f8e7-410e-ab9f-c79df5c36"</dev:code>
        <dev:remarks>
          <maml:para>Questo comando rimuove la proprietà dell'estensione con l'ID specificato da un'applicazione in Azure Active Directory.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <!-- Link section -->
    <maml:relatedlinks>
      <maml:navigationLink>
        <maml:linkText>Get-AzureADMSApplicationExtensionProperty</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-AzureADMSApplicationExtensionProperty</maml:linkText>
        <maml:uri></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-AzureADMSApplicationKey
      </command:name>
      <maml:description>
        <maml:para>Consente di rimuovere una chiave da un'applicazione.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para></maml:para>
      </maml:copyright>
      <command:verb>Remove</command:verb>
      <command:noun>AzureADMSApplicationKey</command:noun>
      <dev:version></dev:version>
    </command:details>
    <maml:description>
      <maml:para>Consente di rimuovere una chiave da un'applicazione.</maml:para>
    </maml:description>
    <!-- Cmdlet syntax section-->
    <command:syntax>
      <command:syntaxitem>
        <maml:name>Remove-AzureADMSApplicationKey</maml:name>
        <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named">
          <maml:name>ObjectId</maml:name>
          <maml:description>
            <maml:para>Identificatore univoco dell'oggetto Azure Active Directory specifico per l'oggetto</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>KeyId</maml:name>
          <maml:description>
            <maml:para>Identificatore univoco per la chiave.</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>Proof</maml:name>
          <maml:description>
            <maml:para>Token JWT firmato usato come dimostrazione del possesso delle chiavi esistenti.</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:syntaxitem>
    </command:syntax>
    <!-- Cmdlet parameter section -->
    <command:parameters>
      <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named">
        <maml:name>ObjectId</maml:name>
        <maml:description>
          <maml:para>Identificatore univoco dell'oggetto Azure Active Directory specifico per l'oggetto</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>KeyId</maml:name>
        <maml:description>
          <maml:para>ID chiave corrispondente all'oggetto chiave da rimuovere.</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>Proof</maml:name>
        <maml:description>
          <maml:para>Token JWT fornito come dimostrazione del possesso.</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>string</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:inputtype>
    </command:inputtypes>
    <command:returnvalues/>
    <!-- Error section-->
    <command:terminatingerrors/>
    <command:nonterminatingerrors/>
    <!-- Notes section -->
    <maml:alertset/>
    <!-- Example section -->
    <command:examples>
      <command:example>
        <maml:title>Esempio 1: Rimuovere una credenziale della chiave da un'applicazione</maml:title>
        <dev:code>PS C:\&gt;Remove-AzureADMSApplicationKey -ObjectId "3ddd22e7-a150-4bb3-b100-e410dea1cb84" -KeyId "FDA27CF-1B58-4CAE-8CE7-CD04F0AAB945" -Proof {token}</dev:code>
        <dev:remarks>
          <maml:para>Questo comando consente di rimuovere la credenziale della chiave specificata dall'applicazione specificata.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <!-- Link section -->
    <maml:relatedlinks>
      <maml:navigationLink>
        <maml:linkText>New-AzureADMSApplicationKey</maml:linkText>
        <maml:uri></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-AzureADMSApplicationOwner
      </command:name>
      <maml:description>
        <maml:para>Consente di rimuovere un proprietario da un oggetto applicazione.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para></maml:para>
      </maml:copyright>
      <command:verb>Remove</command:verb>
      <command:noun>AzureADMSApplicationOwner</command:noun>
      <dev:version></dev:version>
    </command:details>
    <maml:description>
      <maml:para>Consente di rimuovere un proprietario da un oggetto applicazione.</maml:para>
    </maml:description>
    <!-- Cmdlet syntax section-->
    <command:syntax>
      <command:syntaxitem>
        <maml:name>Remove-AzureADMSApplicationOwner</maml:name>
        <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named">
          <maml:name>ObjectId</maml:name>
          <maml:description>
            <maml:para>Specifica l'ID di un'applicazione in Azure AD.</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>OwnerId</maml:name>
          <maml:description>
            <maml:para>Specifica l'ID del proprietario.</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>ObjectId</maml:name>
        <maml:description>
          <maml:para>Specifica l'ID di un'applicazione in Azure AD.</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>OwnerId</maml:name>
        <maml:description>
          <maml:para>Specifica l'ID del proprietario.</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>string</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:inputtype>
    </command:inputtypes>
    <command:returnvalues/>
    <!-- Error section-->
    <command:terminatingerrors/>
    <command:nonterminatingerrors/>
    <!-- Notes section -->
    <maml:alertset/>
    <!-- Example section -->
    <command:examples>
      <command:example>
        <maml:title>Esempio 1: Rimuovere un proprietario da un'applicazione</maml:title>
        <dev:code>PS C:\&gt;Remove-AzureADMSApplicationOwner -ObjectId "3ddd22e7-a150-4bb3-b100-e410dea1cb84" -OwnerId "c13dd34a-492b-4561-b171-40fcce2916c5"</dev:code>
        <dev:remarks>
          <maml:para>Questo comando rimuove il proprietario dall'applicazione specificata.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <!-- Link section -->
    <maml:relatedlinks>
      <maml:navigationLink>
        <maml:linkText>Add-AzureADMSApplicationOwner</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-AzureADMSApplicationOwner</maml:linkText>
        <maml:uri></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-AzureADMSApplicationPassword
      </command:name>
      <maml:description>
        <maml:para>Consente di rimuovere una password da un'applicazione.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para></maml:para>
      </maml:copyright>
      <command:verb>Remove</command:verb>
      <command:noun>AzureADMSApplicationPassword</command:noun>
      <dev:version></dev:version>
    </command:details>
    <maml:description>
      <maml:para>Consente di rimuovere una password da un'applicazione.</maml:para>
    </maml:description>
    <!-- Cmdlet syntax section-->
    <command:syntax>
      <command:syntaxitem>
        <maml:name>Remove-AzureADMSApplicationPassword</maml:name>
        <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named">
          <maml:name>ObjectId</maml:name>
          <maml:description>
            <maml:para>Identificatore univoco dell'oggetto Azure Active Directory specifico per l'oggetto</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>KeyId</maml:name>
          <maml:description>
            <maml:para>Identificatore univoco per la chiave.</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:syntaxitem>
    </command:syntax>
    <!-- Cmdlet parameter section -->
    <command:parameters>
      <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named">
        <maml:name>ObjectId</maml:name>
        <maml:description>
          <maml:para>Identificatore univoco dell'oggetto Azure Active Directory specifico per l'oggetto</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>KeyId</maml:name>
        <maml:description>
          <maml:para>Identificatore univoco per la chiave.</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>string</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:inputtype>
    </command:inputtypes>
    <command:returnvalues/>
    <!-- Error section-->
    <command:terminatingerrors/>
    <command:nonterminatingerrors/>
    <!-- Notes section -->
    <maml:alertset/>
    <!-- Example section -->
    <command:examples>
      <command:example>
        <maml:title>Esempio 1: Rimuovere una password da un'applicazione</maml:title>
        <dev:code>PS C:\&gt;Remove-AzureADMSApplicationPassWord -ObjectId 1f88e99f-37a3-468f-80ae-e07b62ed0287 -KeyId 80e561ed-44ed-48dc-8c09-9d4803e26e4c</dev:code>
        <dev:remarks>
          <maml:para>Questo comando consente di rimuovere la password specificata dall'applicazione specificata.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <!-- Link section -->
    <maml:relatedlinks>
      <maml:navigationLink>
        <maml:linkText>New-AzureADMSApplicationPassword</maml:linkText>
        <maml:uri></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-AzureADMSApplication
      </command:name>
      <maml:description>
        <maml:para>Consente di aggiornare le proprietà di un oggetto applicazione.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para></maml:para>
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>AzureADMSApplication</command:noun>
      <dev:version></dev:version>
    </command:details>
    <maml:description>
      <maml:para>Consente di aggiornare le proprietà di un oggetto applicazione.</maml:para>
    </maml:description>
    <!-- Cmdlet syntax section-->
    <command:syntax>
      <command:syntaxitem>
        <maml:name>Set-AzureADMSApplication</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AddIns</maml:name>
          <maml:Description>
            <maml:para>Definisce il comportamento personalizzato che un servizio attivo può usare per chiamare un'app in contesti specifici. Ad esempio, le applicazioni in grado di eseguire il rendering di flussi di file possono impostare la proprietà addIns per la rispettiva funzionalità "FileHandler". Ciò consentirà a servizi come Office 365 di chiamare l'applicazione nel contesto di un documento su cui sta lavorando l'utente.</maml:para>
          </maml:Description>
          <command:parameterValue required="false" variableLength="false">System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.AddIn]</command:parameterValue>
          <dev:type>
            <maml:name>System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.AddIn]</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Api</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare le impostazioni per un'applicazione che implementa un'API Web.</maml:para>
          </maml:Description>
          <command:parameterValue required="false" variableLength="false">Microsoft.Open.MSGraph.Model.ApiApplication</command:parameterValue>
          <dev:type>
            <maml:name>Microsoft.Open.MSGraph.Model.ApiApplication</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AppRoles</maml:name>
          <maml:Description>
            <maml:para>Raccolta di ruoli dell'applicazione che possono essere dichiarati dall'applicazione. I ruoli possono essere assegnati a utenti, gruppi o entità servizio.</maml:para>
          </maml:Description>
          <command:parameterValue required="false" variableLength="false">System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.AppRole]</command:parameterValue>
          <dev:type>
            <maml:name>System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.AppRole]</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>DisplayName</maml:name>
          <maml:Description>
            <maml:para>Specifica il nome visualizzato.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>GroupMembershipClaims</maml:name>
          <maml:Description>
            <maml:para>Consente di configurare l'attestazione basata su gruppo rilasciata in un token di accesso utente oppure OAuth 2.0 previsto dall'applicazione.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>IdentifierUris</maml:name>
          <maml:Description>
            <maml:para>Specifica gli URI dell'identificatore.</maml:para>
          </maml:Description>
          <command:parameterValue required="false" variableLength="false">System.Collections.Generic.List`1[System.String]</command:parameterValue>
          <dev:type>
            <maml:name>System.Collections.Generic.List`1[System.String]</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>InformationalUrl</maml:name>
          <maml:Description>
            <maml:para>Informazioni del profilo di base dell'applicazione, ad esempio URL per marketing, supporto tecnico, condizioni per l'utilizzo del servizio e informativa sulla privacy dell'app. Le condizioni per l'utilizzo del servizio e l'informativa sulla privacy vengono visualizzate agli utenti tramite l'esperienza di consenso utente.</maml:para>
          </maml:Description>
          <command:parameterValue required="false" variableLength="false">Microsoft.Open.MSGraph.Model.InformationalUrl</command:parameterValue>
          <dev:type>
            <maml:name>Microsoft.Open.MSGraph.Model.InformationalUrl</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>IsDeviceOnlyAuthSupported</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare se l'applicazione supporta l'autenticazione con un token di dispositivo.</maml:para>
          </maml:Description>
          <command:parameterValue required="false" variableLength="false">System.Nullable`1[System.Boolean]</command:parameterValue>
          <dev:type>
            <maml:name>System.Nullable`1[System.Boolean]</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>IsFallbackPublicClient</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare il tipo di applicazione di fallback come client pubblico, ad esempio un'applicazione installata in esecuzione in un dispositivo mobile. Il valore predefinito è false, che indica che il tipo di applicazione di fallback è un client confidenziale, ad esempio un'app Web. In alcuni scenari Azure AD non riesce a determinare il tipo di applicazione client, ad esempio un flusso ROPC nella cui configurazione non è stato specificato un URI di reindirizzamento. In questi casi Azure AD interpreterà il tipo di applicazione in base al valore di questa proprietà.</maml:para>
          </maml:Description>
          <command:parameterValue required="false" variableLength="false">System.Nullable`1[System.Boolean]</command:parameterValue>
          <dev:type>
            <maml:name>System.Nullable`1[System.Boolean]</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>KeyCredentials</maml:name>
          <maml:Description>
            <maml:para>Specifica le credenziali della chiave.</maml:para>
          </maml:Description>
          <command:parameterValue required="false" variableLength="false">System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.KeyCredential]</command:parameterValue>
          <dev:type>
            <maml:name>System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.KeyCredential]</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</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>Specifica l'ID di un'applicazione in Azure AD.</maml:para>
          </maml:description>
          <command:parametervalue required="true" variablelength="false">string</command:parametervalue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>OptionalClaims</maml:name>
          <maml:Description>
            <maml:para>Gli sviluppatori di applicazioni possono configurare attestazioni facoltative nelle rispettive app di Azure AD per specificare quali attestazioni vogliono ottenere nei token inviati alla rispettiva applicazione dal servizio token di sicurezza Microsoft.</maml:para>
          </maml:Description>
          <command:parameterValue required="false" variableLength="false">Microsoft.Open.MSGraph.Model.OptionalClaims</command:parameterValue>
          <dev:type>
            <maml:name>Microsoft.Open.MSGraph.Model.OptionalClaims</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>OrgRestrictions</maml:name>
          <maml:Description>
            <maml:para>Riservato per un uso futuro.</maml:para>
          </maml:Description>
          <command:parameterValue required="false" variableLength="false">System.Collections.Generic.List`1[System.String]</command:parameterValue>
          <dev:type>
            <maml:name>System.Collections.Generic.List`1[System.String]</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ParentalControlSettings</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare le impostazioni del controllo genitori per un'applicazione.</maml:para>
          </maml:Description>
          <command:parameterValue required="false" variableLength="false">Microsoft.Open.MSGraph.Model.ParentalControlSettings</command:parameterValue>
          <dev:type>
            <maml:name>Microsoft.Open.MSGraph.Model.ParentalControlSettings</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>PasswordCredentials</maml:name>
          <maml:Description>
            <maml:para>Specifica le credenziali della password.</maml:para>
          </maml:Description>
          <command:parameterValue required="false" variableLength="false">System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.PasswordCredential]</command:parameterValue>
          <dev:type>
            <maml:name>System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.PasswordCredential]</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>PasswordCredentials</maml:name>
          <maml:Description>
            <maml:para>Raccolta di credenziali di tipo password associate all'applicazione</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.PasswordCredential]</command:parameterValue>
          <dev:type>
            <maml:name>System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.PasswordCredential]</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
          <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>PreAuthorizedApplications</maml:name>
          <maml:Description>
            <maml:para>Consente di elencare le applicazioni e le autorizzazioni richieste per il consenso implicito. Richiede che un amministratore abbia fornito il consenso per l'applicazione. Per preAuthorizedApplications non è necessario che l'utente fornisca il consenso alle autorizzazioni richieste. Le autorizzazioni elencate in preAuthorizedApplications non richiedono il consenso utente. Eventuali autorizzazioni richieste aggiuntive non elencate in preAuthorizedApplications necessitano tuttavia del consenso utente.</maml:para>
          </maml:Description>
          <command:parameterValue required="false" variableLength="false">System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.PreAuthorizedApplication]</command:parameterValue>
          <dev:type>
            <maml:name>System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.PreAuthorizedApplication]</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>PublicClient</maml:name>
          <maml:Description>
            <maml:para>Specifica se l'applicazione è un client pubblico, ad esempio un'applicazione installata in esecuzione in un dispositivo mobile. Il valore predefinito è false.</maml:para>
          </maml:Description>
          <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>PublicClient</maml:name>
          <maml:Description>
            <maml:para>Specifica se l'applicazione è un client pubblico, ad esempio un'applicazione installata in esecuzione in un dispositivo mobile. Il valore predefinito è false.</maml:para>
          </maml:Description>
          <command:parameterValue required="false" variableLength="false">Microsoft.Open.MSGraph.Model.PublicClientApplication</command:parameterValue>
          <dev:type>
            <maml:name>Microsoft.Open.MSGraph.Model.PublicClientApplication</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>RequiredResourceAccess</maml:name>
          <maml:Description>
            <maml:para>@{Text=}</maml:para>
          </maml:Description>
          <command:parameterValue required="false" variableLength="false">System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.RequiredResourceAccess]</command:parameterValue>
          <dev:type>
            <maml:name>System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.RequiredResourceAccess]</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>SignInAudience</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare quali account Microsoft sono supportati per l'applicazione corrente. </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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Tags</maml:name>
          <maml:Description>
            <maml:para>Stringhe personalizzate che possono essere usate per classificare e identificare l'applicazione.</maml:para>
          </maml:Description>
          <command:parameterValue required="false" variableLength="false">System.Collections.Generic.List`1[System.String]</command:parameterValue>
          <dev:type>
            <maml:name>System.Collections.Generic.List`1[System.String]</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>TokenEncryptionKeyId</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare il valore keyId di una chiave pubblica dalla raccolta keyCredentials. Se questa opzione è configurata, Azure AD crittografa tutti i token rilasciati usando la chiave a cui questa proprietà fa riferimento. Il codice dell'applicazione che riceve il token crittografato deve usare la chiave privata corrispondente per decrittografare il token prima che possa essere usato per l'utente connesso.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Web</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare le impostazioni per un'applicazione Web.</maml:para>
          </maml:Description>
          <command:parameterValue required="false" variableLength="false">Microsoft.Open.MSGraph.Model.WebApplication</command:parameterValue>
          <dev:type>
            <maml:name>Microsoft.Open.MSGraph.Model.WebApplication</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxitem>
    </command:syntax>
    <!-- Cmdlet parameter section -->
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>AddIns</maml:name>
        <maml:Description>
          <maml:para>Definisce il comportamento personalizzato che un servizio attivo può usare per chiamare un'app in contesti specifici. Ad esempio, le applicazioni in grado di eseguire il rendering di flussi di file possono impostare la proprietà addIns per la rispettiva funzionalità "FileHandler". Ciò consentirà a servizi come Office 365 di chiamare l'applicazione nel contesto di un documento su cui sta lavorando l'utente.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.AddIn]</command:parameterValue>
        <dev:type>
          <maml:name>System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.AddIn]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Api</maml:name>
        <maml:Description>
          <maml:para>Consente di specificare le impostazioni per un'applicazione che implementa un'API Web.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">Microsoft.Open.MSGraph.Model.ApiApplication</command:parameterValue>
        <dev:type>
          <maml:name>Microsoft.Open.MSGraph.Model.ApiApplication</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>AppRoles</maml:name>
        <maml:Description>
          <maml:para>Raccolta di ruoli dell'applicazione che possono essere dichiarati dall'applicazione. I ruoli possono essere assegnati a utenti, gruppi o entità servizio.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.AppRole]</command:parameterValue>
        <dev:type>
          <maml:name>System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.AppRole]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>DisplayName</maml:name>
        <maml:Description>
          <maml:para>Specifica il nome visualizzato.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>GroupMembershipClaims</maml:name>
        <maml:Description>
          <maml:para>Consente di configurare l'attestazione basata su gruppo rilasciata in un token di accesso utente oppure OAuth 2.0 previsto dall'applicazione.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>IdentifierUris</maml:name>
        <maml:Description>
          <maml:para>Specifica gli URI dell'identificatore.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">System.Collections.Generic.List`1[System.String]</command:parameterValue>
        <dev:type>
          <maml:name>System.Collections.Generic.List`1[System.String]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>InformationalUrl</maml:name>
        <maml:Description>
          <maml:para>Informazioni del profilo di base dell'applicazione, ad esempio URL per marketing, supporto tecnico, condizioni per l'utilizzo del servizio e informativa sulla privacy dell'app. Le condizioni per l'utilizzo del servizio e l'informativa sulla privacy vengono visualizzate agli utenti tramite l'esperienza di consenso utente.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">Microsoft.Open.MSGraph.Model.InformationalUrl</command:parameterValue>
        <dev:type>
          <maml:name>Microsoft.Open.MSGraph.Model.InformationalUrl</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>IsDeviceOnlyAuthSupported</maml:name>
        <maml:Description>
          <maml:para>Consente di specificare se l'applicazione supporta l'autenticazione con un token di dispositivo.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">System.Nullable`1[System.Boolean]</command:parameterValue>
        <dev:type>
          <maml:name>System.Nullable`1[System.Boolean]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>IsFallbackPublicClient</maml:name>
        <maml:Description>
          <maml:para>Consente di specificare il tipo di applicazione di fallback come client pubblico, ad esempio un'applicazione installata in esecuzione in un dispositivo mobile. Il valore predefinito è false, che indica che il tipo di applicazione di fallback è un client confidenziale, ad esempio un'app Web. In alcuni scenari Azure AD non riesce a determinare il tipo di applicazione client, ad esempio un flusso ROPC nella cui configurazione non è stato specificato un URI di reindirizzamento. In questi casi Azure AD interpreterà il tipo di applicazione in base al valore di questa proprietà.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">System.Nullable`1[System.Boolean]</command:parameterValue>
        <dev:type>
          <maml:name>System.Nullable`1[System.Boolean]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>KeyCredentials</maml:name>
        <maml:Description>
          <maml:para>Specifica le credenziali della chiave.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.KeyCredential]</command:parameterValue>
        <dev:type>
          <maml:name>System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.KeyCredential]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</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>Specifica l'ID di un'applicazione in Azure AD.</maml:para>
        </maml:description>
        <command:parametervalue required="true" variablelength="false">string</command:parametervalue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>OptionalClaims</maml:name>
        <maml:Description>
          <maml:para>Gli sviluppatori di applicazioni possono configurare attestazioni facoltative nelle rispettive app di Azure AD per specificare quali attestazioni vogliono ottenere nei token inviati alla rispettiva applicazione dal servizio token di sicurezza Microsoft.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">Microsoft.Open.MSGraph.Model.OptionalClaims</command:parameterValue>
        <dev:type>
          <maml:name>Microsoft.Open.MSGraph.Model.OptionalClaims</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
 
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>OrgRestrictions</maml:name>
          <maml:Description>
            <maml:para>Riservato per un uso futuro.</maml:para>
          </maml:Description>
          <command:parameterValue required="false" variableLength="false">System.Collections.Generic.List`1[System.String]</command:parameterValue>
          <dev:type>
            <maml:name>System.Collections.Generic.List`1[System.String]</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ParentalControlSettings</maml:name>
        <maml:Description>
          <maml:para>Consente di specificare le impostazioni del controllo genitori per un'applicazione.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">Microsoft.Open.MSGraph.Model.ParentalControlSettings</command:parameterValue>
        <dev:type>
          <maml:name>Microsoft.Open.MSGraph.Model.ParentalControlSettings</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>PasswordCredentials</maml:name>
        <maml:Description>
          <maml:para>Specifica le credenziali della password.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.PasswordCredential]</command:parameterValue>
        <dev:type>
          <maml:name>System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.PasswordCredential]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
          <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>PreAuthorizedApplications</maml:name>
          <maml:Description>
            <maml:para>Consente di elencare le applicazioni e le autorizzazioni richieste per il consenso implicito. Richiede che un amministratore abbia fornito il consenso per l'applicazione. Per preAuthorizedApplications non è necessario che l'utente fornisca il consenso alle autorizzazioni richieste. Le autorizzazioni elencate in preAuthorizedApplications non richiedono il consenso utente. Eventuali autorizzazioni richieste aggiuntive non elencate in preAuthorizedApplications necessitano tuttavia del consenso utente.</maml:para>
          </maml:Description>
          <command:parameterValue required="false" variableLength="false">System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.PreAuthorizedApplication]</command:parameterValue>
          <dev:type>
            <maml:name>System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.PreAuthorizedApplication]</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>PublicClient</maml:name>
        <maml:Description>
          <maml:para>Specifica se l'applicazione è un client pubblico, ad esempio un'applicazione installata in esecuzione in un dispositivo mobile. Il valore predefinito è false.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>PublicClient</maml:name>
        <maml:Description>
          <maml:para>Specifica se l'applicazione è un client pubblico, ad esempio un'applicazione installata in esecuzione in un dispositivo mobile. Il valore predefinito è false.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">Microsoft.Open.MSGraph.Model.PublicClientApplication</command:parameterValue>
        <dev:type>
          <maml:name>Microsoft.Open.MSGraph.Model.PublicClientApplication</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>RequiredResourceAccess</maml:name>
        <maml:Description>
          <maml:para>@{Text=}</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.RequiredResourceAccess]</command:parameterValue>
        <dev:type>
          <maml:name>System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.RequiredResourceAccess]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>SignInAudience</maml:name>
        <maml:Description>
          <maml:para>Consente di specificare quali account Microsoft sono supportati per l'applicazione corrente. </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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Tags</maml:name>
        <maml:Description>
          <maml:para>Stringhe personalizzate che possono essere usate per classificare e identificare l'applicazione.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">System.Collections.Generic.List`1[System.String]</command:parameterValue>
        <dev:type>
          <maml:name>System.Collections.Generic.List`1[System.String]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>TokenEncryptionKeyId</maml:name>
        <maml:Description>
          <maml:para>Consente di specificare il valore keyId di una chiave pubblica dalla raccolta keyCredentials. Se questa opzione è configurata, Azure AD crittografa tutti i token rilasciati usando la chiave a cui questa proprietà fa riferimento. Il codice dell'applicazione che riceve il token crittografato deve usare la chiave privata corrispondente per decrittografare il token prima che possa essere usato per l'utente connesso.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Web</maml:name>
        <maml:Description>
          <maml:para>Consente di specificare le impostazioni per un'applicazione Web.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">Microsoft.Open.MSGraph.Model.WebApplication</command:parameterValue>
        <dev:type>
          <maml:name>Microsoft.Open.MSGraph.Model.WebApplication</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
 
 
 
 
    </command:parameters>
    <!-- Input - Output section-->
    <command:inputtypes>
      <command:inputtype>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:inputtype>
      <command:inputtype>
        <dev:type>
          <maml:name>Microsoft.Open.MSGraph.Model.ApiApplication</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:inputtype>
      <command:inputtype>
        <dev:type>
          <maml:name>Microsoft.Open.MSGraph.Model.InformationalUrl</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:inputtype>
      <command:inputtype>
        <dev:type>
          <maml:name>Microsoft.Open.MSGraph.Model.OptionalClaims</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:inputtype>
      <command:inputtype>
        <dev:type>
          <maml:name>Microsoft.Open.MSGraph.Model.ParentalControlSettings</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:inputtype>
      <command:inputtype>
        <dev:type>
          <maml:name>Microsoft.Open.MSGraph.Model.PublicClientApplication</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:inputtype>
      <command:inputtype>
        <dev:type>
          <maml:name>Microsoft.Open.MSGraph.Model.WebApplication</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:inputtype>
      <command:inputtype>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:inputtype>
      <command:inputtype>
        <dev:type>
          <maml:name>System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.AddIn]</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:inputtype>
      <command:inputtype>
        <dev:type>
          <maml:name>System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.AppRole]</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:inputtype>
      <command:inputtype>
        <dev:type>
          <maml:name>System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.KeyCredential]</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:inputtype>
      <command:inputtype>
        <dev:type>
          <maml:name>System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.PasswordCredential]</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:inputtype>
      <command:inputtype>
        <dev:type>
          <maml:name>System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.PreAuthorizedApplication]</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:inputtype>
      <command:inputtype>
        <dev:type>
          <maml:name>System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.RequiredResourceAccess]</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:inputtype>
      <command:inputtype>
        <dev:type>
          <maml:name>System.Collections.Generic.List`1[System.String]</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:inputtype>
      <command:inputtype>
        <dev:type>
          <maml:name>System.Nullable`1[System.Boolean]</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:inputtype>
    </command:inputtypes>
    <command:returnvalues/>
    <!-- Error section-->
    <command:terminatingerrors/>
    <command:nonterminatingerrors/>
    <!-- Notes section -->
    <maml:alertset/>
    <!-- Example section -->
    <command:examples>
      <command:example>
        <maml:title>Esempio 1: Aggiornare un'applicazione</maml:title>
        <dev:code>PS C:\&gt;Set-AzureADMSApplication -ObjectId fcd37fb8-449c-45af-92fc-5448c671fd30 `
          -DisplayName "my name" `
          -AddIns @{ Type = "mytype"; Properties = [PSCustomObject]@{ Key = "key"; Value = "value" } } `
          -Api @{ AcceptMappedClaims = $true } `
          -AppRoles @{ Id = "21111111-1111-1111-1111-111111111111"; DisplayName = "role"; AllowedMemberTypes = "User"; Description = "mydescription"; Value = "myvalue" } `
          -InformationalUrl @{ SupportUrl = "https://mynewapp.contoso.com/support.html" } `
          -IsDeviceOnlyAuthSupported $false `
          -IsFallbackPublicClient $false `
          -KeyCredentials @{ KeyId = "41111111-1111-1111-1111-111111111111"; Usage = "Encrypt"; Key = [System.IO.File]::ReadAllBytes("file.cer"); Type = "AsymmetricX509Cert" } `
          -OptionalClaims @{ IdToken = [PSCustomObject]@{ Name = "claimName"; Source = "claimSource" } } `
          -ParentalControlSettings @{ LegalAgeGroupRule = "Block" } `
          -PublicClient @{ RedirectUris = "https://mynewapp.contoso.com/" } `
          -RequiredResourceAccess @{ ResourceAppId = "31111111-1111-1111-1111-111111111111"; ResourceAccess = [PSCustomObject]@{ Type = "Scope" } } `
          -SignInAudience AzureADandPersonalMicrosoftAccount `
          -Tags "mytag" `
          -TokenEncryptionKeyId "41111111-1111-1111-1111-111111111111" `
          -Web @{ LogoutUrl = "https://mynewapp.contoso.com/logout.html" } `
          -GroupMembershipClaims "SecurityGroup" `
          -OrgRestrictions {orgrestrictions} `
          -PasswordCredentials {passwordcredentials} `
          -PreAuthorizedApplications {preauthorizedapplications} `
          -IdentifierUris "https://mynewapp.contoso.com"
        </dev:code>
        <dev:remarks>
          <maml:para>Questo comando aggiorna l'applicazione specificata.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <!-- Link section -->
    <maml:relatedlinks>
      <maml:navigationLink>
        <maml:linkText>Get-AzureADMSApplication</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-AzureADMSApplication</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-AzureADMSApplication</maml:linkText>
        <maml:uri></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-AzureADMSApplicationLogo
      </command:name>
      <maml:description>
        <maml:para>Consente di configurare il logo per un oggetto applicazione.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para></maml:para>
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>AzureADMSApplicationLogo</command:noun>
      <dev:version></dev:version>
    </command:details>
    <maml:description>
      <maml:para>Consente di configurare il logo per un oggetto applicazione.</maml:para>
    </maml:description>
    <!-- Cmdlet syntax section-->
    <command:syntax>
      <command:syntaxitem>
        <maml:name>Set-AzureADMSApplicationLogo</maml:name>
        <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named">
          <maml:name>ObjectId</maml:name>
          <maml:description>
            <maml:para>Identificatore univoco dell'oggetto Azure Active Directory specifico per l'oggetto</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>Content</maml:name>
          <maml:description>
            <maml:para>ImageByteArray che deve essere usato come logo dell'applicazione</maml:para>
          </maml:description>
          <command:parametervalue required="true" variablelength="false">Byte[]</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>ObjectId</maml:name>
        <maml:description>
          <maml:para>Identificatore univoco dell'oggetto Azure Active Directory specifico per l'oggetto</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>Content</maml:name>
        <maml:description>
          <maml:para>ImageByteArray che deve essere usato come logo dell'applicazione</maml:para>
        </maml:description>
        <command:parametervalue required="true" variablelength="false">Byte[]</command:parametervalue>
        <dev:type>
          <maml:name>Byte[]</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>string</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:inputtype>
      <command:inputtype>
        <dev:type>
          <maml:name>Byte[]</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:inputtype>
    </command:inputtypes>
    <command:returnvalues/>
    <!-- Error section-->
    <command:terminatingerrors/>
    <command:nonterminatingerrors/>
    <!-- Notes section -->
    <maml:alertset/>
    <!-- Example section -->
    <command:examples>
      <command:example>
        <maml:title>Esempio 1: Configurare il logo dell'applicazione</maml:title>
        <dev:code>PS C:\&gt;Set-AzureADMSApplicationLogo -ObjectId 121ce3aa-64cb-44f2-99e8-deb705caeddd -Content {imagebytearray}</dev:code>
        <dev:remarks>
          <maml:para>Questo comando consente di aggiornare il logo dell'applicazione.</maml:para>
        </dev:remarks>
      </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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Add-AzureADApplicationPolicy</command:name>
      <command:verb>Add</command:verb>
      <command:noun>AzureADApplicationPolicy</command:noun>
      <maml:description>
        <maml:para>Il cmdlet Add-AzureADApplicationPolicy non è attualmente disponibile.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Il cmdlet Add-AzureADApplicationPolicy aggiunge un criterio di applicazione di Azure Active Directory.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Add-AzureADApplicationPolicy</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="infa">
          <maml:name>InformationAction</maml:name>
          <maml:Description>
            <maml:para>Specifica il modo in cui questo cmdlet risponde a un evento informativo. I valori accettabili per questo parametro sono: * Continue</maml:para>
            <maml:para>* Ignore</maml:para>
            <maml:para>* Inquire</maml:para>
            <maml:para>* SilentlyContinue</maml:para>
            <maml:para>* Stop</maml:para>
            <maml:para>* Suspend</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
          <dev:type>
            <maml:name>ActionPreference</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="iv">
          <maml:name>InformationVariable</maml:name>
          <maml:Description>
            <maml:para>Specifica una variabile in cui archiviare un messaggio relativo a un evento informativo.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>RefObjectId</maml:name>
          <maml:Description>
            <maml:para>Specifica l'ID del criterio.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>ID dell'applicazione per cui è necessario configurare il criterio</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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="infa">
        <maml:name>InformationAction</maml:name>
        <maml:Description>
          <maml:para>Specifica il modo in cui questo cmdlet risponde a un evento informativo. I valori accettabili per questo parametro sono: * Continue</maml:para>
          <maml:para>* Ignore</maml:para>
          <maml:para>* Inquire</maml:para>
          <maml:para>* SilentlyContinue</maml:para>
          <maml:para>* Stop</maml:para>
          <maml:para>* Suspend</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
        <dev:type>
          <maml:name>ActionPreference</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="iv">
        <maml:name>InformationVariable</maml:name>
        <maml:Description>
          <maml:para>Specifica una variabile in cui archiviare un messaggio relativo a un evento informativo.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>RefObjectId</maml:name>
        <maml:Description>
          <maml:para>Specifica l'ID del criterio.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>ID dell'applicazione per cui è necessario configurare il criterio</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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes/>
    <command:returnValues/>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------- Esempio 1: Aggiungere un criterio di applicazione -------------</maml:title>
        <dev:code>PS C:\&gt;Add-AzureADApplicationPolicy -ObjectId &lt;object id of application&gt; -RefObjectId &lt;object id of policy&gt;</dev:code>
        <dev:remarks>
          <maml:para>Questo comando aggiunge un criterio di applicazione.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-AzureADApplicationPolicy</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-AzureADApplicationPolicy</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
    </command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Add-AzureADMSLifecyclePolicyGroup</command:name>
      <command:verb>Add</command:verb>
      <command:noun>AzureADMSLifecyclePolicyGroup</command:noun>
      <maml:description>
        <maml:para>Aggiunge un gruppo a un criterio di ciclo di vita</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Il cmdlet Add-AzureADMSLifecyclePolicyGroup aggiunge un gruppo a un criterio di ciclo di vita in Azure Active Directory</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Add-AzureADMSLifecyclePolicyGroup</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>GroupId</maml:name>
          <maml:Description>
            <maml:para>Specifica l'ID di un gruppo in 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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>Specifica l'ID dell'oggetto Criteri di ciclo di vita in 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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>GroupId</maml:name>
        <maml:Description>
          <maml:para>Specifica l'ID di un gruppo in 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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>Specifica l'ID dell'oggetto Criteri di ciclo di vita in 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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Esempio 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt;Add-AzureADMSLifecyclePolicyGroup -Id "b4c908b0-3595-4add-91b4-c5400b31b57b" -groupId "cffd97bd-6b91-4c4e-b553-6918a320211c"</dev:code>
        <dev:remarks>
          <maml:para>Questo comando aggiunge un gruppo di criteri di ciclo di vita.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Add-AzureADServicePrincipalPolicy</command:name>
      <command:verb>Add</command:verb>
      <command:noun>AzureADServicePrincipalPolicy</command:noun>
      <maml:description>
        <maml:para>Aggiunge un criterio di entità servizio.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Il cmdlet Add-AzureADServicePrincipalPolicy aggiunge un criterio di entità servizio.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Add-AzureADServicePrincipalPolicy</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="infa">
          <maml:name>InformationAction</maml:name>
          <maml:Description>
            <maml:para>Specifica il modo in cui questo cmdlet risponde a un evento informativo. I valori accettabili per questo parametro sono:</maml:para>
            <maml:para>- Continue</maml:para>
            <maml:para>- Ignore</maml:para>
            <maml:para>- Inquire</maml:para>
            <maml:para>- SilentlyContinue</maml:para>
            <maml:para>- Stop</maml:para>
            <maml:para>- Suspend</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
          <dev:type>
            <maml:name>ActionPreference</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="iv">
          <maml:name>InformationVariable</maml:name>
          <maml:Description>
            <maml:para>Specifica una variabile in cui archiviare un messaggio relativo a un evento informativo.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>RefObjectId</maml:name>
          <maml:Description>
            <maml:para>Specifica l'ID oggetto del criterio.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>ID dell'entità servizio per cui è necessario configurare il criterio</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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="infa">
        <maml:name>InformationAction</maml:name>
        <maml:Description>
          <maml:para>Specifica il modo in cui questo cmdlet risponde a un evento informativo. I valori accettabili per questo parametro sono:</maml:para>
          <maml:para>- Continue</maml:para>
          <maml:para>- Ignore</maml:para>
          <maml:para>- Inquire</maml:para>
          <maml:para>- SilentlyContinue</maml:para>
          <maml:para>- Stop</maml:para>
          <maml:para>- Suspend</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
        <dev:type>
          <maml:name>ActionPreference</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="iv">
        <maml:name>InformationVariable</maml:name>
        <maml:Description>
          <maml:para>Specifica una variabile in cui archiviare un messaggio relativo a un evento informativo.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>RefObjectId</maml:name>
        <maml:Description>
          <maml:para>Specifica l'ID oggetto del criterio.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>ID dell'entità servizio per cui è necessario configurare il criterio</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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes/>
    <command:returnValues/>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>---------- Esempio 1: Aggiungere un criterio di entità servizio ----------</maml:title>
        <dev:code>PS C:\&gt;Add-AzureADServicePrincipalPolicy -Id &lt;object id of service principal&gt; -RefObjectId &lt;object id of policy&gt;</dev:code>
        <dev:remarks>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-AzureADServicePrincipalPolicy</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-AzureADServicePrincipalPolicy</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
    </command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Add-AzureADMSPrivilegedResource</command:name>
      <command:verb>Add</command:verb>
      <command:noun>AzureADMSPrivilegedResource</command:noun>
      <maml:description>
        <maml:para>Usa quest'API per aggiungere una nuova risorsa con privilegi Microsoft di Azure AD.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Usa quest'API per aggiungere una nuova risorsa con privilegi Microsoft di Azure AD.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Add-AzureADMSPrivilegedResource</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ExternalId</maml:name>
          <maml:Description>
            <maml:para>Identificatore univoco dell'ID della risorsa specifico</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>ProviderId</maml:name>
          <maml:Description>
            <maml:para>Identificatore univoco del provider specifico</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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ExternalId</maml:name>
        <maml:Description>
          <maml:para>Identificatore univoco dell'ID della risorsa specifico</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>ProviderId</maml:name>
        <maml:Description>
          <maml:para>Identificatore univoco del provider specifico</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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Esempio 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Add-AzureADMSPrivilegedResource -ProviderId AzureResources -ExternalId "/subscriptions/38ab2ccc-3747-4567-b36b-9478f5602f0d"</dev:code>
        <dev:remarks>
          <maml:para>Registra una nuova risorsa</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Close-AzureADMSPrivilegedRoleAssignmentRequest</command:name>
      <command:verb>Close</command:verb>
      <command:noun>AzureADMSPrivilegedRoleAssignmentRequest</command:noun>
      <maml:description>
        <maml:para>Annulla AzureADMSPrivilegedRoleAssignmentRequest</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Annulla AzureADMSPrivilegedRoleAssignmentRequest</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Close-AzureADMSPrivilegedRoleAssignmentRequest</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>Identificatore univoco della richiesta di assegnazione di ruolo specifica</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>ProviderId</maml:name>
          <maml:Description>
            <maml:para>Identificatore univoco del provider specifico</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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>Identificatore univoco della richiesta di assegnazione di ruolo specifica</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>ProviderId</maml:name>
        <maml:Description>
          <maml:para>Identificatore univoco del provider specifico</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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Esempio 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Close-AzureADMSPrivilegedRoleAssignmentRequest -ProviderId AzureResources -Id 14eda86f-b650-4ccf-802f-33842c1f1d2c</dev:code>
        <dev:remarks>
          <maml:para>Annulla una richiesta per un provider di AzureResources</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-AzureADApplicationPolicy</command:name>
      <command:verb>Get</command:verb>
      <command:noun>AzureADApplicationPolicy</command:noun>
      <maml:description>
        <maml:para>Recupera un criterio di applicazione.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Il cmdlet Get-AzureADApplicationPolicy recupera un criterio di applicazione di Azure Active Directory.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-AzureADApplicationPolicy</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="infa">
          <maml:name>InformationAction</maml:name>
          <maml:Description>
            <maml:para>Specifica il modo in cui questo cmdlet risponde a un evento informativo.</maml:para>
            <maml:para>I valori accettabili per questo parametro sono:</maml:para>
            <maml:para>- Continue</maml:para>
            <maml:para>- Ignore</maml:para>
            <maml:para>- Inquire</maml:para>
            <maml:para>- SilentlyContinue</maml:para>
            <maml:para>- Stop</maml:para>
            <maml:para>- Suspend</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
          <dev:type>
            <maml:name>ActionPreference</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="iv">
          <maml:name>InformationVariable</maml:name>
          <maml:Description>
            <maml:para>Specifica una variabile in cui archiviare un messaggio relativo a un evento informativo.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>ID dell'applicazione per cui è necessario recuperare il criterio</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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="infa">
        <maml:name>InformationAction</maml:name>
        <maml:Description>
          <maml:para>Specifica il modo in cui questo cmdlet risponde a un evento informativo.</maml:para>
          <maml:para>I valori accettabili per questo parametro sono:</maml:para>
          <maml:para>- Continue</maml:para>
          <maml:para>- Ignore</maml:para>
          <maml:para>- Inquire</maml:para>
          <maml:para>- SilentlyContinue</maml:para>
          <maml:para>- Stop</maml:para>
          <maml:para>- Suspend</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
        <dev:type>
          <maml:name>ActionPreference</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="iv">
        <maml:name>InformationVariable</maml:name>
        <maml:Description>
          <maml:para>Specifica una variabile in cui archiviare un messaggio relativo a un evento informativo.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>ID dell'applicazione per cui è necessario recuperare il criterio</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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes/>
    <command:returnValues/>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------- Esempio 1: Ottenere un criterio di applicazione -------------</maml:title>
        <dev:code>PS C:\&gt;Get-AzureADApplicationPolicy -Id "&lt;object id of application&gt;"</dev:code>
        <dev:remarks>
          <maml:para>Questo comando recupera il criterio di applicazione specificato.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Add-AzureADApplicationPolicy</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-AzureADApplicationPolicy</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
    </command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-AzureADApplicationProxyApplication</command:name>
      <command:verb>Get</command:verb>
      <command:noun>AzureADApplicationProxyApplication</command:noun>
      <maml:description>
        <maml:para>Il cmdlet Get-AzureADApplicationProxyApplication recupera un'applicazione configurata per il proxy di applicazione in Azure Active Directory.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Il cmdlet Get-AzureADApplicationProxyApplication recupera un'applicazione configurata per il proxy di applicazione in Azure Active Directory.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-AzureADApplicationProxyApplication</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>ObjectId</maml:name>
          <maml:Description>
            <maml:para>ID applicazione univoco dell'applicazione. Questo valore può essere trovato usando il comando Get-AzureADApplication. È anche possibile trovarlo nel portale di Azure selezionando AAD, Applicazioni aziendali, Tutte le applicazioni, quindi selezionando l'applicazione, passando alla scheda Proprietà e usando il valore ObjectId disponibile in tale pagina.</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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>ObjectId</maml:name>
        <maml:Description>
          <maml:para>ID applicazione univoco dell'applicazione. Questo valore può essere trovato usando il comando Get-AzureADApplication. È anche possibile trovarlo nel portale di Azure selezionando AAD, Applicazioni aziendali, Tutte le applicazioni, quindi selezionando l'applicazione, passando alla scheda Proprietà e usando il valore ObjectId disponibile in tale pagina.</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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Esempio 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-AzureADApplicationProxyApplication -ObjectId 8d6c6684-6f8c-42e2-8914-32ed2adf9ccf
 
 
ExternalAuthenticationType : AadPreAuthentication
ApplicationServerTimeout : Default
ExternalUrl : https://travel.cycles.adventure-works.com/
InternalUrl : https://awcyclesapps.adventure-works.com:3000/
IsTranslateHostHeaderEnabled : False
IsTranslateLinksInBodyEnabled : False
IsOnPremPublishingEnabled : True
VerifiedCustomDomainCertificatesMetadata : class OnPremisesPublishingVerifiedCustomDomainCertificatesMetadataObject {
                                             Thumbprint: [XXXXX]
                                             SubjectName: [XXXXX]
                                             Issuer:
                                             IssueDate: 11/9/2017 5:54:29
                                             ExpiryDate: 11/9/2019 5:54:29
                                           }
 
VerifiedCustomDomainKeyCredential :
VerifiedCustomDomainPasswordCredential :
SingleSignOnSettings :</dev:code>
        <dev:remarks>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-AzureADApplicationProxyApplicationConnectorGroup</command:name>
      <command:verb>Get</command:verb>
      <command:noun>AzureADApplicationProxyApplicationConnectorGroup</command:noun>
      <maml:description>
        <maml:para>Il cmdlet Get-AzureADApplicationProxyApplicationConnectorGroup recupera il gruppo di connettori assegnato per un'applicazione specifica.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Il cmdlet Get-AzureADApplicationProxyApplicationConnectorGroup recupera il gruppo di connettori assegnato per l'applicazione specificata. L'applicazione deve essere configurata per il proxy di applicazione in Azure Active Directory (AD).</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-AzureADApplicationProxyApplicationConnectorGroup</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>ObjectId</maml:name>
          <maml:Description>
            <maml:para>ObjectId è l'ID dell'applicazione. Questo valore può essere trovato tramite il comando Get-AzureADApplication. È anche possibile trovarlo nel portale di Azure selezionando AAD, Applicazioni aziendali, Tutte le applicazioni, quindi selezionando l'applicazione, passando alla scheda Proprietà e usando il valore ObjectId disponibile in tale pagina.</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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>ObjectId</maml:name>
        <maml:Description>
          <maml:para>ObjectId è l'ID dell'applicazione. Questo valore può essere trovato tramite il comando Get-AzureADApplication. È anche possibile trovarlo nel portale di Azure selezionando AAD, Applicazioni aziendali, Tutte le applicazioni, quindi selezionando l'applicazione, passando alla scheda Proprietà e usando il valore ObjectId disponibile in tale pagina.</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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Esempio 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-AzureADApplicationProxyApplicationConnectorGroup -ObjectId 8d6c6684-6f8c-42e2-8914-32ed2adf9ccf
 
Id Name ConnectorGroupType IsDefault
-- ---- ------------------ ---------
a39b9095-8dc8-4d3a-86c3-e7b5c3f0fb84 Application Servers applicationProxy False</dev:code>
        <dev:remarks>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-AzureADApplicationProxyConnector</command:name>
      <command:verb>Get</command:verb>
      <command:noun>AzureADApplicationProxyConnector</command:noun>
      <maml:description>
        <maml:para>Il cmdlet Get-AzureADApplicationProxyApplicationConnector recupera un elenco di tutti i connettori oppure, se specificati, recupera i dettagli di un connettore specifico.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Il cmdlet Get-AzureADApplicationProxyApplicationConnector recupera i dettagli per un determinato connettore. Se non viene specificato alcun connectorId, vengono recuperati tutti i connettori assegnati al tenant.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-AzureADApplicationProxyConnector</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>All</maml:name>
          <maml:Description>
            <maml:para>Se true, restituisce tutti gli utenti. Se false, restituisce il numero di oggetti specificati dal parametro Top</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Filter</maml:name>
          <maml:Description>
            <maml:para>Specifica un'istruzione di filtro oData v3.0. Questo parametro controlla gli oggetti che vengono restituiti. Per dettagli sulle query con oData, vedere qui: http://www.odata.org/documentation/odata-version-3-0/odata-version-3-0-core-protocol/#queryingcollections</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Top</maml:name>
          <maml:Description>
            <maml:para>Specifica il numero massimo di record da restituire.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Get-AzureADApplicationProxyConnector</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>All</maml:name>
          <maml:Description>
            <maml:para>Se true, restituisce tutti gli utenti. Se false, restituisce il numero di oggetti specificati dal parametro Top</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>ID del connettore specifico. È possibile trovare questo valore eseguendo il comando senza questo parametro per ottenere l'ID desiderato oppure passando al portale e visualizzando i dettagli del connettore.</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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Get-AzureADApplicationProxyConnector</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>All</maml:name>
          <maml:Description>
            <maml:para>Se true, restituisce tutti gli utenti. Se false, restituisce il numero di oggetti specificati dal parametro Top</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>SearchString</maml:name>
          <maml:Description>
            <maml:para>Specifica una stringa di ricerca.</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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>All</maml:name>
        <maml:Description>
          <maml:para>Se true, restituisce tutti gli utenti. Se false, restituisce il numero di oggetti specificati dal parametro Top</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Filter</maml:name>
        <maml:Description>
          <maml:para>Specifica un'istruzione di filtro oData v3.0. Questo parametro controlla gli oggetti che vengono restituiti. Per dettagli sulle query con oData, vedere qui: http://www.odata.org/documentation/odata-version-3-0/odata-version-3-0-core-protocol/#queryingcollections</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>ID del connettore specifico. È possibile trovare questo valore eseguendo il comando senza questo parametro per ottenere l'ID desiderato oppure passando al portale e visualizzando i dettagli del connettore.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>SearchString</maml:name>
        <maml:Description>
          <maml:para>Specifica una stringa di ricerca.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Top</maml:name>
        <maml:Description>
          <maml:para>Specifica il numero massimo di record da restituire.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para>System.Nullable`1[[System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]] System.Nullable`1[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Esempio 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-AzureADApplicationProxyConnector
 
Id MachineName ExternalIp Status
-- ----------- ---------- ------
4c8b06e7-9751-41d5-8e5e-48e9b9bc2c66 AWCyclesApps.adventure-works.com 52.165.149.115 active
834c5dd6-f2e8-47ae-973a-9fc769289b3d AWCyclesAD.adventure-works.com 52.165.149.131 active</dev:code>
        <dev:remarks>
          <maml:para>Esempio 1: Recuperare tutti i connettori</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Esempio 2 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-AzureADApplicationProxyConnector -Id 4c8b06e7-9751-41d5-8e5e-48e9b9bc2c66
 
Id MachineName ExternalIp Status
-- ----------- ---------- ------
4c8b06e7-9751-41d5-8e5e-48e9b9bc2c66 AWCyclesApps.adventure-works.com 52.165.149.115 active</dev:code>
        <dev:remarks>
          <maml:para>Esempio 2: Recuperare informazioni per un connettore specifico</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-AzureADApplicationProxyConnectorGroup</command:name>
      <command:verb>Get</command:verb>
      <command:noun>AzureADApplicationProxyConnectorGroup</command:noun>
      <maml:description>
        <maml:para>Il cmdlet Get-AzureADApplicationProxyConnectorGroup recupera un elenco di tutti i gruppi di connettori oppure, se specificati, recupera i dettagli di un determinato gruppo di connettori.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Il cmdlet Get-AzureADApplicationProxyConnectorGroup recupera un elenco di tutti i gruppi di connettori oppure, se specificati, recupera i dettagli di un determinato gruppo di connettori.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-AzureADApplicationProxyConnectorGroup</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>All</maml:name>
          <maml:Description>
            <maml:para>Se true, restituisce tutti gli utenti. Se false, restituisce il numero di oggetti specificati dal parametro Top</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Filter</maml:name>
          <maml:Description>
            <maml:para>Specifica un'istruzione di filtro oData v3.0. Questo parametro controlla gli oggetti che vengono restituiti. Per dettagli sulle query con oData, vedere qui: http://www.odata.org/documentation/odata-version-3-0/odata-version-3-0-core-protocol/#queryingcollections</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Top</maml:name>
          <maml:Description>
            <maml:para>Specifica il numero massimo di record da restituire.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Get-AzureADApplicationProxyConnectorGroup</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>All</maml:name>
          <maml:Description>
            <maml:para>Se true, restituisce tutti gli utenti. Se false, restituisce il numero di oggetti specificati dal parametro Top</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>ID del gruppo di connettori specifico. È possibile trovare questo valore eseguendo il comando senza questo parametro per ottenere l'ID desiderato oppure passando al portale e visualizzando i dettagli del gruppo di connettori.</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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Get-AzureADApplicationProxyConnectorGroup</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>All</maml:name>
          <maml:Description>
            <maml:para>Se true, restituisce tutti gli utenti. Se false, restituisce il numero di oggetti specificati dal parametro Top</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>SearchString</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare la stringa di ricerca.</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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>All</maml:name>
        <maml:Description>
          <maml:para>Se true, restituisce tutti gli utenti. Se false, restituisce il numero di oggetti specificati dal parametro Top</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Filter</maml:name>
        <maml:Description>
          <maml:para>Specifica un'istruzione di filtro oData v3.0. Questo parametro controlla gli oggetti che vengono restituiti. Per dettagli sulle query con oData, vedere qui: http://www.odata.org/documentation/odata-version-3-0/odata-version-3-0-core-protocol/#queryingcollections</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>ID del gruppo di connettori specifico. È possibile trovare questo valore eseguendo il comando senza questo parametro per ottenere l'ID desiderato oppure passando al portale e visualizzando i dettagli del gruppo di connettori.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>SearchString</maml:name>
        <maml:Description>
          <maml:para>Consente di specificare la stringa di ricerca.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Top</maml:name>
        <maml:Description>
          <maml:para>Specifica il numero massimo di record da restituire.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para>System.Nullable`1[[System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]] System.Nullable`1[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Esempio 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-AzureADApplicationProxyConnectorGroup
 
Id Name ConnectorGroupType IsDefault
-- ---- ------------------ ---------
1a0bc41a-8663-4da3-934c-214640663a33 Default applicationProxy True
68348ab6-4cc5-4c8c-a0f0-7a43db2f4ff6 Guest Applications applicationProxy False
a39b9095-8dc8-4d3a-86c3-e7b5c3f0fb84 Application Servers applicationProxy False</dev:code>
        <dev:remarks>
          <maml:para>Esempio 1: Recuperare tutti i gruppi di connettori</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Esempio 2 --------------------------</maml:title>
        <dev:code>PS C:\Users\nanaeh\Desktop\Microsoft.Open.AzureAD.Module.Preview&gt; Get-AzureADApplicationProxyConnectorGroup -Id a39b9095-8dc8-4d3a-86c3-e7b5c3f0fb84
 
Id Name ConnectorGroupType IsDefault
-- ---- ------------------ ---------
a39b9095-8dc8-4d3a-86c3-e7b5c3f0fb84 Application Servers applicationProxy False</dev:code>
        <dev:remarks>
          <maml:para>Esempio 2: Recuperare un gruppo di connettori specifico</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-AzureADApplicationProxyConnectorGroupMembers</command:name>
      <command:verb>Get</command:verb>
      <command:noun>AzureADApplicationProxyConnectorGroupMembers</command:noun>
      <maml:description>
        <maml:para>Get-AzureADApplicationProxyConnectorGroupMembers ottiene tutti i connettori del proxy di applicazione associati al gruppo di connettori specificato.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Get-AzureADApplicationProxyConnectorGroupMembers ottiene tutti i connettori del proxy di applicazione associati al gruppo di connettori specificato.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-AzureADApplicationProxyConnectorGroupMembers</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>All</maml:name>
          <maml:Description>
            <maml:para>Se true, restituisce tutti gli utenti. Se false, restituisce il numero di oggetti specificati dal parametro Top</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Filter</maml:name>
          <maml:Description>
            <maml:para>Specifica un'istruzione di filtro oData v3.0. Questo parametro controlla gli oggetti che vengono restituiti. Per dettagli sulle query con oData, vedere qui: http://www.odata.org/documentation/odata-version-3-0/odata-version-3-0-core-protocol/#queryingcollections</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>ID del gruppo di connettori. Questo valore può essere trovato eseguendo il comando Get-AzureADApplicationProxyConnectorGroup.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Top</maml:name>
          <maml:Description>
            <maml:para>Specifica il numero massimo di record da restituire.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>All</maml:name>
        <maml:Description>
          <maml:para>Se true, restituisce tutti gli utenti. Se false, restituisce il numero di oggetti specificati dal parametro Top</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Filter</maml:name>
        <maml:Description>
          <maml:para>Specifica un'istruzione di filtro oData v3.0. Questo parametro controlla gli oggetti che vengono restituiti. Per dettagli sulle query con oData, vedere qui: http://www.odata.org/documentation/odata-version-3-0/odata-version-3-0-core-protocol/#queryingcollections</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>ID del gruppo di connettori. Questo valore può essere trovato eseguendo il comando Get-AzureADApplicationProxyConnectorGroup.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Top</maml:name>
        <maml:Description>
          <maml:para>Specifica il numero massimo di record da restituire.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para>System.Nullable`1[[System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]] System.Nullable`1[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Esempio 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-AzureADApplicationProxyConnectorGroupMembers -Id ba07e273-6b9e-4567-afe4-efddac32509d
 
Id MachineName ExternalIp Status
-- ----------- ---------- ------
969eddd2-ad11-47ca-92ba-4442b9901edf vm-test-010 13.93.84.164 active
ea4a4b91-aace-4e8b-b81a-b2f6429a477e test-vm-conn1 52.18.9.115 active</dev:code>
        <dev:remarks>
          <maml:para>Output di questo comando, che mostra tutti i connettori nel gruppo.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-AzureADApplicationProxyConnectorMemberOf</command:name>
      <command:verb>Get</command:verb>
      <command:noun>AzureADApplicationProxyConnectorMemberOf</command:noun>
      <maml:description>
        <maml:para>Il comando Get-AzureADApplicationProxyConnectorMemberOf ottiene il valore ConnectorGroup a cui appartiene il connettore specificato.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Il comando Get-AzureADApplicationProxyConnectorMemberOf ottiene il valore ConnectorGroup a cui appartiene il connettore specificato. Se nessun gruppo è stato assegnato al connettore, per impostazione predefinita il valore sarà 'Default'.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-AzureADApplicationProxyConnectorMemberOf</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>ID del connettore. È possibile trovare questo valore eseguendo Get-AzureADApplicationProxyConnector.</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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>ID del connettore. È possibile trovare questo valore eseguendo Get-AzureADApplicationProxyConnector.</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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Esempio 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-AzureADApplicationProxyConnectorMemberOf -Id 4c8b06e7-9751-41d5-8e5e-48e9b9bc2c66
 
Id Name ConnectorGroupType IsDefault
-- ---- ------------------ ---------
a39b9095-8dc8-4d3a-86c3-e7b5c3f0fb84 Application Servers applicationProxy False</dev:code>
        <dev:remarks>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-AzureADDirectorySetting</command:name>
      <command:verb>Get</command:verb>
      <command:noun>AzureADDirectorySetting</command:noun>
      <maml:description>
        <maml:para>Recupera un'impostazione della directory.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Il cmdlet Get-AzureADDirectorySetting recupera un'impostazione della directory da Azure Active Directory (AD).</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-AzureADDirectorySetting</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>All</maml:name>
          <maml:Description>
            <maml:para>Se true, restituisce tutte le impostazioni della directory. Se false, restituisce il numero di oggetti specificati dal parametro Top</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>Specifica l'ID di una directory in Azure AD.</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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Get-AzureADDirectorySetting</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>All</maml:name>
          <maml:Description>
            <maml:para>Se true, restituisce tutte le impostazioni della directory. Se false, restituisce il numero di oggetti specificati dal parametro Top</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Top</maml:name>
          <maml:Description>
            <maml:para>Specifica il numero massimo di record da restituire.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>All</maml:name>
        <maml:Description>
          <maml:para>Se true, restituisce tutte le impostazioni della directory. Se false, restituisce il numero di oggetti specificati dal parametro Top</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>Specifica l'ID di una directory in Azure AD.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Top</maml:name>
        <maml:Description>
          <maml:para>Specifica il numero massimo di record da restituire.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes/>
    <command:returnValues/>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Esempio 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{Aggiungere qui la descrizione dell'esempio}}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>New-AzureADDirectorySetting</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-AzureADDirectorySetting</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-AzureADDirectorySetting</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
    </command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-AzureADDirectorySettingTemplate</command:name>
      <command:verb>Get</command:verb>
      <command:noun>AzureADDirectorySettingTemplate</command:noun>
      <maml:description>
        <maml:para>Recupera un modello di impostazione della directory.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Il cmdlet Get-AzureADDirectorySettingTemplate recupera un modello di impostazione della directory da Azure Active Directory (AD).</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-AzureADDirectorySettingTemplate</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="infa">
          <maml:name>InformationAction</maml:name>
          <maml:Description>
            <maml:para>Specifica il modo in cui questo cmdlet risponde a un evento informativo. I valori accettabili per questo parametro sono:</maml:para>
            <maml:para>- Continue</maml:para>
            <maml:para>- Ignore</maml:para>
            <maml:para>- Inquire</maml:para>
            <maml:para>- SilentlyContinue</maml:para>
            <maml:para>- Stop</maml:para>
            <maml:para>- Suspend</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
          <dev:type>
            <maml:name>ActionPreference</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="iv">
          <maml:name>InformationVariable</maml:name>
          <maml:Description>
            <maml:para>Specifica una variabile informativa.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>ID del modello di impostazioni da recuperare</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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="infa">
        <maml:name>InformationAction</maml:name>
        <maml:Description>
          <maml:para>Specifica il modo in cui questo cmdlet risponde a un evento informativo. I valori accettabili per questo parametro sono:</maml:para>
          <maml:para>- Continue</maml:para>
          <maml:para>- Ignore</maml:para>
          <maml:para>- Inquire</maml:para>
          <maml:para>- SilentlyContinue</maml:para>
          <maml:para>- Stop</maml:para>
          <maml:para>- Suspend</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
        <dev:type>
          <maml:name>ActionPreference</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="iv">
        <maml:name>InformationVariable</maml:name>
        <maml:Description>
          <maml:para>Specifica una variabile informativa.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>ID del modello di impostazioni da recuperare</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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes/>
    <command:returnValues/>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Esempio 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{Aggiungere qui la descrizione dell'esempio}}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-AzureADMSDeletedDirectoryObject</command:name>
      <command:verb>Get</command:verb>
      <command:noun>AzureADMSDeletedDirectoryObject</command:noun>
      <maml:description>
        <maml:para>Questo cmdlet viene usato per recuperare un oggetto directory eliminato temporaneamente dalla directory</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Questo cmdlet viene usato per recuperare un oggetto directory eliminato temporaneamente dalla directory. Si noti che l'eliminazione temporanea per i gruppi è attualmente implementata solo per i gruppi unificati, ovvero i gruppi di Office 365.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-AzureADMSDeletedDirectoryObject</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>ID dell'oggetto directory da recuperare</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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>ID dell'oggetto directory da recuperare</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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Esempio 1 --------------------------</maml:title>
        <dev:code>Get-AzureADMSDeletedDirectoryObject -Id 85b5ff1e-0402-400c-9e3c-0f9e965325d1</dev:code>
        <dev:remarks>
          <maml:para>Questo esempio mostra come recuperare l'oggetto directory eliminato con ID 85b5ff1e-0402-400c-9e3c-0f9e965325d1 dalla directory</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-AzureADMSDeletedGroup</command:name>
      <command:verb>Get</command:verb>
      <command:noun>AzureADMSDeletedGroup</command:noun>
      <maml:description>
        <maml:para>Questo cmdlet viene usato per recuperare i gruppi eliminati temporaneamente in una directory.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Questo cmdlet viene usato per recuperare i gruppi eliminati temporaneamente in una directory. Quando un gruppo viene eliminato, viene inizialmente applicata l'eliminazione temporanea, che ne consente il recupero nei primi 30 giorni dopo l'eliminazione. Dopo 30 giorni il gruppo viene eliminato definitivamente e non può essere più recuperato. Si noti che l'eliminazione temporanea è attualmente implementata solo per i gruppi unificati, ovvero i gruppi di Office 365.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-AzureADMSDeletedGroup</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>All</maml:name>
          <maml:Description>
            <maml:para>Se true, restituisce tutti i membri del gruppo. Se false, restituisce il numero di oggetti specificati dal parametro Top</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Filter</maml:name>
          <maml:Description>
            <maml:para>Specifica un'istruzione di filtro oData v3.0. Questo parametro controlla gli oggetti che vengono restituiti.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Top</maml:name>
          <maml:Description>
            <maml:para>Specifica il numero massimo di record da restituire.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Get-AzureADMSDeletedGroup</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>All</maml:name>
          <maml:Description>
            <maml:para>Se true, restituisce tutti i membri del gruppo. Se false, restituisce il numero di oggetti specificati dal parametro Top</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>ID del gruppo eliminato da recuperare</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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Get-AzureADMSDeletedGroup</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>All</maml:name>
          <maml:Description>
            <maml:para>Se true, restituisce tutti i membri del gruppo. Se false, restituisce il numero di oggetti specificati dal parametro Top</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>SearchString</maml:name>
          <maml:Description>
            <maml:para>Specifica una stringa di ricerca.</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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>All</maml:name>
        <maml:Description>
          <maml:para>Se true, restituisce tutti i membri del gruppo. Se false, restituisce il numero di oggetti specificati dal parametro Top</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Filter</maml:name>
        <maml:Description>
          <maml:para>Specifica un'istruzione di filtro oData v3.0. Questo parametro controlla gli oggetti che vengono restituiti.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>ID del gruppo eliminato da recuperare</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>SearchString</maml:name>
        <maml:Description>
          <maml:para>Specifica una stringa di ricerca.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Top</maml:name>
        <maml:Description>
          <maml:para>Specifica il numero massimo di record da restituire.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para>System.Nullable`1[[System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]] System.Nullable`1[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Esempio 1 --------------------------</maml:title>
        <dev:code>Get-AzureAdMSDeletedGroup</dev:code>
        <dev:remarks>
          <maml:para>Questo cmdlet recupererà tutti i gruppi eliminati recuperabili nella directory.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-AzureADMSGroup</command:name>
      <command:verb>Get</command:verb>
      <command:noun>AzureADMSGroup</command:noun>
      <maml:description>
        <maml:para>Recupera informazioni sui gruppi in Azure AD.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Il cmdlet Get-AzureADMSGroup recupera informazioni sui gruppi in Azure Active Directory (Azure AD). Per recuperare un gruppo, specificare il parametro Id. Specificare il parametro SearchString o Filter per trovare gruppi specifici. Se non si specificano parametri, questo cmdlet recupera tutti i gruppi.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-AzureADMSGroup</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>All</maml:name>
          <maml:Description>
            <maml:para>Se true, restituisce tutti i gruppi. Se false, restituisce il numero di oggetti specificati dal parametro Top</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variablelength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Select</maml:name>
          <maml:description>
            <maml:para>Consente di specificare un elenco di proprietà gruppo da recuperare.</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>None</dev:defaultvalue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Filter</maml:name>
          <maml:Description>
            <maml:para>Specifica una stringa filtro oData v3.0 per la corrispondenza con un set di gruppi.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Top</maml:name>
          <maml:Description>
            <maml:para>Specifica il numero massimo di record recuperati da questo cmldet. Il valore predefinito è 100.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Get-AzureADMSGroup</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>All</maml:name>
          <maml:Description>
            <maml:para>Se true, restituisce tutti i gruppi. Se false, restituisce il numero di oggetti specificati dal parametro Top</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>Specifica l'ID del gruppo recuperato da questo cmdlet.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variablelength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Select</maml:name>
          <maml:description>
            <maml:para>Consente di specificare un elenco di proprietà gruppo da recuperare.</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>None</dev:defaultvalue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Get-AzureADMSGroup</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>All</maml:name>
          <maml:Description>
            <maml:para>Se true, restituisce tutti i gruppi. Se false, restituisce il numero di oggetti specificati dal parametro Top</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>SearchString</maml:name>
          <maml:Description>
            <maml:para>Specifica una stringa di ricerca. Questo cmdlet recupera i gruppi con attributi DisplayName o Description corrispondenti alla stringa di ricerca.</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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>All</maml:name>
        <maml:Description>
          <maml:para>Se true, restituisce tutti i gruppi. Se false, restituisce il numero di oggetti specificati dal parametro Top</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variablelength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Select</maml:name>
        <maml:description>
          <maml:para>Consente di specificare un elenco di proprietà gruppo da recuperare.</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>None</dev:defaultvalue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Filter</maml:name>
        <maml:Description>
          <maml:para>Specifica una stringa filtro oData v3.0 per la corrispondenza con un set di gruppi.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>Specifica l'ID del gruppo recuperato da questo cmdlet.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>SearchString</maml:name>
        <maml:Description>
          <maml:para>Specifica una stringa di ricerca. Questo cmdlet recupera i gruppi con attributi DisplayName o Description corrispondenti alla stringa di ricerca.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Top</maml:name>
        <maml:Description>
          <maml:para>Specifica il numero massimo di record recuperati da questo cmldet. Il valore predefinito è 100.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para>System.Nullable`1[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para>Questo cmdlet è attualmente disponibile in Anteprima pubblica. Quando un cmdlet è in Anteprima pubblica, è possibile che vengano apportate modifiche con potenziali effetti imprevisti. È consigliabile non usare questo cmdlet in un ambiente di produzione.</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------ Esempio 1: Ottenere tutti i gruppi ------------------</maml:title>
        <dev:code>PS C:\&gt; Get-AzureADMSGroup
 
Id : d539a25e-2db2-482a-9dcb-2a0b27fe4f27
Description :
OnPremisesSyncEnabled :
DisplayName :
ADSyncOperators
OnPremisesLastSyncDateTime :
Mail :
MailEnabled : False
MailNickname : ADSyncOperators
OnPremisesSecurityIdentifier : S-1-5-21-2695029449-1154706203-1063139792-1243
ProxyAddresses : {}
SecurityEnabled : True
GroupTypes : {}
MembershipRule :
MembershipRuleProcessingState :
 
 
Id : d98ddc78-6e8d-4f0d-8a3f-b923c6ebc14b
Description :
OnPremisesSyncEnabled :
DisplayName : Project Icarus
OnPremisesLastSyncDateTime :
Mail :
MailEnabled : False
MailNickname : 60f3d02c-0c6e-41da-bb64-128c73b4d9e6
OnPremisesSecurityIdentifier :
ProxyAddresses : {}
SecurityEnabled : True
GroupTypes : {DynamicMembership}
MembershipRule : (user.jobtitle -eq "Sales manager") -or ((user.department -eq "Marketing") -and (user.country -eq "Greece"))
MembershipRuleProcessingState : On</dev:code>
        <dev:remarks>
          <maml:para>Questo comando recupera tutti i gruppi in Azure AD.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------- Esempio 2: Ottenere un gruppo specifico usando un ID --------</maml:title>
        <dev:code>PS C:\&gt; Get-AzureADMSGroup -Id "d98ddc78-6e8d-4f0d-8a3f-b923c6ebc14b"
 
Id : d98ddc78-6e8d-4f0d-8a3f-b923c6ebc14b
Description :
OnPremisesSyncEnabled :
DisplayName : Project Icarus
OnPremisesLastSyncDateTime :
Mail :
MailEnabled : False
MailNickname : 60f3d02c-0c6e-41da-bb64-128c73b4d9e6
OnPremisesSecurityIdentifier :
ProxyAddresses : {}
SecurityEnabled : True
GroupTypes : {DynamicMembership}
MembershipRule : (user.jobtitle -eq "Sales manager") -or ((user.department -eq "Marketing") -and (user.country -eq "Greece"))
MembershipRuleProcessingState : On</dev:code>
        <dev:remarks>
          <maml:para>Questo comando recupera informazioni per il gruppo con l'ID specificato.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------- Esempio 3: Ottenere i valori delle proprietà AssignedLabels e DisplayName per tutti i gruppi --------</maml:title>
        <dev:code>PS C:\&gt; Get-AzureADMSGroup -Select "AssignedLabels,DisplayName"
 
AssignedLabels : [{LabelId: "00000000-0000-0000-0000-000000000000", DisplayName: "Confidential"}]
DisplayName : Project Icarus 1
 
AssignedLabels : [{LabelId: "00000000-0000-0000-0000-000000000000", DisplayName: "Confidential"}]
DisplayName : Project Icarus 2</dev:code>
        <dev:remarks>
          <maml:para>Questo comando consente di ottenere i valori delle proprietà AssignedLabels e DisplayName per tutti i gruppi.</maml:para>
          <maml:para>La proprietà gruppo AssignedLabels può essere recuperata solo dal parametro Select.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------- Esempio 4: Ottenere i valori delle proprietà AssignedLabels e DisplayName per un gruppo --------</maml:title>
        <dev:code>PS C:\&gt; Get-AzureADMSGroup -Id "11111111-1111-1111-1111-111111111111" -Select "AssignedLabels,DisplayName"
 
AssignedLabels : [{LabelId: "00000000-0000-0000-0000-000000000000", DisplayName: "Confidential"}]
DisplayName : Project Icarus 1</dev:code>
        <dev:remarks>
          <maml:para>Questo comando consente di ottenere i valori delle proprietà AssignedLabels e DisplayName per un gruppo specifico.</maml:para>
          <maml:para>La proprietà gruppo AssignedLabels può essere recuperata solo dal parametro Select.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>New-AzureADMSGroup</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-AzureADMSGroup</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-AzureADMSGroup</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>#AzureAD: Certificate based authentication for iOS and Android now in preview!</maml:linkText>
        <maml:uri>https://blogs.technet.microsoft.com/enterprisemobility/2016/07/18/azuread-certificate-based-authentication-for-ios-and-android-now-in-preview/</maml:uri>
      </maml:navigationLink>
    </command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-AzureADMSGroupLifecyclePolicy</command:name>
      <command:verb>Get</command:verb>
      <command:noun>AzureADMSGroupLifecyclePolicy</command:noun>
      <maml:description>
        <maml:para>Recupera le proprietà e le relazioni di un oggetto groupLifecyclePolicies in Active Directory di Azure. Se non si specifica alcun parametro, questo cmdlet Ottiene groupLifecyclePolicies tutti.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Il comando Get-AzureADMSGroupLifecyclePolicy consente di recuperare le proprietà e le relazioni di un oggetto groupLifecyclePolicies in Active Directory di Azure. Se non si specifica alcun parametro, questo cmdlet Ottiene groupLifecyclePolicies tutti.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-AzureADMSGroupLifecyclePolicy</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>Specifica l'ID di un oggetto groupLifecyclePolicies in 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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>Specifica l'ID di un oggetto groupLifecyclePolicies in 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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para>System.Nullable`1[[System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Esempio 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-AzureADMSGroupLifecyclePolicy</dev:code>
        <dev:remarks>
          <maml:para>Questo comando recupera le impostazioni di scadenza di gruppo configurate per affittuario</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-AzureADMSIdentityProvider</command:name>
      <command:verb>Get</command:verb>
      <command:noun>AzureADMSIdentityProvider</command:noun>
      <maml:description>
        <maml:para>Questo cmdlet viene usato per recuperare i provider di identità configurati nella directory.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Questo cmdlet viene usato per recuperare i provider di identità configurati nella directory. Questi provider di identità possono essere usati per consentire agli utenti di iscriversi o accedere ad applicazioni protette da Azure AD B2C.</maml:para>
      <maml:para>La configurazione di un provider di identità nel tenant di Azure AD consente anche scenari guest B2B futuri. Ad esempio, un'organizzazione ha risorse in Office 365 che devono essere condivise con un utente di Gmail. L'utente di Gmail userà le credenziali del proprio account Google per l'autenticazione e l'accesso ai documenti.</maml:para>
      <maml:para>Il set corrente di provider di identità può essere Microsoft, Google, Facebook, Amazon o LinkedIn.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-AzureADMSIdentityProvider</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>Identificatore univoco per un provider di identità.</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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>Identificatore univoco per un provider di identità.</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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Esempio 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-AzureADMSIdentityProvider</dev:code>
        <dev:remarks>
          <maml:para>Questo esempio recupera l'elenco di tutti i provider di identità configurati e le rispettive proprietà.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Esempio 2 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-AzureADMSIdentityProvider -Id LinkedIn-OAUTH</dev:code>
        <dev:remarks>
          <maml:para>Questo esempio recupera le proprietà del provider di identità specificato.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-AzureADMSLifecyclePolicyGroup</command:name>
      <command:verb>Get</command:verb>
      <command:noun>AzureADMSLifecyclePolicyGroup</command:noun>
      <maml:description>
        <maml:para>Recupera l'oggetto Criteri di ciclo di vita a cui appartiene un gruppo.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Il AzureADMSLifecyclePolicyGroup di Get recupera l'oggetto Criteri di ciclo di vita a cui appartiene un gruppo.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-AzureADMSLifecyclePolicyGroup</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>Specifica l'ID di un gruppo in 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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>Specifica l'ID di un gruppo in 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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Esempio 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-AzureADMSLifecyclePolicyGroup -Id cffd97bd-6b91-4c4e-b553-6918a320211c</dev:code>
        <dev:remarks>
          <maml:para>Questo comando Recupera l'oggetto Criteri di ciclo di vita a cui appartiene un gruppo.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-AzureADObjectSetting</command:name>
      <command:verb>Get</command:verb>
      <command:noun>AzureADObjectSetting</command:noun>
      <maml:description>
        <maml:para>Recupera l'impostazione di un oggetto.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Il cmdlet Get-AzureADObjectSetting recupera un'impostazione di un oggetto da Azure Active Directory (AD).</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-AzureADObjectSetting</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>All</maml:name>
          <maml:Description>
            <maml:para>Se true, restituisce tutte le impostazioni degli oggetti. Se false, restituisce il numero di oggetti specificati dal parametro Top</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>Specifica l'ID di un oggetto Settings.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>TargetObjectId</maml:name>
          <maml:Description>
            <maml:para>Specifica l'ID dell'oggetto di destinazione.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>TargetType</maml:name>
          <maml:Description>
            <maml:para>Specifica il tipo di destinazione.</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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Get-AzureADObjectSetting</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>All</maml:name>
          <maml:Description>
            <maml:para>Se true, restituisce tutte le impostazioni degli oggetti. Se false, restituisce il numero di oggetti specificati dal parametro Top</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>TargetObjectId</maml:name>
          <maml:Description>
            <maml:para>Specifica l'ID dell'oggetto di destinazione.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>TargetType</maml:name>
          <maml:Description>
            <maml:para>Specifica il tipo di destinazione.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Top</maml:name>
          <maml:Description>
            <maml:para>Specifica il numero massimo di record da restituire.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>All</maml:name>
        <maml:Description>
          <maml:para>Se true, restituisce tutte le impostazioni degli oggetti. Se false, restituisce il numero di oggetti specificati dal parametro Top</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>Specifica l'ID di un oggetto Settings.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>TargetObjectId</maml:name>
        <maml:Description>
          <maml:para>Specifica l'ID dell'oggetto di destinazione.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>TargetType</maml:name>
        <maml:Description>
          <maml:para>Specifica il tipo di destinazione.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Top</maml:name>
        <maml:Description>
          <maml:para>Specifica il numero massimo di record da restituire.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes/>
    <command:returnValues/>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Esempio 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{Aggiungere qui la descrizione dell'esempio}}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>New-AzureADObjectSetting</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-AzureADObjectSetting</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-AzureADObjectSetting</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
    </command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-AzureADPolicy</command:name>
      <command:verb>Get</command:verb>
      <command:noun>AzureADPolicy</command:noun>
      <maml:description>
        <maml:para>Recupera un criterio.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Il cmdlet Get-AzureADPolicy recupera un criterio in Azure Active Directory (AD).</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-AzureADPolicy</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="infa">
          <maml:name>InformationAction</maml:name>
          <maml:Description>
            <maml:para>Specifica il modo in cui questo cmdlet risponde a un evento informativo. I valori accettabili per questo parametro sono:</maml:para>
            <maml:para>- Continue</maml:para>
            <maml:para>- Ignore</maml:para>
            <maml:para>- Inquire</maml:para>
            <maml:para>- SilentlyContinue</maml:para>
            <maml:para>- Stop</maml:para>
            <maml:para>- Suspend</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
          <dev:type>
            <maml:name>ActionPreference</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="iv">
          <maml:name>InformationVariable</maml:name>
          <maml:Description>
            <maml:para>Specifica una variabile informativa.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>ID del criterio da recuperare</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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="infa">
        <maml:name>InformationAction</maml:name>
        <maml:Description>
          <maml:para>Specifica il modo in cui questo cmdlet risponde a un evento informativo. I valori accettabili per questo parametro sono:</maml:para>
          <maml:para>- Continue</maml:para>
          <maml:para>- Ignore</maml:para>
          <maml:para>- Inquire</maml:para>
          <maml:para>- SilentlyContinue</maml:para>
          <maml:para>- Stop</maml:para>
          <maml:para>- Suspend</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
        <dev:type>
          <maml:name>ActionPreference</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="iv">
        <maml:name>InformationVariable</maml:name>
        <maml:Description>
          <maml:para>Specifica una variabile informativa.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>ID del criterio da recuperare</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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes/>
    <command:returnValues/>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Esempio 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{Aggiungere qui la descrizione dell'esempio}}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>New-AzureADPolicy</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-AzureADPolicy</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-AzureADPolicy</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
    </command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-AzureADPolicyAppliedObject</command:name>
      <command:verb>Get</command:verb>
      <command:noun>AzureADPolicyAppliedObject</command:noun>
      <maml:description>
        <maml:para></maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Il cmdlet Get-AzureADPolicyAppliedObject recupera un oggetto con criterio applicato da Azure Active Directory (AD).</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-AzureADPolicyAppliedObject</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="infa">
          <maml:name>InformationAction</maml:name>
          <maml:Description>
            <maml:para>Specifica il modo in cui questo cmdlet risponde a un evento informativo. I valori accettabili per questo parametro sono:</maml:para>
            <maml:para>- Continue</maml:para>
            <maml:para>- Ignore</maml:para>
            <maml:para>- Inquire</maml:para>
            <maml:para>- SilentlyContinue</maml:para>
            <maml:para>- Stop</maml:para>
            <maml:para>- Suspend</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
          <dev:type>
            <maml:name>ActionPreference</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="iv">
          <maml:name>InformationVariable</maml:name>
          <maml:Description>
            <maml:para>Specifica una variabile informativa.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>ID del criterio per cui si vogliono trovare gli oggetti</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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="infa">
        <maml:name>InformationAction</maml:name>
        <maml:Description>
          <maml:para>Specifica il modo in cui questo cmdlet risponde a un evento informativo. I valori accettabili per questo parametro sono:</maml:para>
          <maml:para>- Continue</maml:para>
          <maml:para>- Ignore</maml:para>
          <maml:para>- Inquire</maml:para>
          <maml:para>- SilentlyContinue</maml:para>
          <maml:para>- Stop</maml:para>
          <maml:para>- Suspend</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
        <dev:type>
          <maml:name>ActionPreference</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="iv">
        <maml:name>InformationVariable</maml:name>
        <maml:Description>
          <maml:para>Specifica una variabile informativa.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>ID del criterio per cui si vogliono trovare gli oggetti</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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes/>
    <command:returnValues/>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Esempio 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{Aggiungere qui la descrizione dell'esempio}}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-AzureADServicePrincipalPolicy</command:name>
      <command:verb>Get</command:verb>
      <command:noun>AzureADServicePrincipalPolicy</command:noun>
      <maml:description>
        <maml:para></maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Il cmdlet Get-AzureADServicePrincipalPolicy recupera il criterio di un'entità servizio in Azure Active Directory (AD).</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-AzureADServicePrincipalPolicy</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="infa">
          <maml:name>InformationAction</maml:name>
          <maml:Description>
            <maml:para>Specifica il modo in cui questo cmdlet risponde a un evento informativo. I valori accettabili per questo parametro sono:</maml:para>
            <maml:para>- Continue</maml:para>
            <maml:para>- Ignore</maml:para>
            <maml:para>- Inquire</maml:para>
            <maml:para>- SilentlyContinue</maml:para>
            <maml:para>- Stop</maml:para>
            <maml:para>- Suspend</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
          <dev:type>
            <maml:name>ActionPreference</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="iv">
          <maml:name>InformationVariable</maml:name>
          <maml:Description>
            <maml:para>Specifica una variabile informativa.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>ID dell'entità servizio per cui si vuole recuperare il criterio</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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="infa">
        <maml:name>InformationAction</maml:name>
        <maml:Description>
          <maml:para>Specifica il modo in cui questo cmdlet risponde a un evento informativo. I valori accettabili per questo parametro sono:</maml:para>
          <maml:para>- Continue</maml:para>
          <maml:para>- Ignore</maml:para>
          <maml:para>- Inquire</maml:para>
          <maml:para>- SilentlyContinue</maml:para>
          <maml:para>- Stop</maml:para>
          <maml:para>- Suspend</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
        <dev:type>
          <maml:name>ActionPreference</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="iv">
        <maml:name>InformationVariable</maml:name>
        <maml:Description>
          <maml:para>Specifica una variabile informativa.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>ID dell'entità servizio per cui si vuole recuperare il criterio</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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes/>
    <command:returnValues/>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------- Esempio 1: Ottenere un criterio -------------------</maml:title>
        <dev:code>PS C:\&gt;Get-AzureADServicePrincipalPolicy -Id "&lt;object id of service principal&gt;"</dev:code>
        <dev:remarks>
          <maml:para>Questo comando recupera il criterio per l'entità servizio specificata.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Add-AzureADServicePrincipalPolicy</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-AzureADServicePrincipalPolicy</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
    </command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-AzureADMSPrivilegedResource</command:name>
      <command:verb>Get</command:verb>
      <command:noun>AzureADMSPrivilegedResource</command:noun>
      <maml:description>
        <maml:para>Ottieni una risorsa con privilegi Microsoft di Azure AD</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Ottieni una risorsa con privilegi Microsoft di Azure AD</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-AzureADMSPrivilegedResource</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Filter</maml:name>
          <maml:Description>
            <maml:para>Filtro per la query OData</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>Identificatore univoco della risorsa specifica</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>ProviderId</maml:name>
          <maml:Description>
            <maml:para>Identificatore univoco del provider specifico</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Top</maml:name>
          <maml:Description>
            <maml:para>Conteggio dei risultati principali</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
    <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Filter</maml:name>
        <maml:Description>
          <maml:para>Filtro per la query OData</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>Identificatore univoco della risorsa specifica</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>ProviderId</maml:name>
        <maml:Description>
          <maml:para>Identificatore univoco del provider specifico</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Top</maml:name>
        <maml:Description>
          <maml:para>Conteggio dei risultati principali</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Esempio 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-AzureADMSPrivilegedResource -ProviderId AzureResources -Id 3f5887ed-dd6e-4821-8bde-c813ec508cf9</dev:code>
        <dev:remarks>
          <maml:para>Ottieni una risorsa per il provider AzureResource con ID</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Esempio 2 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-AzureADMSPrivilegedResource -ProviderId AzureResources</dev:code>
        <dev:remarks>
          <maml:para>Ottieni tutte le risorse per il provider AzureResource</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-AzureADMSPrivilegedRoleAssignmentRequest</command:name>
      <command:verb>Get</command:verb>
      <command:noun>AzureADMSPrivilegedRoleAssignmentRequest</command:noun>
      <maml:description>
        <maml:para>Ottieni una richiesta di assegnazione di ruolo per una risorsa specifica</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Ottieni una richiesta di assegnazione di ruolo per una risorsa specifica</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-AzureADMSPrivilegedRoleAssignmentRequest</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Filter</maml:name>
          <maml:Description>
            <maml:para>Filtro OData</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>Identificatore univoco della richiesta di assegnazione di ruolo specifica</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>ProviderId</maml:name>
          <maml:Description>
            <maml:para>Identificatore univoco del provider specifico</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Top</maml:name>
          <maml:Description>
            <maml:para>Conteggio degli elementi principali per la query</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>Identificatore univoco della richiesta di assegnazione di ruolo specifica</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Filter</maml:name>
        <maml:Description>
          <maml:para>Query OData</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>ProviderId</maml:name>
        <maml:Description>
          <maml:para>Identificatore univoco del provider specifico</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Top</maml:name>
        <maml:Description>
          <maml:para>Conteggio degli elementi principali</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.Nullable`1[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Esempio 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-AzureADMSPrivilegedRoleAssignmentRequest -ProviderId AzureResources -Filter "ResourceId eq 'e5e7d29d-5465-45ac-885f-4716a5ee74b5'"</dev:code>
        <dev:remarks>
          <maml:para>Ottieni tutte le richieste di assegnazione di ruolo per una risorsa e un provider specifico</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Esempio 2 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-AzureADMSPrivilegedRoleAssignmentRequest -ProviderId AzureResources -Id 247438d7-fc8d-4354-a737-4898a4019a95</dev:code>
        <dev:remarks>
          <maml:para>Ottieni le richieste di un'assegnazione di ruolo per una risorsa e un provider specifico</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-AzureADMSPrivilegedRoleAssignment</command:name>
      <command:verb>Get</command:verb>
      <command:noun>AzureADMSPrivilegedRoleAssignment</command:noun>
      <maml:description>
        <maml:para>Ottieni le assegnazioni di ruolo per una risorsa e un provider specifico</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Ottieni le assegnazioni di ruolo per una risorsa e un provider specifico</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-AzureADMSPrivilegedRoleAssignment</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Filter</maml:name>
          <maml:Description>
            <maml:para>Filtro OData</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>ProviderId</maml:name>
          <maml:Description>
            <maml:para>Identificatore univoco del provider specifico</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>ResourceId</maml:name>
          <maml:Description>
            <maml:para>Identificatore univoco della risorsa specifica</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>Identificatore univoco dell'assegnazione di ruolo specifica</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Top</maml:name>
          <maml:Description>
            <maml:para>Conteggio degli elementi principali</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Filter</maml:name>
        <maml:Description>
          <maml:para>Filtro OData</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>ProviderId</maml:name>
        <maml:Description>
          <maml:para>Identificatore univoco del provider specifico</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>ResourceId</maml:name>
        <maml:Description>
          <maml:para>Identificatore univoco della risorsa specifica</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>Identificatore univoco dell'assegnazione di ruolo specifica</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Top</maml:name>
        <maml:Description>
          <maml:para>Conteggio degli elementi principali</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.Nullable`1[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Esempio 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-AzureADMSPrivilegedRoleAssignment -ProviderId AzureResources -ResourceId 3f5887ed-dd6e-4821-8bde-c813ec508cf9</dev:code>
        <dev:remarks>
          <maml:para>Ottieni tutte le assegnazioni di ruolo per una risorsa e un provider specifico</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Esempio 2 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-AzureADMSPrivilegedRoleAssignment -ProviderId AzureResources -ResourceId 3f5887ed-dd6e-4821-8bde-c813ec508cf9 -Id b83c177a-10e0-4eeb-8d0b-f3668fbf81fa</dev:code>
        <dev:remarks>
          <maml:para>Ottieni un'assegnazione di ruolo per una risorsa e un provider specifico</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-AzureADMSPrivilegedRoleDefinition</command:name>
      <command:verb>Get</command:verb>
      <command:noun>AzureADMSPrivilegedRoleDefinition</command:noun>
      <maml:description>
        <maml:para>Ottieni le definizioni del ruolo</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Ottieni le definizioni di ruolo</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-AzureADMSPrivilegedRoleDefinition</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>ID della definizione del ruolo</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>ProviderId</maml:name>
          <maml:Description>
            <maml:para>Identificatore univoco del provider specifico</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>ResourceId</maml:name>
          <maml:Description>
            <maml:para>Identificatore univoco della risorsa specifica</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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>ID di una definizione del ruolo</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>ProviderId</maml:name>
        <maml:Description>
          <maml:para>Identificatore univoco del provider specifico</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>ResourceId</maml:name>
        <maml:Description>
          <maml:para>Identificatore univoco della risorsa specifica</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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Esempio 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-AzureADMSPrivilegedRoleDefinition -ProviderId AzureResources -ResourceId e5e7d29d-5465-45ac-885f-4716a5ee74b5 -Top 10</dev:code>
        <dev:remarks>
          <maml:para>Ottieni le definizioni del ruolo per una risorsa e un provider specifico</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Esempio 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-AzureADMSPrivilegedRoleDefinition -ProviderId AzureResources -ResourceId e5e7d29d-5465-45ac-885f-4716a5ee74b5 -Id ff67e02b-d77b-4588-9f32-e02b7da6539b</dev:code>
        <dev:remarks>
          <maml:para>Ottieni le definizione di un ruolo per un provider, una risorsa e un ID specifico</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-AzureADMSPrivilegedRoleSetting</command:name>
      <command:verb>Get</command:verb>
      <command:noun>AzureADMSPrivilegedRoleSetting</command:noun>
      <maml:description>
        <maml:para>Ottieni le impostazioni del ruolo</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Ottieni le impostazioni del ruolo</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-AzureADMSPrivilegedRoleSetting</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>Identificatore univoco dell'impostazione specifica del ruolo</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Filter</maml:name>
          <maml:Description>
            <maml:para>Filtro di OData</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>ProviderId</maml:name>
          <maml:Description>
            <maml:para>Identificatore univoco del provider specifico</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Top</maml:name>
          <maml:Description>
            <maml:para>Conteggio degli elementi principali</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>Identificatore univoco dell'impostazione specifica del ruolo</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Filter</maml:name>
        <maml:Description>
          <maml:para>Filtro di OData</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>ProviderId</maml:name>
        <maml:Description>
          <maml:para>Identificatore univoco del provider specifico</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Top</maml:name>
        <maml:Description>
          <maml:para>Conteggio degli elementi principali</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.Nullable`1[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Esempio 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-AzureADMSPrivilegedRoleSetting -ProviderId AzureResources -Filter "ResourceId eq 'e5e7d29d-5465-45ac-885f-4716a5ee74b5'"</dev:code>
        <dev:remarks>
          <maml:para>Ottieni le impostazioni del ruolo per una risorsa e un provider specifico</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Esempio 2 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-AzureADMSPrivilegedRoleSetting -ProviderId AzureResources -Id 4b95b664-7434-48e6-8dec-34caf4d8c3bd</dev:code>
        <dev:remarks>
          <maml:para>Ottieni un'impostazione di ruolo per un provider e un ID specifico </maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-AzureADApplicationProxyConnectorGroup</command:name>
      <command:verb>New</command:verb>
      <command:noun>AzureADApplicationProxyConnectorGroup</command:noun>
      <maml:description>
        <maml:para>Il cmdlet New-AzureADApplicationProxyConnectorGroup crea un nuovo gruppo di connettori del proxy di applicazione.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Il cmdlet New-AzureADApplicationProxyConnectorGroup crea un nuovo gruppo di connettori del proxy di applicazione.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-AzureADApplicationProxyConnectorGroup</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Name</maml:name>
          <maml:Description>
            <maml:para>Nome del nuovo gruppo di connettori.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Name</command:parameterValue>
          <dev:type>
            <maml:name>Name</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Name</maml:name>
        <maml:Description>
          <maml:para>Nome del nuovo gruppo di connettori.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Name</command:parameterValue>
        <dev:type>
          <maml:name>Name</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>Microsoft.Open.MSGraph.Model.Name</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Esempio 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-AzureADApplicationProxyConnectorGroup -Name "Backup Application Servers"
 
Id Name ConnectorGroupType IsDefault
-- ---- ------------------ ---------
d533d7b1-fd92-49e8-a200-3e7dcf7c2ab5 Backup Application Servers applicationProxy False</dev:code>
        <dev:remarks>
          <maml:para>Esempio 1: Creare un nuovo gruppo di connettori con nome "Backup Application Servers"</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-AzureADDirectorySetting</command:name>
      <command:verb>New</command:verb>
      <command:noun>AzureADDirectorySetting</command:noun>
      <maml:description>
        <maml:para>Crea un oggetto Settings della directory.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Il cmdlet New-AzureADDirectorySetting crea un oggetto Settings della directory in Azure Active Directory (AD).</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-AzureADDirectorySetting</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>DirectorySetting</maml:name>
          <maml:Description>
            <maml:para>Specifica le impostazioni della directory.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DirectorySetting</command:parameterValue>
          <dev:type>
            <maml:name>DirectorySetting</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="infa">
          <maml:name>InformationAction</maml:name>
          <maml:Description>
            <maml:para>Specifica il modo in cui questo cmdlet risponde a un evento informativo. I valori accettabili per questo parametro sono:</maml:para>
            <maml:para>- Continue</maml:para>
            <maml:para>- Ignore</maml:para>
            <maml:para>- Inquire</maml:para>
            <maml:para>- SilentlyContinue</maml:para>
            <maml:para>- Stop</maml:para>
            <maml:para>- Suspend</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
          <dev:type>
            <maml:name>ActionPreference</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="iv">
          <maml:name>InformationVariable</maml:name>
          <maml:Description>
            <maml:para>Specifica una variabile informativa.</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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>DirectorySetting</maml:name>
        <maml:Description>
          <maml:para>Specifica le impostazioni della directory.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DirectorySetting</command:parameterValue>
        <dev:type>
          <maml:name>DirectorySetting</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="infa">
        <maml:name>InformationAction</maml:name>
        <maml:Description>
          <maml:para>Specifica il modo in cui questo cmdlet risponde a un evento informativo. I valori accettabili per questo parametro sono:</maml:para>
          <maml:para>- Continue</maml:para>
          <maml:para>- Ignore</maml:para>
          <maml:para>- Inquire</maml:para>
          <maml:para>- SilentlyContinue</maml:para>
          <maml:para>- Stop</maml:para>
          <maml:para>- Suspend</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
        <dev:type>
          <maml:name>ActionPreference</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="iv">
        <maml:name>InformationVariable</maml:name>
        <maml:Description>
          <maml:para>Specifica una variabile informativa.</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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes/>
    <command:returnValues/>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Esempio 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{Aggiungere qui la descrizione dell'esempio}}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-AzureADDirectorySetting</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-AzureADDirectorySetting</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-AzureADDirectorySetting</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
    </command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-AzureADMSGroupLifecyclePolicy</command:name>
      <command:verb>New</command:verb>
      <command:noun>AzureADMSGroupLifecyclePolicy</command:noun>
      <maml:description>
        <maml:para>Crea un nuovo oggetto groupLifecyclePolicy</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Crea un nuovo groupLifecyclePolicy in Azure Active Directory</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-AzureADMSGroupLifecyclePolicy</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AlternateNotificationEmails</maml:name>
          <maml:Description>
            <maml:para>Email di notifica per i gruppi che non dispongono di alcun proprietario verrà inviato a questi indirizzi di posta elettronica. Elenco di indirizzi di posta elettronica separati da un ";".</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>GroupLifetimeInDays</maml:name>
          <maml:Description>
            <maml:para>Numero di giorni di validità di un gruppo prima che debba essere rinnovato</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ManagedGroupTypes</maml:name>
          <maml:Description>
            <maml:para>Questo parametro consente all'amministratore di selezionare il criterio verrà applicato a quali gruppi di office 365. Il criterio "None" verrà creato in uno stato disattivato. Il criterio "All" verranno applicate a ogni gruppo di Office 365 in quest'ultimo. "Selezionati" consente all'amministratore di scegliere gruppi specifici di Office 365 che il criterio verrà applicato a.</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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>AlternateNotificationEmails</maml:name>
        <maml:Description>
          <maml:para>Email di notifica per i gruppi che non dispongono di alcun proprietario verrà inviato a questi indirizzi di posta elettronica. Elenco di indirizzi di posta elettronica separati da un ";".</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>GroupLifetimeInDays</maml:name>
        <maml:Description>
          <maml:para>Numero di giorni di validità di un gruppo prima che debba essere rinnovato</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ManagedGroupTypes</maml:name>
        <maml:Description>
          <maml:para>Questo parametro consente all'amministratore di selezionare il criterio verrà applicato a quali gruppi di office 365. Il criterio "None" verrà creato in uno stato disattivato. Il criterio "All" verranno applicate a ogni gruppo di Office 365 in quest'ultimo. "Selezionati" consente all'amministratore di scegliere gruppi specifici di Office 365 che il criterio verrà applicato a.</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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Esempio 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-AzureADMSGroupLifecyclePolicy -GroupLifetimeInDays 99 -ManagedGroupTypes "Selected" -AlternateNotificationEmails "example@contoso.com"</dev:code>
        <dev:remarks>
          <maml:para>Verrà creato un nuovo groupLifecyclePolicy l'impostazione della durata del gruppo a 99 giorni per un insieme selezionato di Office 365, gruppi e inviare email di notifica di rinnovo ai gruppi che non dispongono di alcun proprietario per "example@contoso.com"</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-AzureADMSIdentityProvider</command:name>
      <command:verb>New</command:verb>
      <command:noun>AzureADMSIdentityProvider</command:noun>
      <maml:description>
        <maml:para>Questo cmdlet viene usato per configurare un nuovo provider di identità nella directory.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Questo cmdlet viene usato per configurare un provider di identità nella directory. L'aggiunta di un provider di identità consentirà agli utenti di iscriversi o accedere ad applicazioni protette da Azure AD B2C tramite il provider di identità.</maml:para>
      <maml:para>La configurazione di un provider di identità nel tenant di Azure AD consente anche scenari guest B2B futuri. Ad esempio, un'organizzazione ha risorse in Office 365 che devono essere condivise con un utente di Gmail. L'utente di Gmail userà le credenziali del proprio account Google per l'autenticazione e l'accesso ai documenti.</maml:para>
      <maml:para>Il set corrente di provider di identità può essere Microsoft, Google, Facebook, Amazon o LinkedIn.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-AzureADMSIdentityProvider</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ClientId</maml:name>
          <maml:Description>
            <maml:para>ID client per l'applicazione. Questo è l'ID client ottenuto durante la registrazione dell'applicazione nel provider di identità.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ClientSecret</maml:name>
          <maml:Description>
            <maml:para>Segreto client per l'applicazione. Questo è il segreto client ottenuto durante la registrazione dell'applicazione nel provider di identità.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Name</maml:name>
          <maml:Description>
            <maml:para>Nome visualizzato del provider di identità.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Type</maml:name>
          <maml:Description>
            <maml:para>Tipo del provider di identità. Deve essere uno dei valori seguenti: Microsoft, Google, Facebook, Amazon o LinkedIn.</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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ClientId</maml:name>
        <maml:Description>
          <maml:para>ID client per l'applicazione. Questo è l'ID client ottenuto durante la registrazione dell'applicazione nel provider di identità.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ClientSecret</maml:name>
        <maml:Description>
          <maml:para>Segreto client per l'applicazione. Questo è il segreto client ottenuto durante la registrazione dell'applicazione nel provider di identità.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Name</maml:name>
        <maml:Description>
          <maml:para>Nome visualizzato del provider di identità.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Type</maml:name>
        <maml:Description>
          <maml:para>Tipo del provider di identità. Deve essere uno dei valori seguenti: Microsoft, Google, Facebook, Amazon o LinkedIn.</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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Esempio 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-AzureADMSIdentityProvider -Type LinkedIn -Name LinkedInName -ClientId LinkedInAppClientId -ClientSecret LinkedInAppClientSecret</dev:code>
        <dev:remarks>
          <maml:para>Questo esempio aggiunge un provider di identità LinkedIn.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-AzureADMSInvitation</command:name>
      <command:verb>New</command:verb>
      <command:noun>AzureADMSInvitation</command:noun>
      <maml:description>
        <maml:para>Questo cmdlet viene usato per invitare un nuovo utente esterno nella directory.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Questo cmdlet viene usato per invitare un nuovo utente esterno nella directory.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-AzureADMSInvitation</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>InvitedUserDisplayName</maml:name>
          <maml:Description>
            <maml:para>Nome visualizzato dell'utente come verrà mostrato nella 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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>InvitedUserEmailAddress</maml:name>
          <maml:Description>
            <maml:para>Indirizzo di posta elettronica a cui viene inviato l'invito</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>InvitedUserMessageInfo</maml:name>
          <maml:Description>
            <maml:para>Altre informazioni per specificare la modalità di invio del messaggio di invito</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">InvitedUserMessageInfo</command:parameterValue>
          <dev:type>
            <maml:name>InvitedUserMessageInfo</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>InvitedUser</maml:name>
          <maml:Description>
            <maml:para>Oggetto utente esistente nella directory per cui si vogliono aggiungere o aggiornare le credenziali B2B.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>InvitedUserType</maml:name>
          <maml:Description>
            <maml:para>userType dell'utente invitato. Per impostazione predefinita, questo valore è Guest. È possibile inviare l'invito come Member se si è amministratori società.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>InviteRedirectUrl</maml:name>
          <maml:Description>
            <maml:para>URL a cui viene inoltrato l'utente inviato dopo l'accettazione dell'invito</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>SendInvitationMessage</maml:name>
          <maml:Description>
            <maml:para>Parametro booleano che indica se un messaggio di invito verrà inviato all'utente invitato.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ResetRedemption</maml:name>
          <maml:Description>
            <maml:para>Indica se il riscatto dell'invito in un utente esterno esistente deve essere rimosso per consentire all'utente di riscattare di nuovo l'account. Per impostazione predefinita, questa opzione è false e deve essere impostata su true solo in caso di passaggio di un utente esterno valido alla proprietà InvitedUser.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>InvitedUserDisplayName</maml:name>
        <maml:Description>
          <maml:para>Nome visualizzato dell'utente come verrà mostrato nella 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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>InvitedUserEmailAddress</maml:name>
        <maml:Description>
          <maml:para>Indirizzo di posta elettronica a cui viene inviato l'invito</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>InvitedUserMessageInfo</maml:name>
        <maml:Description>
          <maml:para>Altre informazioni per specificare la modalità di invio del messaggio di invito</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">InvitedUserMessageInfo</command:parameterValue>
        <dev:type>
          <maml:name>InvitedUserMessageInfo</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>InvitedUser</maml:name>
        <maml:Description>
          <maml:para>Oggetto utente esistente nella directory per cui si vogliono aggiungere o aggiornare le credenziali B2B.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>InvitedUserType</maml:name>
        <maml:Description>
          <maml:para>userType dell'utente invitato. Per impostazione predefinita, questo valore è Guest. È possibile inviare l'invito come Member se si è amministratori società.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>InviteRedirectUrl</maml:name>
        <maml:Description>
          <maml:para>URL a cui viene inoltrato l'utente inviato dopo l'accettazione dell'invito</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>SendInvitationMessage</maml:name>
        <maml:Description>
          <maml:para>Parametro booleano che indica se un messaggio di invito verrà inviato all'utente invitato.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ResetRedemption</maml:name>
        <maml:Description>
          <maml:para>Indica se il riscatto dell'invito in un utente esterno esistente deve essere rimosso per consentire all'utente di riscattare di nuovo l'account. Per impostazione predefinita, questa opzione è false e deve essere impostata su true solo in caso di passaggio di un utente esterno valido alla proprietà InvitedUser.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>--------- Invitare un nuovo utente esterno nella directory ---------</maml:title>
        <dev:code>New-AzureADMSInvitation -InvitedUserEmailAddress someexternaluser@externaldomain.com -SendInvitationMessage $True -InviteRedirectUrl "http://myapps.onmicrosoft.com"</dev:code>
        <dev:remarks>
          <maml:para>L'uso del cmdlet in questo esempio consente di inviare un messaggio di posta elettronica all'utente il cui indirizzo di posta elettronica è specificato nel parametro -InvitedUserEmailAddress. Quando l'utente accetta l'invito, riceve tramite inoltro l'URL specificato nel parametro -InviteRedirectUrl</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>--------- Reimpostazione di un riscatto per un utente esterno --------</maml:title>
        <dev:code>PS C:\&gt; New-AzureADMSInvitation -InvitedUserEmailAddress someexternaluser@externaldomain.com -ResetRedemption $true -InvitedUser $user -InviteRedirectUrl "http://myapps.onmicrosoft.com"</dev:code>
        <dev:remarks>
          <maml:para>In questo esempio viene illustrato il modo in cui un amministratore può reimpostare il riscatto per un utente esterno nel parametro -InvitedUser. È necessario passare l'opzione -ResetRedemption impostata su true. Dopo la reimpostazione, l'utente esterno dovrà riscattare di nuovo l'invito per continuare ad accedere alle risorse.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-AzureADObjectSetting</command:name>
      <command:verb>New</command:verb>
      <command:noun>AzureADObjectSetting</command:noun>
      <maml:description>
        <maml:para>Crea un oggetto Settings.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Il cmdlet New-AzureADObjectSetting crea un oggetto Settings in Azure Active Directory (AD).</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-AzureADObjectSetting</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>DirectorySetting</maml:name>
          <maml:Description>
            <maml:para>Specifica le nuove impostazioni.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DirectorySetting</command:parameterValue>
          <dev:type>
            <maml:name>DirectorySetting</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="infa">
          <maml:name>InformationAction</maml:name>
          <maml:Description>
            <maml:para>Specifica il modo in cui questo cmdlet risponde a un evento informativo.</maml:para>
            <maml:para>I valori accettabili per questo parametro sono:</maml:para>
            <maml:para>- Continue</maml:para>
            <maml:para>- Ignore</maml:para>
            <maml:para>- Inquire</maml:para>
            <maml:para>- SilentlyContinue</maml:para>
            <maml:para>- Stop</maml:para>
            <maml:para>- Suspend</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
          <dev:type>
            <maml:name>ActionPreference</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="iv">
          <maml:name>InformationVariable</maml:name>
          <maml:Description>
            <maml:para>Specifica una variabile informativa.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>TargetObjectId</maml:name>
          <maml:Description>
            <maml:para>Specifica l'ID dell'oggetto directory a cui assegnare le impostazioni.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>TargetType</maml:name>
          <maml:Description>
            <maml:para>Specifica il tipo di oggetto directory a cui assegnare le impostazioni.</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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>DirectorySetting</maml:name>
        <maml:Description>
          <maml:para>Specifica le nuove impostazioni.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DirectorySetting</command:parameterValue>
        <dev:type>
          <maml:name>DirectorySetting</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="infa">
        <maml:name>InformationAction</maml:name>
        <maml:Description>
          <maml:para>Specifica il modo in cui questo cmdlet risponde a un evento informativo.</maml:para>
          <maml:para>I valori accettabili per questo parametro sono:</maml:para>
          <maml:para>- Continue</maml:para>
          <maml:para>- Ignore</maml:para>
          <maml:para>- Inquire</maml:para>
          <maml:para>- SilentlyContinue</maml:para>
          <maml:para>- Stop</maml:para>
          <maml:para>- Suspend</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
        <dev:type>
          <maml:name>ActionPreference</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="iv">
        <maml:name>InformationVariable</maml:name>
        <maml:Description>
          <maml:para>Specifica una variabile informativa.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>TargetObjectId</maml:name>
        <maml:Description>
          <maml:para>Specifica l'ID dell'oggetto directory a cui assegnare le impostazioni.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>TargetType</maml:name>
        <maml:Description>
          <maml:para>Specifica il tipo di oggetto directory a cui assegnare le impostazioni.</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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes/>
    <command:returnValues/>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Esempio 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{Aggiungere qui la descrizione dell'esempio}}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-AzureADObjectSetting</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-AzureADObjectSetting</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-AzureADObjectSetting</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
    </command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-AzureADPolicy</command:name>
      <command:verb>New</command:verb>
      <command:noun>AzureADPolicy</command:noun>
      <maml:description>
        <maml:para>Crea un criterio.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Il cmdlet New-AzureADPolicy crea un criterio in Azure Active Directory (AD).</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-AzureADPolicy</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AlternativeIdentifier</maml:name>
          <maml:Description>
            <maml:para>Specifica un ID alternativo.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Definition</maml:name>
          <maml:Description>
            <maml:para>Specifica una matrice di oggetti JSON che contiene tutte le regole del criterio, ad esempio: -Definition @("{"TokenLifetimePolicy":{"Version":1,"MaxInactiveTime":"20:00:00"}}")</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">System.Collections.Generic.List`1[System.String]</command:parameterValue>
          <dev:type>
            <maml:name>System.Collections.Generic.List`1[System.String]</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>DisplayName</maml:name>
          <maml:Description>
            <maml:para>Stringa del nome del criterio</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>IsOrganizationDefault</maml:name>
          <maml:Description>
            <maml:para>True se il criterio è il valore predefinito per l'organizzazione</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>KeyCredentials</maml:name>
          <maml:Description>
            <maml:para>@{Text=}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.KeyCredential]</command:parameterValue>
          <dev:type>
            <maml:name>System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.KeyCredential]</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Type</maml:name>
          <maml:Description>
            <maml:para>Specifica il tipo di criterio. Per le durate dei token, specificare "TokenLifetimePolicy".</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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>AlternativeIdentifier</maml:name>
        <maml:Description>
          <maml:para>Specifica un ID alternativo.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Definition</maml:name>
        <maml:Description>
          <maml:para>Specifica una matrice di oggetti JSON che contiene tutte le regole del criterio, ad esempio: -Definition @("{"TokenLifetimePolicy":{"Version":1,"MaxInactiveTime":"20:00:00"}}")</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">System.Collections.Generic.List`1[System.String]</command:parameterValue>
        <dev:type>
          <maml:name>System.Collections.Generic.List`1[System.String]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>DisplayName</maml:name>
        <maml:Description>
          <maml:para>Stringa del nome del criterio</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>IsOrganizationDefault</maml:name>
        <maml:Description>
          <maml:para>True se il criterio è il valore predefinito per l'organizzazione</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>KeyCredentials</maml:name>
        <maml:Description>
          <maml:para>@{Text=}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.KeyCredential]</command:parameterValue>
        <dev:type>
          <maml:name>System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.KeyCredential]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Type</maml:name>
        <maml:Description>
          <maml:para>Specifica il tipo di criterio. Per le durate dei token, specificare "TokenLifetimePolicy".</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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes/>
    <command:returnValues/>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------ Esempio 1: Creare un criterio ------------------</maml:title>
        <dev:code>PS C:\&gt;New-AzureADPolicy -Definition &lt;Array of Rules&gt; -DisplayName &lt;Name of Policy&gt; -IsTenantDefault</dev:code>
        <dev:remarks>
          <maml:para>Questo comando crea un nuovo criterio.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-AzureADPolicy</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-AzureADPolicy</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-AzureADPolicy</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
    </command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Remove-AzureADApplicationPolicy</command:name>
      <command:verb>Remove</command:verb>
      <command:noun>AzureADApplicationPolicy</command:noun>
      <maml:description>
        <maml:para>Rimuove un criterio di applicazione.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Il cmdlet Remove-AzureADApplicationPolicy rimuove un criterio di applicazione da Azure Active Directory (AD).</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Remove-AzureADApplicationPolicy</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="infa">
          <maml:name>InformationAction</maml:name>
          <maml:Description>
            <maml:para>Specifica il modo in cui questo cmdlet risponde a un evento informativo. I valori accettabili per questo parametro sono:</maml:para>
            <maml:para>- Continue</maml:para>
            <maml:para>- Ignore</maml:para>
            <maml:para>- Inquire</maml:para>
            <maml:para>- SilentlyContinue</maml:para>
            <maml:para>- Stop</maml:para>
            <maml:para>- Suspend</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
          <dev:type>
            <maml:name>ActionPreference</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="iv">
          <maml:name>InformationVariable</maml:name>
          <maml:Description>
            <maml:para>Specifica una variabile informativa.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>PolicyId</maml:name>
          <maml:Description>
            <maml:para>Specifica l'ID del criterio.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>{{Compilare la descrizione di Id}}</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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="infa">
        <maml:name>InformationAction</maml:name>
        <maml:Description>
          <maml:para>Specifica il modo in cui questo cmdlet risponde a un evento informativo. I valori accettabili per questo parametro sono:</maml:para>
          <maml:para>- Continue</maml:para>
          <maml:para>- Ignore</maml:para>
          <maml:para>- Inquire</maml:para>
          <maml:para>- SilentlyContinue</maml:para>
          <maml:para>- Stop</maml:para>
          <maml:para>- Suspend</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
        <dev:type>
          <maml:name>ActionPreference</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="iv">
        <maml:name>InformationVariable</maml:name>
        <maml:Description>
          <maml:para>Specifica una variabile informativa.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>PolicyId</maml:name>
        <maml:Description>
          <maml:para>Specifica l'ID del criterio.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>{{Compilare la descrizione di Id}}</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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes/>
    <command:returnValues/>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>----------- Esempio 1: Rimuovere un criterio di applicazione -----------</maml:title>
        <dev:code>PS C:\&gt;Remove-AzureADApplicationPolicy -ObjectId &lt;object id of application&gt; -PolicyId &lt;object id of policy&gt;</dev:code>
        <dev:remarks>
          <maml:para>Questo comando rimuove il criterio di applicazione specificato.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Add-AzureADApplicationPolicy</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-AzureADApplicationPolicy</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
    </command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Remove-AzureADApplicationProxyApplicationConnectorGroup</command:name>
      <command:verb>Remove</command:verb>
      <command:noun>AzureADApplicationProxyApplicationConnectorGroup</command:noun>
      <maml:description>
        <maml:para>Il cmdlet Remove-AzureADApplicationProxyApplicationConnectorGroup imposta il gruppo di connettori assegnato per l'applicazione specificata su 'Default' e rimuove l'assegnazione corrente.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Se l'applicazione è già nel gruppo 'Default', verrà visualizzato un errore perché l'applicazione può essere rimossa dal gruppo 'Default' solo se viene aggiunta a un altro gruppo. L'applicazione deve essere configurata per il proxy di applicazione in Azure Active Directory (AD).</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Remove-AzureADApplicationProxyApplicationConnectorGroup</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>ObjectId</maml:name>
          <maml:Description>
            <maml:para>ID applicazione univoco dell'applicazione. Questo valore può essere trovato usando il comando Get-AzureADApplication. È anche possibile trovarlo nel portale di Azure selezionando AAD, Applicazioni aziendali, Tutte le applicazioni, quindi selezionando l'applicazione, passando alla scheda Proprietà e usando il valore ObjectId disponibile in tale pagina.</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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>ObjectId</maml:name>
        <maml:Description>
          <maml:para>ID applicazione univoco dell'applicazione. Questo valore può essere trovato usando il comando Get-AzureADApplication. È anche possibile trovarlo nel portale di Azure selezionando AAD, Applicazioni aziendali, Tutte le applicazioni, quindi selezionando l'applicazione, passando alla scheda Proprietà e usando il valore ObjectId disponibile in tale pagina.</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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Esempio 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Remove-AzureADApplicationProxyApplicationConnectorGroup -ObjectId 59462d3c-a1bc-40a0-9bed-be799357ebce</dev:code>
        <dev:remarks>
          <maml:para>Esempio 1: Rimuovere il gruppo di connettori associato a un'applicazione, impostando il gruppo su 'Default'</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Remove-AzureADApplicationProxyConnectorGroup</command:name>
      <command:verb>Remove</command:verb>
      <command:noun>AzureADApplicationProxyConnectorGroup</command:noun>
      <maml:description>
        <maml:para>Il cmdlet Remove-AzureADApplicationProxyApplicationConnectorGroup elimina un gruppo di connettori del proxy di applicazione.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Il cmdlet Remove-AzureADApplicationProxyConnectorGroup elimina un gruppo di connettori del proxy di applicazione. Può essere usato solo su un gruppo di connettori vuoto, senza connettori assegnati.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Remove-AzureADApplicationProxyConnectorGroup</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>ID del gruppo di connettori da eliminare. È possibile trovare questo valore eseguendo il comando Get-AzureADApplicationProxyConnectorGroup.</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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>ID del gruppo di connettori da eliminare. È possibile trovare questo valore eseguendo il comando Get-AzureADApplicationProxyConnectorGroup.</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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Esempio 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Remove-AzureADApplicationProxyApplicationConnectorGroup -ObjectId 59462d3c-a1bc-40a0-9bed-be799357ebce</dev:code>
        <dev:remarks>
          <maml:para>Esempio 1: Rimuovere un gruppo di connettori specifico</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Remove-AzureADDirectorySetting</command:name>
      <command:verb>Remove</command:verb>
      <command:noun>AzureADDirectorySetting</command:noun>
      <maml:description>
        <maml:para>Elimina un'impostazione della directory in Azure Active Directory.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Il cmdlet Remove-AzureADDirectorySetting rimuove un'impostazione della directory da Azure Active Directory (AD).</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Remove-AzureADDirectorySetting</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="infa">
          <maml:name>InformationAction</maml:name>
          <maml:Description>
            <maml:para>Specifica il modo in cui questo cmdlet risponde a un evento informativo. I valori accettabili per questo parametro sono:</maml:para>
            <maml:para>- Continue</maml:para>
            <maml:para>- Ignore</maml:para>
            <maml:para>- Inquire</maml:para>
            <maml:para>- SilentlyContinue</maml:para>
            <maml:para>- Stop</maml:para>
            <maml:para>- Suspend</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
          <dev:type>
            <maml:name>ActionPreference</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="iv">
          <maml:name>InformationVariable</maml:name>
          <maml:Description>
            <maml:para>Specifica una variabile informativa.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>Specifica l'ID oggetto di un oggetto Settings in Azure AD.</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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="infa">
        <maml:name>InformationAction</maml:name>
        <maml:Description>
          <maml:para>Specifica il modo in cui questo cmdlet risponde a un evento informativo. I valori accettabili per questo parametro sono:</maml:para>
          <maml:para>- Continue</maml:para>
          <maml:para>- Ignore</maml:para>
          <maml:para>- Inquire</maml:para>
          <maml:para>- SilentlyContinue</maml:para>
          <maml:para>- Stop</maml:para>
          <maml:para>- Suspend</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
        <dev:type>
          <maml:name>ActionPreference</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="iv">
        <maml:name>InformationVariable</maml:name>
        <maml:Description>
          <maml:para>Specifica una variabile informativa.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>Specifica l'ID oggetto di un oggetto Settings in Azure AD.</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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes/>
    <command:returnValues/>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Esempio 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{Aggiungere qui la descrizione dell'esempio}}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-AzureADDirectorySetting</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-AzureADDirectorySetting</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-AzureADDirectorySetting</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
    </command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Remove-AzureADMSDeletedDirectoryObject</command:name>
      <command:verb>Remove</command:verb>
      <command:noun>AzureADMSDeletedDirectoryObject</command:noun>
      <maml:description>
        <maml:para>Questo cmdlet viene usato per eliminare definitivamente un oggetto directory eliminato in precedenza</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Questo cmdlet viene usato per eliminare definitivamente un oggetto directory eliminato in precedenza. Quando un oggetto directory viene eliminato definitivamente, non è più possibile ripristinarlo.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Remove-AzureADMSDeletedDirectoryObject</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>ID dell'oggetto directory eliminato definitivamente</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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>ID dell'oggetto directory eliminato definitivamente</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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Esempio 1 --------------------------</maml:title>
        <dev:code>Remove-AzureADMSDeletedDirectoryObject -Id aa644285-eb75-4389-885e-7233f096984c</dev:code>
        <dev:remarks>
          <maml:para>Questo esempio mostra come eliminare definitivamente un oggetto directory eliminato in precedenza con ID aa644285-eb75-4389-885e-7233f096984c</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Remove-AzureADMSGroup</command:name>
      <command:verb>Remove</command:verb>
      <command:noun>AzureADMSGroup</command:noun>
      <maml:description>
        <maml:para>Rimuove un gruppo di Azure AD.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Il cmdlet Remove-AzureADMSGroup rimuove un gruppo di Azure Active Directory (Azure AD).</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Remove-AzureADMSGroup</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>Specifica l'ID del gruppo che viene rimosso da questo cmdlet.</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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>Specifica l'ID del gruppo che viene rimosso da questo cmdlet.</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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para>Questo cmdlet è attualmente disponibile in Anteprima pubblica. Quando un cmdlet è in Anteprima pubblica, è possibile che vengano apportate modifiche con potenziali effetti imprevisti. È consigliabile non usare questo cmdlet in un ambiente di produzione.</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------ Esempio 1: Rimuovere un gruppo ------------------</maml:title>
        <dev:code>PS C:\&gt; Remove-AzureADMSGroup -Id "ce0a2213-bd57-4e2f-b9fa-408582e2e260"</dev:code>
        <dev:remarks>
          <maml:para>Questo cmdlet rimuove un gruppo con l'ID specificato.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-AzureADMSGroup</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-AzureADMSGroup</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-AzureADMSGroup</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Using attributes to create advanced rules</maml:linkText>
        <maml:uri>https://azure.microsoft.com/en-us/documentation/articles/active-directory-accessmanagement-groups-with-advanced-rules/</maml:uri>
      </maml:navigationLink>
    </command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Remove-AzureADMSGroupLifecyclePolicy</command:name>
      <command:verb>Remove</command:verb>
      <command:noun>AzureADMSGroupLifecyclePolicy</command:noun>
      <maml:description>
        <maml:para>Elimina un oggetto groupLifecyclePolicies</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Il comando Remove-AzureADMSGroupLifecyclePolicy consente di eliminare un oggetto groupLifecyclePolicies in Active Directory di Azure.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Remove-AzureADMSGroupLifecyclePolicy</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>Specifica l'ID dell'oggetto groupLifecyclePolicies che viene rimosso da questo cmdlet.</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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>Specifica l'ID dell'oggetto groupLifecyclePolicies che viene rimosso da questo cmdlet.</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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Esempio 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Remove-AzureADMSGroupLifecyclePolicy -Id "13bed58e-6144-41e5-abbd-47c95964e671"</dev:code>
        <dev:remarks>
          <maml:para>Questo cmdlet elimina l'oggetto groupLifecyclePolicies con l'ID specificato.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Remove-AzureADMSIdentityProvider</command:name>
      <command:verb>Remove</command:verb>
      <command:noun>AzureADMSIdentityProvider</command:noun>
      <maml:description>
        <maml:para>Questo cmdlet viene usato per eliminare un provider di identità nella directory.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Questo cmdlet viene usato per eliminare un provider di identità configurato nella directory. Il provider di identità verrà eliminato definitivamente.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Remove-AzureADMSIdentityProvider</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>Identificatore univoco per un provider di identità.</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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>Identificatore univoco per un provider di identità.</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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Esempio 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Remove-AzureADMSIdentityProvider -Id LinkedIn-OAUTH</dev:code>
        <dev:remarks>
          <maml:para>Questo esempio rimuove il provider di identità specificato.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Remove-AzureADMSLifecyclePolicyGroup</command:name>
      <command:verb>Remove</command:verb>
      <command:noun>AzureADMSLifecyclePolicyGroup</command:noun>
      <maml:description>
        <maml:para>Rimuove un gruppo da un ciclo di vita</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Il cmdlet Remove-AzureADMSLifecyclePolicyGroup consente di rimuovere un gruppo da un criterio di ciclo di vita in Azure Active Directory</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Remove-AzureADMSLifecyclePolicyGroup</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>GroupId</maml:name>
          <maml:Description>
            <maml:para>Specifica l'ID di un gruppo in 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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>Specifica l'ID dell'oggetto Criteri di ciclo di vita in 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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>GroupId</maml:name>
        <maml:Description>
          <maml:para>Specifica l'ID di un gruppo in 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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>Specifica l'ID dell'oggetto Criteri di ciclo di vita in 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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Esempio 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Remove-AzureADMSLifecyclePolicyGroup -Id b4c908b0-3595-4add-91b4-c5400b31b57b -groupId cffd97bd-6b91-4c4e-b553-6918a320211c</dev:code>
        <dev:remarks>
          <maml:para>Questo comando rimuove un gruppo da un criterio di ciclo di vita in Azure Active Directory</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Remove-AzureADMSTrustFrameworkPolicy</command:name>
      <command:verb>Remove</command:verb>
      <command:noun>AzureADMSTrustFrameworkPolicy</command:noun>
      <maml:description>
        <maml:para>Questo cmdlet viene usato per eliminare un criterio del framework attendibilità (criterio personalizzato) nella directory.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Questo cmdlet viene usato per eliminare un criterio del framework attendibilità nella directory. Il criterio del framework attendibilità verrà eliminato definitivamente.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Remove-AzureADMSTrustFrameworkPolicy</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>Identificatore univoco per un criterio del framework attendibilità.</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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>Identificatore univoco per un criterio del framework attendibilità.</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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Esempio 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Remove-AzureADMSTrustFrameworkPolicy -Id B2C_1A_signup_signin</dev:code>
        <dev:remarks>
          <maml:para>Questo esempio rimuove il criterio specificato del framework attendibilità.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Remove-AzureADObjectSetting</command:name>
      <command:verb>Remove</command:verb>
      <command:noun>AzureADObjectSetting</command:noun>
      <maml:description>
        <maml:para>Elimina le impostazioni in Azure Active Directory.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Il cmdlet Remove-AzureADObjectSetting rimuove le impostazioni degli oggetti in Azure Active Directory (AD).</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Remove-AzureADObjectSetting</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="infa">
          <maml:name>InformationAction</maml:name>
          <maml:Description>
            <maml:para>Specifica il modo in cui questo cmdlet risponde a un evento informativo. I valori accettabili per questo parametro sono:</maml:para>
            <maml:para>- Continue</maml:para>
            <maml:para>- Ignore</maml:para>
            <maml:para>- Inquire</maml:para>
            <maml:para>- SilentlyContinue</maml:para>
            <maml:para>- Stop</maml:para>
            <maml:para>- Suspend</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
          <dev:type>
            <maml:name>ActionPreference</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="iv">
          <maml:name>InformationVariable</maml:name>
          <maml:Description>
            <maml:para>Specifica una variabile informativa.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>Specifica l'ID di un oggetto Settings in Azure AD.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>TargetObjectId</maml:name>
          <maml:Description>
            <maml:para>Specifica l'ID oggetto della destinazione.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>TargetType</maml:name>
          <maml:Description>
            <maml:para>Specifica il tipo di destinazione.</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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="infa">
        <maml:name>InformationAction</maml:name>
        <maml:Description>
          <maml:para>Specifica il modo in cui questo cmdlet risponde a un evento informativo. I valori accettabili per questo parametro sono:</maml:para>
          <maml:para>- Continue</maml:para>
          <maml:para>- Ignore</maml:para>
          <maml:para>- Inquire</maml:para>
          <maml:para>- SilentlyContinue</maml:para>
          <maml:para>- Stop</maml:para>
          <maml:para>- Suspend</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
        <dev:type>
          <maml:name>ActionPreference</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="iv">
        <maml:name>InformationVariable</maml:name>
        <maml:Description>
          <maml:para>Specifica una variabile informativa.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>Specifica l'ID di un oggetto Settings in Azure AD.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>TargetObjectId</maml:name>
        <maml:Description>
          <maml:para>Specifica l'ID oggetto della destinazione.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>TargetType</maml:name>
        <maml:Description>
          <maml:para>Specifica il tipo di destinazione.</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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes/>
    <command:returnValues/>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Esempio 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{Aggiungere qui la descrizione dell'esempio}}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-AzureADObjectSetting</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-AzureADObjectSetting</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-AzureADObjectSetting</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
    </command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Remove-AzureADPolicy</command:name>
      <command:verb>Remove</command:verb>
      <command:noun>AzureADPolicy</command:noun>
      <maml:description>
        <maml:para>Rimuove un criterio.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Il cmdlet Remove-AzureADPolicy rimuove un criterio da Azure Active Directory (AD).</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Remove-AzureADPolicy</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="infa">
          <maml:name>InformationAction</maml:name>
          <maml:Description>
            <maml:para>Specifica il modo in cui questo cmdlet risponde a un evento informativo. I valori accettabili per questo parametro sono:</maml:para>
            <maml:para>- Continue</maml:para>
            <maml:para>- Ignore</maml:para>
            <maml:para>- Inquire</maml:para>
            <maml:para>- SilentlyContinue</maml:para>
            <maml:para>- Stop</maml:para>
            <maml:para>- Suspend</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
          <dev:type>
            <maml:name>ActionPreference</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="iv">
          <maml:name>InformationVariable</maml:name>
          <maml:Description>
            <maml:para>Specifica una variabile informativa.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>ID del criterio da rimuovere</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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="infa">
        <maml:name>InformationAction</maml:name>
        <maml:Description>
          <maml:para>Specifica il modo in cui questo cmdlet risponde a un evento informativo. I valori accettabili per questo parametro sono:</maml:para>
          <maml:para>- Continue</maml:para>
          <maml:para>- Ignore</maml:para>
          <maml:para>- Inquire</maml:para>
          <maml:para>- SilentlyContinue</maml:para>
          <maml:para>- Stop</maml:para>
          <maml:para>- Suspend</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
        <dev:type>
          <maml:name>ActionPreference</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="iv">
        <maml:name>InformationVariable</maml:name>
        <maml:Description>
          <maml:para>Specifica una variabile informativa.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>ID del criterio da rimuovere</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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes/>
    <command:returnValues/>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------ Esempio 1: Rimuovere un criterio ------------------</maml:title>
        <dev:code>PS C:\&gt;Remove-AzureADPolicy -Id *&lt;ID&gt;*.</dev:code>
        <dev:remarks>
          <maml:para>Questo comando rimuove il criterio specificato.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-AzureADPolicy</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-AzureADPolicy</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-AzureADPolicy</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
    </command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-AzureADPrivilegedRoleAssignment</command:name>
      <command:verb>New</command:verb>
      <command:noun>AzureADPrivilegedRoleAssignment</command:noun>
      <maml:description>
        <maml:para>{{ Compilare il riepilogo }}</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>{{ Compilare la descrizione }}</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-AzureADPrivilegedRoleAssignment</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ExpirationDateTime</maml:name>
          <maml:Description>
            <maml:para>{{ Compilare la descrizione di ExpirationDateTime }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DateTime</command:parameterValue>
          <dev:type>
            <maml:name>DateTime</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>{{ Compilare la descrizione di ID }}</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>IsElevated</maml:name>
          <maml:Description>
            <maml:para>{{ Compilare la descrizione di IsElevated }}</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ResultMessage</maml:name>
          <maml:Description>
            <maml:para>{{ Compilare la descrizione di ResultMessage }}</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>RoleId</maml:name>
          <maml:Description>
            <maml:para>{{ Inserire la descrizione di RoleId }}</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>UserId</maml:name>
          <maml:Description>
            <maml:para>{{ Inserire la descrizione di UserId }}</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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ExpirationDateTime</maml:name>
        <maml:Description>
          <maml:para>{{ Compilare la descrizione di ExpirationDateTime }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DateTime</command:parameterValue>
        <dev:type>
          <maml:name>DateTime</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>{{ Compilare la descrizione di ID }}</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>IsElevated</maml:name>
        <maml:Description>
          <maml:para>{{ Compilare la descrizione di IsElevated }}</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ResultMessage</maml:name>
        <maml:Description>
          <maml:para>{{ Compilare la descrizione di ResultMessage }}</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>RoleId</maml:name>
        <maml:Description>
          <maml:para>{{ Inserire la descrizione di RoleId }}</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>UserId</maml:name>
        <maml:Description>
          <maml:para>{{ Inserire la descrizione di UserId }}</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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Esempio 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{Aggiungere qui la descrizione dell'esempio}}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Open-AzureADMSPrivilegedRoleAssignmentRequest</command:name>
      <command:verb>Open</command:verb>
      <command:noun>AzureADMSPrivilegedRoleAssignmentRequest</command:noun>
      <maml:description>
        <maml:para>Crea una richiesta di assegnazione di ruolo</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Crea una richiesta di assegnazione di ruolo</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Open-AzureADMSPrivilegedRoleAssignmentRequest</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AssignmentState</maml:name>
          <maml:Description>
            <maml:para>Stato dell'assegnazione. Il valore può essere Eligible e Active. Obbligatorio</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>ProviderId</maml:name>
          <maml:Description>
            <maml:para>Identificatore univoco del provider specifico</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Reason</maml:name>
          <maml:Description>
            <maml:para>È necessario specificare il motivo per la richiesta di assegnazione di ruolo per finalità di controllo e di verifica.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ResourceId</maml:name>
          <maml:Description>
            <maml:para>Identificatore univoco della risorsa specifica</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>RoleDefinitionId</maml:name>
          <maml:Description>
            <maml:para>ID della definizione del ruolo. Obbligatorio.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Schedule</maml:name>
          <maml:Description>
            <maml:para>Pianificazione della richiesta di assegnazione di ruolo. È obbligatoria per richieste di tipo UserAdd, AdminAdd, AdminUpdate e AdminExtend.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">AzureADMSPrivilegedSchedule</command:parameterValue>
          <dev:type>
            <maml:name>AzureADMSPrivilegedSchedule</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>SubjectId</maml:name>
          <maml:Description>
            <maml:para>ID del soggetto. Obbligatorio.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Type</maml:name>
          <maml:Description>
            <maml:para>Tipo di richiesta. Il valore può essere AdminAdd, UserAdd, AdminUpdate, AdminRemove, UserRemove, UserExtend, UserRenew, AdminRenewand AdminExtend. Obbligatorio.</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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>AssignmentState</maml:name>
        <maml:Description>
          <maml:para>Stato dell'assegnazione. Il valore può essere Eligible e Active. Obbligatorio.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>ProviderId</maml:name>
        <maml:Description>
          <maml:para>Identificatore univoco del provider specifico</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Reason</maml:name>
        <maml:Description>
          <maml:para>È necessario specificare il motivo per la richiesta di assegnazione di ruolo per finalità di controllo e di verifica.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ResourceId</maml:name>
        <maml:Description>
          <maml:para>Identificatore univoco della risorsa specifica</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>RoleDefinitionId</maml:name>
        <maml:Description>
          <maml:para>ID della definizione del ruolo. Obbligatorio.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Schedule</maml:name>
        <maml:Description>
          <maml:para>Pianificazione della richiesta di assegnazione di ruolo. È obbligatoria per richieste di tipo UserAdd, AdminAdd, AdminUpdate e AdminExtend.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">AzureADMSPrivilegedSchedule</command:parameterValue>
        <dev:type>
          <maml:name>AzureADMSPrivilegedSchedule</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>SubjectId</maml:name>
        <maml:Description>
          <maml:para>ID del soggetto. Obbligatorio.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Type</maml:name>
        <maml:Description>
          <maml:para>Tipo di richiesta. Il valore può essere AdminAdd, UserAdd, AdminUpdate, AdminRemove, UserRemove, UserExtend, UserRenew, AdminRenewand AdminExtend. Obbligatorio.</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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Esempio 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; $schedule = New-Object Microsoft.Open.MSGraph.Model.AzureADMSPrivilegedSchedule
                  PS C:\&gt; $schedule.Type = "Once"
                  PS C:\&gt; $schedule.StartDateTime = "2019-04-26T20:49:11.770Z"
                  PS C:\&gt; $schedule.endDateTime = "2019-07-25T20:49:11.770Z"
                  PS C:\&gt; Open-AzureADMSPrivilegedRoleAssignmentRequest -ProviderId AzureResources -Schedule $schedule -ResourceId "e5e7d29d-5465-45ac-885f-4716a5ee74b5" -RoleDefinitionId "9f8c1837-f885-4dfd-9a75-990f9222b21d" -SubjectId "a25004a3-eceb-4ad4-b4aa-9485356bc55b" -AssignmentState "Eligible" -Type "AdminAdd"
        </dev:code>
        <dev:remarks>
          <maml:para>Crea una richiesta di assegnazione di ruolo</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Remove-AzureADServicePrincipalPolicy</command:name>
      <command:verb>Remove</command:verb>
      <command:noun>AzureADServicePrincipalPolicy</command:noun>
      <maml:description>
        <maml:para></maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para></maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Remove-AzureADServicePrincipalPolicy</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="infa">
          <maml:name>InformationAction</maml:name>
          <maml:Description>
            <maml:para>Specifica il modo in cui questo cmdlet risponde a un evento informativo. I valori accettabili per questo parametro sono:</maml:para>
            <maml:para>- Continue</maml:para>
            <maml:para>- Ignore</maml:para>
            <maml:para>- Inquire</maml:para>
            <maml:para>- SilentlyContinue</maml:para>
            <maml:para>- Stop</maml:para>
            <maml:para>- Suspend</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
          <dev:type>
            <maml:name>ActionPreference</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="iv">
          <maml:name>InformationVariable</maml:name>
          <maml:Description>
            <maml:para>Specifica una variabile informativa.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>PolicyId</maml:name>
          <maml:Description>
            <maml:para>Specifica l'ID oggetto di un criterio.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>{{Compilare la descrizione di Id}}</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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="infa">
        <maml:name>InformationAction</maml:name>
        <maml:Description>
          <maml:para>Specifica il modo in cui questo cmdlet risponde a un evento informativo. I valori accettabili per questo parametro sono:</maml:para>
          <maml:para>- Continue</maml:para>
          <maml:para>- Ignore</maml:para>
          <maml:para>- Inquire</maml:para>
          <maml:para>- SilentlyContinue</maml:para>
          <maml:para>- Stop</maml:para>
          <maml:para>- Suspend</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
        <dev:type>
          <maml:name>ActionPreference</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="iv">
        <maml:name>InformationVariable</maml:name>
        <maml:Description>
          <maml:para>Specifica una variabile informativa.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>PolicyId</maml:name>
        <maml:Description>
          <maml:para>Specifica l'ID oggetto di un criterio.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>{{Compilare la descrizione di Id}}</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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes/>
    <command:returnValues/>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>--------- Esempio 1: Rimuovere un criterio di entità servizio ---------</maml:title>
        <dev:code>PS C:\&gt;Remove-AzureADApplicationPolicy -ObjectId &lt;object id of application&gt; -PolicyId &lt;object id of policy&gt;</dev:code>
        <dev:remarks>
          <maml:para>Questo comando rimuove un criterio di un'entità servizio.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Add-AzureADServicePrincipalPolicy</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-AzureADServicePrincipalPolicy</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
    </command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Reset-AzureADMSLifeCycleGroup</command:name>
      <command:verb>Reset</command:verb>
      <command:noun>AzureADMSLifeCycleGroup</command:noun>
      <maml:description>
        <maml:para>Rinnova un gruppo per aggiornare la proprietà RenewedDateTime su un gruppo di DateTime corrente.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Il Reset-AzureADMSLifeCycleGroup rinnova un gruppo tramite l'aggiornamento della proprietà RenewedDateTime su un gruppo a DateTime corrente. Quando un gruppo viene rinnovato, la scadenza del gruppo verrà esteso mediante il numero di giorni definito nel criterio.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Reset-AzureADMSLifeCycleGroup</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>GroupId</maml:name>
          <maml:Description>
            <maml:para>Specifica l'ID di un gruppo in 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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>GroupId</maml:name>
        <maml:Description>
          <maml:para>Specifica l'ID di un gruppo in 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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Esempio 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Reset-AzureADMSLifeCycleGroup -groupId cffd97bd-6b91-4c4e-b553-6918a320211c</dev:code>
        <dev:remarks>
          <maml:para>Il Reset-AzureADMSLifeCycleGroup rinnova un gruppo specificato tramite l'aggiornamento della proprietà RenewedDateTime su un gruppo a DateTime corrente.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Restore-AzureADMSDeletedDirectoryObject</command:name>
      <command:verb>Restore</command:verb>
      <command:noun>AzureADMSDeletedDirectoryObject</command:noun>
      <maml:description>
        <maml:para>Questo cmdlet viene usato per ripristinare un oggetto eliminato in precedenza.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Questo cmdlet viene usato per ripristinare un oggetto eliminato in precedenza. È attualmente supportato solo il ripristino di oggetti Group e Application. Quando un'app o un gruppo viene eliminato, viene inizialmente applicata l'eliminazione temporanea, che ne consente il recupero nei primi 30 giorni dopo l'eliminazione. Dopo 30 giorni l'oggetto eliminato viene eliminato definitivamente e non può essere più recuperato. Si noti che è possibile ripristinare solo i gruppi unificati, ovvero i gruppi di Office 365. I gruppi di sicurezza non possono essere ripristinati.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Restore-AzureADMSDeletedDirectoryObject</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>ID dell'oggetto directory da ripristinare</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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>ID dell'oggetto directory da ripristinare</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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Esempio 1 --------------------------</maml:title>
        <dev:code>Restore-AzureADMSDeletedDirectoryObject -Id aa644285-eb75-4389-885e-7233f096984c</dev:code>
        <dev:remarks>
          <maml:para>Questo esempio mostra come ripristinare un oggetto eliminato con ID aa644285-eb75-4389-885e-7233f096984c</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Set-AzureADApplicationProxyConnectorGroup</command:name>
      <command:verb>Set</command:verb>
      <command:noun>AzureADApplicationProxyConnectorGroup</command:noun>
      <maml:description>
        <maml:para>Il cmdlet Set-AzureADApplicationProxyConnectorGroup consente di modificare il nome di un gruppo di connettori del proxy di applicazione.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Il cmdlet Set-AzureADApplicationProxyConnectorGroup consente di modificare il nome di un gruppo di connettori del proxy di applicazione.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-AzureADApplicationProxyConnectorGroup</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>Identificatore univoco del gruppo di connettori che verrà rinominato. È possibile trovare l'ID usando il comando Get-AzureADApplicationProxyConnectorGroup.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Name</maml:name>
          <maml:Description>
            <maml:para>Nuovo nome del gruppo di connettori.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Name</command:parameterValue>
          <dev:type>
            <maml:name>Name</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>Identificatore univoco del gruppo di connettori che verrà rinominato. È possibile trovare l'ID usando il comando Get-AzureADApplicationProxyConnectorGroup.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Name</maml:name>
        <maml:Description>
          <maml:para>Nuovo nome del gruppo di connettori.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Name</command:parameterValue>
        <dev:type>
          <maml:name>Name</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para>Microsoft.Open.MSGraph.Model.Name</maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Esempio 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Set-AzureADApplicationProxyConnectorGroup -Id d533d7b1-fd92-49e8-a200-3e7dcf7c2ab5 -Name "Offsite Application Servers"</dev:code>
        <dev:remarks>
          <maml:para>Esempio 1: Rinominare un gruppo di connettori in "Offsite Application Servers"</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Set-AzureADDirectorySetting</command:name>
      <command:verb>Set</command:verb>
      <command:noun>AzureADDirectorySetting</command:noun>
      <maml:description>
        <maml:para>Aggiorna un'impostazione della directory in Azure Active Directory.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Il cmdlet Set-AzureADDirectorySetting aggiorna un'impostazione della directory in Azure Active Directory (AD).</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-AzureADDirectorySetting</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>DirectorySetting</maml:name>
          <maml:Description>
            <maml:para>Specifica le impostazioni della directory.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DirectorySetting</command:parameterValue>
          <dev:type>
            <maml:name>DirectorySetting</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="infa">
          <maml:name>InformationAction</maml:name>
          <maml:Description>
            <maml:para>Specifica il modo in cui questo cmdlet risponde a un evento informativo. I valori accettabili per questo parametro sono:</maml:para>
            <maml:para>- Continue</maml:para>
            <maml:para>- Ignore</maml:para>
            <maml:para>- Inquire</maml:para>
            <maml:para>- SilentlyContinue</maml:para>
            <maml:para>- Stop</maml:para>
            <maml:para>- Suspend</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
          <dev:type>
            <maml:name>ActionPreference</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="iv">
          <maml:name>InformationVariable</maml:name>
          <maml:Description>
            <maml:para>Specifica una variabile informativa.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>Specifica l'ID di un oggetto Settings in Azure AD.</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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>DirectorySetting</maml:name>
        <maml:Description>
          <maml:para>Specifica le impostazioni della directory.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DirectorySetting</command:parameterValue>
        <dev:type>
          <maml:name>DirectorySetting</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="infa">
        <maml:name>InformationAction</maml:name>
        <maml:Description>
          <maml:para>Specifica il modo in cui questo cmdlet risponde a un evento informativo. I valori accettabili per questo parametro sono:</maml:para>
          <maml:para>- Continue</maml:para>
          <maml:para>- Ignore</maml:para>
          <maml:para>- Inquire</maml:para>
          <maml:para>- SilentlyContinue</maml:para>
          <maml:para>- Stop</maml:para>
          <maml:para>- Suspend</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
        <dev:type>
          <maml:name>ActionPreference</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="iv">
        <maml:name>InformationVariable</maml:name>
        <maml:Description>
          <maml:para>Specifica una variabile informativa.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>Specifica l'ID di un oggetto Settings in Azure AD.</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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes/>
    <command:returnValues/>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Esempio 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{Aggiungere qui la descrizione dell'esempio}}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-AzureADDirectorySetting</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-AzureADDirectorySetting</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-AzureADDirectorySetting</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
    </command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Set-AzureADMSGroupLifecyclePolicy</command:name>
      <command:verb>Set</command:verb>
      <command:noun>AzureADMSGroupLifecyclePolicy</command:noun>
      <maml:description>
        <maml:para>Aggiorna un criterio del ciclo di vita di un gruppo specifico in Azure Active Directory</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Il comando Set-AzureADMSGroupLifecyclePolicy aggiorna uno specifico gruppo di criteri di ciclo di vita in Azure Active Directory</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-AzureADMSGroupLifecyclePolicy</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AlternateNotificationEmails</maml:name>
          <maml:Description>
            <maml:para>Email di notifica per i gruppi che non dispongono di alcun proprietario verrà inviato a questi indirizzi di posta elettronica. Elenco di indirizzi di posta elettronica separati da un ";".</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>GroupLifetimeInDays</maml:name>
          <maml:Description>
            <maml:para>Numero di giorni di validità di un gruppo prima che debba essere rinnovato</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>Specifica l'ID di un oggetto groupLifecyclePolicies in 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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ManagedGroupTypes</maml:name>
          <maml:Description>
            <maml:para>Consente all'amministratore di selezionare il criterio verrà applicato a quali gruppi di office 365. Il criterio "None" verrà creato in uno stato disattivato. Il criterio "All" verranno applicate a ogni gruppo di Office 365 in quest'ultimo. "Selezionati" consente all'amministratore di scegliere gruppi specifici di Office 365 che il criterio verrà applicato a.</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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>AlternateNotificationEmails</maml:name>
        <maml:Description>
          <maml:para>Email di notifica per i gruppi che non dispongono di alcun proprietario verrà inviato a questi indirizzi di posta elettronica. Elenco di indirizzi di posta elettronica separati da un ";".</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>GroupLifetimeInDays</maml:name>
        <maml:Description>
          <maml:para>Numero di giorni di validità di un gruppo prima che debba essere rinnovato</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>Specifica l'ID di un oggetto groupLifecyclePolicies in 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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ManagedGroupTypes</maml:name>
        <maml:Description>
          <maml:para>Consente all'amministratore di selezionare il criterio verrà applicato a quali gruppi di office 365. Il criterio "None" verrà creato in uno stato disattivato. Il criterio "All" verranno applicate a ogni gruppo di Office 365 in quest'ultimo. "Selezionati" consente all'amministratore di scegliere gruppi specifici di Office 365 che il criterio verrà applicato a.</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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Esempio 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Set-AzureADMSGroupLifecyclePolicy -Id "b4c908b0-3595-4add-91b4-c5400b31b57b" -GroupLifetimeInDays 200 -AlternateNotificationEmails "admingroup@contoso.com"</dev:code>
        <dev:remarks>
          <maml:para>Questo comando Aggiorna il groupLifecyclePolicy specificato in Active Directory di Azure</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Set-AzureADMSIdentityProvider</command:name>
      <command:verb>Set</command:verb>
      <command:noun>AzureADMSIdentityProvider</command:noun>
      <maml:description>
        <maml:para>Questo cmdlet viene usato per aggiornare le proprietà di un provider di identità esistente configurato nella directory.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Questo cmdlet può essere usato per aggiornare le proprietà di un provider di identità esistente. Il tipo di provider di identità non può essere modificato.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-AzureADMSIdentityProvider</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ClientId</maml:name>
          <maml:Description>
            <maml:para>ID client per l'applicazione. Questo è l'ID client ottenuto durante la registrazione dell'applicazione nel provider di identità.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ClientSecret</maml:name>
          <maml:Description>
            <maml:para>Segreto client per l'applicazione. Questo è il segreto client ottenuto durante la registrazione dell'applicazione nel provider di identità.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>Identificatore univoco per un provider di identità.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Name</maml:name>
          <maml:Description>
            <maml:para>Nome visualizzato del provider di identità.</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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ClientId</maml:name>
        <maml:Description>
          <maml:para>ID client per l'applicazione. Questo è l'ID client ottenuto durante la registrazione dell'applicazione nel provider di identità.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ClientSecret</maml:name>
        <maml:Description>
          <maml:para>Segreto client per l'applicazione. Questo è il segreto client ottenuto durante la registrazione dell'applicazione nel provider di identità.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>Identificatore univoco per un provider di identità.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Name</maml:name>
        <maml:Description>
          <maml:para>Nome visualizzato del provider di identità.</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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Esempio 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Set-AzureADMSIdentityProvider -Id LinkedIn-OAUTH -ClientId NewClientId -ClientSecret NewClientSecret</dev:code>
        <dev:remarks>
          <maml:para>Questo esempio aggiorna l'ID client e il segreto client per il provider di identità specificato.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Set-AzureADObjectSetting</command:name>
      <command:verb>Set</command:verb>
      <command:noun>AzureADObjectSetting</command:noun>
      <maml:description>
        <maml:para>Aggiorna le impostazioni degli oggetti.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Il cmdlet Set-AzureADObjectSetting aggiorna le impostazioni per un oggetto in Azure Active Directory (AD).</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-AzureADObjectSetting</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>DirectorySetting</maml:name>
          <maml:Description>
            <maml:para>Specifica un oggetto DirectorySetting.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DirectorySetting</command:parameterValue>
          <dev:type>
            <maml:name>DirectorySetting</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="infa">
          <maml:name>InformationAction</maml:name>
          <maml:Description>
            <maml:para>Specifica il modo in cui questo cmdlet risponde a un evento informativo. I valori accettabili per questo parametro sono:</maml:para>
            <maml:para>- Continue</maml:para>
            <maml:para>- Ignore</maml:para>
            <maml:para>- Inquire</maml:para>
            <maml:para>- SilentlyContinue</maml:para>
            <maml:para>- Stop</maml:para>
            <maml:para>- Suspend</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
          <dev:type>
            <maml:name>ActionPreference</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="iv">
          <maml:name>InformationVariable</maml:name>
          <maml:Description>
            <maml:para>Specifica una variabile informativa.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>Specifica l'ID di un oggetto Settings.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>TargetObjectId</maml:name>
          <maml:Description>
            <maml:para>Specifica l'ID oggetto dell'oggetto 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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>TargetType</maml:name>
          <maml:Description>
            <maml:para>Specifica il tipo di destinazione di un oggetto 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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>DirectorySetting</maml:name>
        <maml:Description>
          <maml:para>Specifica un oggetto DirectorySetting.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DirectorySetting</command:parameterValue>
        <dev:type>
          <maml:name>DirectorySetting</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="infa">
        <maml:name>InformationAction</maml:name>
        <maml:Description>
          <maml:para>Specifica il modo in cui questo cmdlet risponde a un evento informativo. I valori accettabili per questo parametro sono:</maml:para>
          <maml:para>- Continue</maml:para>
          <maml:para>- Ignore</maml:para>
          <maml:para>- Inquire</maml:para>
          <maml:para>- SilentlyContinue</maml:para>
          <maml:para>- Stop</maml:para>
          <maml:para>- Suspend</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
        <dev:type>
          <maml:name>ActionPreference</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="iv">
        <maml:name>InformationVariable</maml:name>
        <maml:Description>
          <maml:para>Specifica una variabile informativa.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>Specifica l'ID di un oggetto Settings.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>TargetObjectId</maml:name>
        <maml:Description>
          <maml:para>Specifica l'ID oggetto dell'oggetto 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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>TargetType</maml:name>
        <maml:Description>
          <maml:para>Specifica il tipo di destinazione di un oggetto 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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes/>
    <command:returnValues/>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Esempio 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; {{ Add example code here }}</dev:code>
        <dev:remarks>
          <maml:para>{{Aggiungere qui la descrizione dell'esempio}}</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-AzureADObjectSetting</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-AzureADObjectSetting</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-AzureADObjectSetting</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
    </command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Set-AzureADPolicy</command:name>
      <command:verb>Set</command:verb>
      <command:noun>AzureADPolicy</command:noun>
      <maml:description>
        <maml:para>Aggiorna un criterio.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Il cmdlet Set-AzureADPolicy imposta un criterio in Azure Active Directory (AD).</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-AzureADPolicy</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AlternativeIdentifier</maml:name>
          <maml:Description>
            <maml:para>Specifica un ID alternativo per il criterio.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Definition</maml:name>
          <maml:Description>
            <maml:para>Specifica una matrice di oggetti JSON di tipo stringfied che contiene tutte le regole del criterio. Ad esempio: -Definition @("{"TokenLifetimePolicy":{"Version":1,"MaxInactiveTime":"20:00:00"}}").</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">System.Collections.Generic.List`1[System.String]</command:parameterValue>
          <dev:type>
            <maml:name>System.Collections.Generic.List`1[System.String]</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>DisplayName</maml:name>
          <maml:Description>
            <maml:para>Specifica il nome visualizzato.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>IsOrganizationDefault</maml:name>
          <maml:Description>
            <maml:para>True se il criterio è il valore predefinito per l'organizzazione</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>KeyCredentials</maml:name>
          <maml:Description>
            <maml:para>Specifica le credenziali della chiave.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.KeyCredential]</command:parameterValue>
          <dev:type>
            <maml:name>System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.KeyCredential]</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Type</maml:name>
          <maml:Description>
            <maml:para>Specifica il tipo di criterio. Per le durate dei token, usare "TokenLifetimePolicy".</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>ID del criterio per cui si vogliono impostare i valori.</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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>AlternativeIdentifier</maml:name>
        <maml:Description>
          <maml:para>Specifica un ID alternativo per il criterio.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Definition</maml:name>
        <maml:Description>
          <maml:para>Specifica una matrice di oggetti JSON di tipo stringfied che contiene tutte le regole del criterio. Ad esempio: -Definition @("{"TokenLifetimePolicy":{"Version":1,"MaxInactiveTime":"20:00:00"}}").</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">System.Collections.Generic.List`1[System.String]</command:parameterValue>
        <dev:type>
          <maml:name>System.Collections.Generic.List`1[System.String]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>DisplayName</maml:name>
        <maml:Description>
          <maml:para>Specifica il nome visualizzato.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>IsOrganizationDefault</maml:name>
        <maml:Description>
          <maml:para>True se il criterio è il valore predefinito per l'organizzazione</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>KeyCredentials</maml:name>
        <maml:Description>
          <maml:para>Specifica le credenziali della chiave.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.KeyCredential]</command:parameterValue>
        <dev:type>
          <maml:name>System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.KeyCredential]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Type</maml:name>
        <maml:Description>
          <maml:para>Specifica il tipo di criterio. Per le durate dei token, usare "TokenLifetimePolicy".</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>ID del criterio per cui si vogliono impostare i valori.</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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes/>
    <command:returnValues/>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>------------------ Esempio 1: Aggiornare un criterio ------------------</maml:title>
        <dev:code>PS C:\&gt;Set-AzureADPolicy -ObjectId &lt;object id of policy&gt; -DisplayName &lt;string&gt;</dev:code>
        <dev:remarks>
          <maml:para>Questo comando aggiorna il criterio specificato in Azure AD.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-AzureADPolicy</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-AzureADPolicy</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-AzureADPolicy</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
    </command: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-AzureADApplicationSignInDetailedSummary</command:name>
        <maml:description>
            <maml:para>Ottieni riepiloghi dettagliati degli accessi</maml:para>
        </maml:description>
        <maml:copyright>
            <maml:para></maml:para>
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>AzureADApplicationSignInDetailedSummary</command:noun>
        <dev:version></dev:version>
    </command:details>
    <maml:description>
        <maml:para>Il cmdlet Get-AzureADApplicationSignInDetailedSummary consente di ottenere gli accessi ad Azure Active Directory, raggruppati in base ad applicazione, data e stato di accesso.</maml:para>
    </maml:description>
    <command:syntax>
        <command:syntaxitem>
            <maml:name>Get-AzureADApplicationSignInDetailedSummary</maml:name>
            <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named">
                <maml:name>Top</maml:name>
                <maml:description>
                    <maml:para>Numero massimo di record da restituire.</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>Istruzione del filtro oData v3.0. Controlla gli oggetti che vengono restituiti.</maml:para>
                </maml:description>
                <command:parametervalue required="false" variablelength="false">string</command:parametervalue>
            </command:parameter>
        </command:syntaxitem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named">
            <maml:name>Top</maml:name>
            <maml:description>
                <maml:para>Numero massimo di record da restituire.</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>Istruzione del filtro oData v3.0. Controlla gli oggetti che vengono restituiti.</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>
    <command:inputtypes>
        <command:inputtype>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description/>
            </dev:type>
            <maml:description>
                <maml:para></maml:para>
            </maml:description>
        </command:inputtype>
    </command:inputtypes>
    <command:returnvalues>
        <command:returnvalue>
            <dev:type>
                <maml:name>Microsoft.Online.Administration.GetApplicationSignInDetailedSummaryObjectsResponse</maml:name>
                <maml:uri/>
                <maml:description/>
            </dev:type>
            <maml:description>
                <maml:para></maml:para>
            </maml:description>
        </command:returnvalue>
    </command:returnvalues>
    <command:terminatingerrors/>
    <command:nonterminatingerrors/>
    <maml:alertset>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para></maml:para>
        </maml:alert>
        <maml:alert>
            <maml:para></maml:para>
        </maml:alert>
    </maml:alertset>
    <command:examples>
      <command:example>
        <maml:title>-------- Esempio 1: Ottenere il riepilogo dettagliato degli accessi in base ad applicazione e data--------</maml:title>
        <dev:code>PS C:\&gt;Get-AzureADApplicationSignInDetailedSummary -Filter "appDisplayName eq 'Azure Portal' AND aggregatedEventDateTime gt 2019-05-01 AND aggregatedEventDateTime lt 2019-06-01"</dev:code>
        <dev:remarks>
          <maml:para>Questo comando consente di ottenere tutti gli accessi al portale di Azure per il mese di maggio.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------- Esempio 2: Ottenere determinati errori di accesso --------</maml:title>
        <dev:code>PS C:\&gt;Get-AzureADApplicationSignInDetailedSummary -Filter "status/errorCode eq 0 50089"</dev:code>
        <dev:remarks>
          <maml:para>Questo comando consente di ottenere tutti gli accessi non riusciti con codice 50089 per "FailureReason: Scadenza del token di flusso".</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <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-AzureADApplicationSignInSummary</command:name>
        <maml:description>
            <maml:para>Ottieni il riepilogo degli accessi per il numero indicato di giorni recenti</maml:para>
        </maml:description>
        <maml:copyright>
            <maml:para></maml:para>
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>AzureADApplicationSignInSummary</command:noun>
        <dev:version></dev:version>
    </command:details>
    <maml:description>
        <maml:para>Il cmdlet Get-AzureADApplicationSignInSummary consente di ottenere i riepiloghi degli accessi per gli ultimi 7 o 30 giorni.</maml:para>
    </maml:description>
    <command:syntax>
        <command:syntaxitem>
            <maml:name>Get-AzureADApplicationSignInSummary</maml:name>
            <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named">
                <maml:name>Days</maml:name>
                <maml:description>
                    <maml:para>Numero di giorni recenti inclusi nel riepilogo. I valori validi sono 7 e 30</maml:para>
                </maml:description>
                <command:parametervalue required="true" variablelength="false">int?</command:parametervalue>
            </command:parameter>
        </command:syntaxitem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named">
            <maml:name>Days</maml:name>
            <maml:description>
                <maml:para>Numero di giorni recenti inclusi nel riepilogo. I valori validi sono 7 e 30</maml:para>
            </maml:description>
            <command:parametervalue required="true" variablelength="false">int?</command:parametervalue>
            <dev:type>
                <maml:name>int?</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultvalue></dev:defaultvalue>
        </command:parameter>
    </command:parameters>
    <command:inputtypes>
        <command:inputtype>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description/>
            </dev:type>
            <maml:description>
                <maml:para></maml:para>
            </maml:description>
        </command:inputtype>
    </command:inputtypes>
    <command:returnvalues>
        <command:returnvalue>
            <dev:type>
                <maml:name>Microsoft.Online.Administration.GetApplicationSignInSummaryObjectsResponse</maml:name>
                <maml:uri/>
                <maml:description/>
            </dev:type>
            <maml:description>
                <maml:para></maml:para>
            </maml:description>
        </command:returnvalue>
    </command:returnvalues>
    <command:terminatingerrors/>
    <command:nonterminatingerrors/>
    <maml:alertset>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para></maml:para>
        </maml:alert>
        <maml:alert>
            <maml:para></maml:para>
        </maml:alert>
    </maml:alertset>
    <command:examples>
      <command:example>
        <maml:title>-------- Esempio 1: Ottenere il riepilogo degli accessi per applicazione per l'ultima settimana--------</maml:title>
        <dev:code>PS C:\&gt;Get-AzureADApplicationSignInSummary -Days 7 -Filter "appDisplayName eq 'Graph Explorer'"</dev:code>
        <dev:remarks>
          <maml:para>Questo comando consente di ottenere un riepilogo di tutti gli accessi a Graph Explorer per gli ultimi 7 giorni.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------- Esempio 2: Ottenere i riepiloghi degli accessi per l'ultimo mese --------</maml:title>
        <dev:code>PS C:\&gt;Get-AzureADApplicationSignInSummary -Days 30</dev:code>
        <dev:remarks>
          <maml:para>Questo comando consente di ottenere i riepiloghi degli accessi per gli ultimi 30 giorni.</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <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-AzureADAuditDirectoryLogs</command:name>
        <maml:description>
            <maml:para>Ottieni i log di controllo della directory</maml:para>
        </maml:description>
        <maml:copyright>
            <maml:para></maml:para>
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>AzureADAuditDirectoryLogs</command:noun>
        <dev:version></dev:version>
    </command:details>
    <maml:description>
        <maml:para>Il cmdlet Get-AzureADAuditDirectoryLogs consente di ottenere un log di controllo di Azure Active Directory.</maml:para>
    </maml:description>
    <command:syntax>
        <command:syntaxitem>
            <maml:name>Get-AzureADAuditDirectoryLogs</maml:name>
            <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named">
                <maml:name>All</maml:name>
                <maml:description>
                    <maml:para>Valore booleano per esprimere la restituzione di tutti i risultati dal server per la query specifica</maml:para>
                </maml:description>
                <command:parametervalue required="false" variablelength="false">bool?</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>Numero massimo di record da restituire.</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>Istruzione del filtro oData v3.0. Controlla gli oggetti che vengono restituiti.</maml:para>
                </maml:description>
                <command:parametervalue required="false" variablelength="false">string</command:parametervalue>
            </command:parameter>
        </command:syntaxitem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named">
            <maml:name>All</maml:name>
            <maml:description>
                <maml:para>Valore booleano per esprimere la restituzione di tutti i risultati dal server per la query specifica</maml:para>
            </maml:description>
            <command:parametervalue required="false" variablelength="false">bool?</command:parametervalue>
            <dev:type>
                <maml:name>bool?</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>Numero massimo di record da restituire.</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>Istruzione del filtro oData v3.0. Controlla gli oggetti che vengono restituiti.</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>
    <command:inputtypes/>
    <command:returnvalues/>
    <command:terminatingerrors/>
    <command:nonterminatingerrors/>
    <maml:alertset>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para></maml:para>
        </maml:alert>
    </maml:alertset>
    <command:examples>
      <command:example>
        <maml:title>-------- Esempio 1: Ottenere i log di controllo successivi a una data specifica --------</maml:title>
        <dev:code>PS C:\&gt;Get-AzureADAuditDirectoryLogs -Filter "activityDateTime gt 2019-03-20"</dev:code>
        <dev:remarks>
          <maml:para>Questo comando consente di ottenere tutti i log di controllo per il giorno 20/03/2019 o i giorni successivi</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------- Esempio 2: Ottenere i log di controllo avviati da un utente o da un'applicazione --------</maml:title>
        <dev:code>PS C:\&gt;Get-AzureADAuditDirectoryLogs -Filter "initiatedBy/user/userPrincipalName eq 'bgates@microsoft.com'"
PS C:\&gt;Get-AzureADAuditDirectoryLogs -Filter "initiatedBy/user/displayName eq 'Paul Allen'"
PS C:\&gt;Get-AzureADAuditDirectoryLogs -Filter "initiatedBy/app/appId eq 'de8bc8b5-d9f9-48b1-a8ad-b748da725064'"
PS C:\&gt;Get-AzureADAuditDirectoryLogs -Filter "initiatedBy/app/displayName eq 'Microsoft'"</dev:code>
        <dev:remarks>
          <maml:para>Questi comandi offrono modi diversi per ottenere tutti i log di controllo per un determinato utente o un'applicazione specifica</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------- Esempio 3: Ottenere i log di controllo contenenti una risorsa di destinazione specifica --------</maml:title>
        <dev:code>PS C:\&gt;Get-AzureADAuditDirectoryLogs -Filter "targetResources/any(tr:tr/displayName eq 'Active Directory Example')"
PS C:\&gt;Get-AzureADAuditDirectoryLogs -Filter "targetResources/any(tr:tr/type eq 'ServicePrincipal'"</dev:code>
        <dev:remarks>
          <maml:para>Questi comandi mostrano come ottenere i log di controllo in base al nome visualizzato o al tipo di risorsa di destinazione</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------- Esempio 4: Ottenere i log di controllo con un risultato specifico --------</maml:title>
        <dev:code>PS C:\&gt;Get-AzureADAuditDirectoryLogs -Filter "result eq 'success'"
PS C:\&gt;Get-AzureADAuditDirectoryLogs -Filter "result eq 'failure'" -All $true</dev:code>
        <dev:remarks>
          <maml:para>Questi comandi mostrano come ottenere log di controllo in base al risultato</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command: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-AzureADAuditSignInLogs</command:name>
        <maml:description>
            <maml:para>Ottieni i log di controllo degli accessi</maml:para>
        </maml:description>
        <maml:copyright>
            <maml:para></maml:para>
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>AzureADAuditSignInLogs</command:noun>
        <dev:version></dev:version>
    </command:details>
    <maml:description>
        <maml:para>Il cmdlet Get-AzureADAuditSignInLogs consente di ottenere un log di accesso di Azure Active Directory.</maml:para>
    </maml:description>
    <command:syntax>
        <command:syntaxitem>
            <maml:name>Get-AzureADAuditSignInLogs</maml:name>
            <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named">
                <maml:name>All</maml:name>
                <maml:description>
                    <maml:para>Valore booleano per esprimere la restituzione di tutti i risultati dal server per la query specifica</maml:para>
                </maml:description>
                <command:parametervalue required="false" variablelength="false">bool?</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>Numero massimo di record da restituire.</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>Istruzione del filtro oData v3.0. Controlla gli oggetti che vengono restituiti.</maml:para>
                </maml:description>
                <command:parametervalue required="false" variablelength="false">string</command:parametervalue>
            </command:parameter>
        </command:syntaxitem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="true" position="named">
            <maml:name>All</maml:name>
            <maml:description>
                <maml:para>Valore booleano per esprimere la restituzione di tutti i risultati dal server per la query specifica</maml:para>
            </maml:description>
            <command:parametervalue required="false" variablelength="false">bool?</command:parametervalue>
            <dev:type>
                <maml:name>bool?</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>Numero massimo di record da restituire.</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>Istruzione del filtro oData v3.0. Controlla gli oggetti che vengono restituiti.</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>
    <command:examples>
      <command:example>
        <maml:title>-------- Esempio 1: Ottenere i log di accesso successivi a una data specifica --------</maml:title>
        <dev:code>PS C:\&gt;Get-AzureADAuditSignInLogs -Filter "createdDateTime gt 2019-03-20"</dev:code>
        <dev:remarks>
          <maml:para>Questo comando consente di ottenere tutti i log di accesso per il giorno 20/03/2019 o i giorni successivi</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------- Esempio 2: Ottenere i log di accesso per un utente o un'applicazione --------</maml:title>
        <dev:code>PS C:\&gt;Get-AzureADAuditSignInLogs -Filter "userPrincipalName eq 'bgates@microsoft.com'"
PS C:\&gt;Get-AzureADAuditSignInLogs -Filter "userDisplayName eq 'Paul Allen'"
PS C:\&gt;Get-AzureADAuditSignInLogs -Filter "appId eq 'de8bc8b5-d9f9-48b1-a8ad-b748da725064'"
PS C:\&gt;Get-AzureADAuditSignInLogs -Filter "appDisplayName eq 'Microsoft'"</dev:code>
        <dev:remarks>
          <maml:para>Questi comandi offrono modi diversi per ottenere tutti i log di accesso per un determinato utente o un'applicazione specifica</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------- Esempio 3: Ottenere i log di accesso da una determinata posizione --------</maml:title>
        <dev:code>PS C:\&gt;Get-AzureADAuditSignInLogs -Filter "location/city eq 'Redmond' and location/state eq 'Washington' and location/countryOrRegion eq 'US'"</dev:code>
        <dev:remarks>
          <maml:para>Questo comando mostra come ottenere log di controllo in base alla posizione</maml:para>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------- Esempio 4: Ottenere tutti i log di accesso con uno stato specifico --------</maml:title>
        <dev:code>PS C:\&gt;Get-AzureADAuditSignInLogs -Filter "status/errorCode eq 0 -All $true"
PS C:\&gt;Get-AzureADAuditSignInLogs -Filter "status/errorCode ne 0"</dev:code>
        <dev:remarks>
          <maml:para>Questi comandi mostrano come ottenere log di accesso per operazioni riuscite (uguale a 0) e non riuscite (diverso da 0)</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Set-AzureADMSPrivilegedRoleAssignmentRequest</command:name>
      <command:verb>Set</command:verb>
      <command:noun>AzureADMSPrivilegedRoleAssignmentRequest</command:noun>
      <maml:description>
        <maml:para>Aggiorna una richiesta di assegnazione di ruolo</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Aggiorna una richiesta di assegnazione di ruolo</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-AzureADMSPrivilegedRoleAssignmentRequest</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AssignmentState</maml:name>
          <maml:Description>
            <maml:para>Stato dell'assegnazione. Il valore può essere Eligible e Active</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Decision</maml:name>
          <maml:Description>
            <maml:para>Decisione dell'amministratore per la richiesta di assegnazione di ruolo. Il valore dovrebbe essere aggiornato come AdminApproved o AdminDenied.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>Identificatore univoco della richiesta di assegnazione di ruolo specifica</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>ProviderId</maml:name>
          <maml:Description>
            <maml:para>Identificatore univoco del provider specifico</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Reason</maml:name>
          <maml:Description>
            <maml:para>Motivo fornito dall'amministratore per la decisione specifica.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Schedule</maml:name>
          <maml:Description>
            <maml:para>Pianificazione della richiesta di assegnazione di ruolo. Per lo stato AdminApproved è obbligatoria.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">AzureADMSPrivilegedSchedule</command:parameterValue>
          <dev:type>
            <maml:name>AzureADMSPrivilegedSchedule</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>AssignmentState</maml:name>
        <maml:Description>
          <maml:para>Stato dell'assegnazione. I valori possono essere Eligible o Active. È obbligatorio per una decisione di tipo AdminApproved.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Decision</maml:name>
        <maml:Description>
          <maml:para>Decisione dell'amministratore per la richiesta di assegnazione di ruolo. Il valore dovrebbe essere aggiornato come AdminApproved o AdminDenied.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>Identificatore univoco della richiesta di assegnazione di ruolo specifica</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>ProviderId</maml:name>
        <maml:Description>
          <maml:para>Identificatore univoco del provider specifico</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Reason</maml:name>
        <maml:Description>
          <maml:para>Motivo fornito dall'amministratore per la decisione specifica.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Schedule</maml:name>
        <maml:Description>
          <maml:para>Pianificazione della richiesta di assegnazione di ruolo. Per lo stato AdminApproved è obbligatoria.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">AzureADMSPrivilegedSchedule</command:parameterValue>
        <dev:type>
          <maml:name>AzureADMSPrivilegedSchedule</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Esempio 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Set-AzureADMSPrivilegedRoleAssignmentRequest -ProviderId AzureResources -Id 8d28fcb3-1373-4810-8e84-75adea9a18be -Reason "{'RequestorReason':'test','AdminReason':'gg'}" -Decision "AdminDenied"</dev:code>
        <dev:remarks>
          <maml:para>Aggiorna una richiesta di assegnazione di ruolo impostandola su Denied</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Set-AzureADMSPrivilegedRoleSetting</command:name>
      <command:verb>Set</command:verb>
      <command:noun>AzureADMSPrivilegedRoleSetting</command:noun>
      <maml:description>
        <maml:para>Aggiorna l'impostazione del ruolo</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Aggiorna l'impostazione del ruolo</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-AzureADMSPrivilegedRoleSetting</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AdminEligibleSettings</maml:name>
          <maml:Description>
            <maml:para>Impostazioni del ruolo valutate quando un amministratore prova ad aggiungere un'assegnazione di ruolo idonea.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.AzureADMSPrivilegedRuleSetting]</command:parameterValue>
          <dev:type>
            <maml:name>System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.AzureADMSPrivilegedRuleSetting]</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AdminMemberSettings</maml:name>
          <maml:Description>
            <maml:para>Impostazioni del ruolo valutate quando un amministratore prova ad aggiungere un'assegnazione di ruolo di tipo membro diretto.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.AzureADMSPrivilegedRuleSetting]</command:parameterValue>
          <dev:type>
            <maml:name>System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.AzureADMSPrivilegedRuleSetting]</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>Identificatore univoco dell'impostazione specifica del ruolo</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>ProviderId</maml:name>
          <maml:Description>
            <maml:para>Identificatore univoco del provider specifico</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ResourceId</maml:name>
          <maml:Description>
            <maml:para>Identificatore univoco della risorsa specifica</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>RoleDefinitionId</maml:name>
          <maml:Description>
            <maml:para>Identificatore univoco della definizione specifica del ruolo</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>UserEligibleSettings</maml:name>
          <maml:Description>
            <maml:para>Impostazioni di ruolo valutate quando un utente prova ad aggiungere un'assegnazione di ruolo idonea. Questa opzione non è attualmente supportata per lo scenario pimforazurerbac e potrebbe essere disponibile in scenari futuri.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.AzureADMSPrivilegedRuleSetting]</command:parameterValue>
          <dev:type>
            <maml:name>System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.AzureADMSPrivilegedRuleSetting]</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>UserMemberSettings</maml:name>
          <maml:Description>
            <maml:para>Impostazioni della regola che vengono valutate quando un utente prova ad attivare la propria assegnazione di ruolo.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.AzureADMSPrivilegedRuleSetting]</command:parameterValue>
          <dev:type>
            <maml:name>System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.AzureADMSPrivilegedRuleSetting]</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>AdminEligibleSettings</maml:name>
        <maml:Description>
          <maml:para>Impostazioni del ruolo valutate quando un amministratore prova ad aggiungere un'assegnazione di ruolo idonea.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.AzureADMSPrivilegedRuleSetting]</command:parameterValue>
        <dev:type>
          <maml:name>System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.AzureADMSPrivilegedRuleSetting]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>AdminMemberSettings</maml:name>
        <maml:Description>
          <maml:para>Impostazioni del ruolo valutate quando un amministratore prova ad aggiungere un'assegnazione di ruolo di attivazione.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.AzureADMSPrivilegedRuleSetting]</command:parameterValue>
        <dev:type>
          <maml:name>System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.AzureADMSPrivilegedRuleSetting]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>Identificatore univoco dell'impostazione specifica del ruolo</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>ProviderId</maml:name>
        <maml:Description>
          <maml:para>Identificatore univoco del provider specifico</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ResourceId</maml:name>
        <maml:Description>
          <maml:para>Identificatore univoco della risorsa specifica</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>RoleDefinitionId</maml:name>
        <maml:Description>
          <maml:para>Identificatore univoco della definizione specifica del ruolo</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>UserEligibleSettings</maml:name>
        <maml:Description>
          <maml:para>Impostazioni di ruolo valutate quando un utente prova ad aggiungere un'assegnazione di ruolo idonea. Questa opzione non è attualmente supportata per lo scenario pimforazurerbac e potrebbe essere disponibile in scenari futuri.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.AzureADMSPrivilegedRuleSetting]</command:parameterValue>
        <dev:type>
          <maml:name>System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.AzureADMSPrivilegedRuleSetting]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>UserMemberSettings</maml:name>
        <maml:Description>
          <maml:para>Impostazioni della regola che vengono valutate quando un utente prova ad attivare la propria assegnazione di ruolo.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.AzureADMSPrivilegedRuleSetting]</command:parameterValue>
        <dev:type>
          <maml:name>System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.AzureADMSPrivilegedRuleSetting]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Esempio 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; $setting = New-Object Microsoft.Open.MSGraph.Model.AzureADMSPrivilegedRuleSetting
                  PS C:\&gt; $setting.RuleIdentifier = "JustificationRule"
                  PS C:\&gt; $setting.Setting = "{'required':false}"
                  PS C:\&gt; Set-AzureADMSPrivilegedRoleSetting -ProviderId AzureResources -Id ff518d09-47f5-45a9-bb32-71916d9aeadf -ResourceId 3f5887ed-dd6e-4821-8bde-c813ec508cf9 -RoleDefinitionId 2387ced3-4e95-4c36-a915-73d803f93702 -UserMemberSettings $setting
        </dev:code>
        <dev:remarks>
          <maml:para>Aggiorna un'impostazione di ruolo impostando la giustificazione su false</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command: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-AzureADMSFeatureRolloutPolicy
      </command:name>
      <maml:description>
        <maml:para>Consente a un amministratore di creare i criteri di implementazione dell'autenticazione cloud in Azure AD.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para></maml:para>
      </maml:copyright>
      <command:verb>New</command:verb>
      <command:noun>AzureADMSFeatureRolloutPolicy</command:noun>
      <dev:version></dev:version>
    </command:details>
    <maml:description>
      <maml:para>Questo cmdlet consente a un amministratore di creare i criteri di implementazione dell'autenticazione cloud (utenti che passano dalla federazione all'autenticazione cloud) in Azure AD. L'amministratore dei criteri può stabilire se gli utenti eseguiranno l'autenticazione con hash password in Azure AD (Sincronizzazione dell'hash delle password) o direttamente Active Directory in locale (Autenticazione pass-through).</maml:para>
    </maml:description>
    <!-- Cmdlet syntax section-->
    <command:syntax>
      <command:syntaxitem>
        <maml:name>New-AzureADMSFeatureRolloutPolicy</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>DisplayName</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare il nome visualizzato dei criteri di implementazione dell'autenticazione cloud.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Feature</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare una funzionalità assegnata ai criteri di implementazione dell'autenticazione cloud.</maml:para>
            <maml:para>È attualmente possibile assegnare PassthroughAuthentication | SeamlessSso | PasswordHashSync | EmailAsAlternateId.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">FeatureEnum</command:parameterValue>
          <dev:type>
            <maml:name>FeatureEnum</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>IsEnabled</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare lo stato dei criteri di implementazione dell'autenticazione cloud.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Description</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare la descrizione dei criteri di implementazione dell'autenticazione cloud.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AppliesTo</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare un elenco di oggetti di Azure AD assegnati alla funzionalità.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">System.Collections.Generic.List`1[System.Object]</command:parameterValue>
          <dev:type>
            <maml:name>System.Collections.Generic.List`1[System.Object]</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>IsAppliedToOrganization</maml:name>
          <maml:Description>
            <maml:para>Consente di indicare se i criteri di implementazione dell'autenticazione cloud sono applicabili all'intera organizzazione.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxitem>
    </command:syntax>
    <!-- Cmdlet parameter section -->
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>DisplayName</maml:name>
        <maml:Description>
          <maml:para>Consente di specificare il nome visualizzato dei criteri di implementazione dell'autenticazione cloud.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Feature</maml:name>
        <maml:Description>
          <maml:para>Consente di specificare una funzionalità assegnata ai criteri di implementazione dell'autenticazione cloud.</maml:para>
          <maml:para>È attualmente possibile assegnare PassthroughAuthentication | SeamlessSso | PasswordHashSync | EmailAsAlternateId.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">FeatureEnum</command:parameterValue>
        <dev:type>
          <maml:name>FeatureEnum</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>IsEnabled</maml:name>
        <maml:Description>
          <maml:para>Consente di specificare lo stato dei criteri di implementazione dell'autenticazione cloud.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Description</maml:name>
        <maml:Description>
          <maml:para>Consente di specificare la descrizione dei criteri di implementazione dell'autenticazione cloud.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>AppliesTo</maml:name>
        <maml:Description>
          <maml:para>Consente di specificare un elenco di oggetti di Azure AD assegnati alla funzionalità.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">System.Collections.Generic.List`1[System.Object]</command:parameterValue>
        <dev:type>
          <maml:name>System.Collections.Generic.List`1[System.Object]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>IsAppliedToOrganization</maml:name>
        <maml:Description>
          <maml:para>Consente di indicare se i criteri di implementazione dell'autenticazione cloud sono applicabili all'intera organizzazione.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</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.MsFeatureRolloutPolicy</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>Esempio 1: Consente di creare il criterio per l'implementazione dell'autenticazione cloud in Azure AD.</maml:title>
        <dev:code>
          PS C:\&gt; New-AzureADMSFeatureRolloutPolicy -Feature PassthroughAuthentication -DisplayName "Passthrough Authentication Rollout Policy" -IsEnabled $true
 
          Feature : PassthroughAuthentication
          Id : 7ca3e599-e8cc-4d31-9ed6-19dd4f88e833
          DisplayName : Passthrough Authentication Rollout Policy
          Description :
          IsEnabled : True
          IsAppliedToOrganization : False
          AppliesTo :
        </dev:code>
        <dev:remarks>
          <maml:para>Questo comando consente di creare i criteri per l'implementazione dell'autenticazione cloud in Azure AD.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <!-- Link section -->
    <maml:relatedlinks>
      <maml:navigationLink>
        <maml:linkText>Get-AzureADMSFeatureRolloutPolicy</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-AzureADMSFeatureRolloutPolicy</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-AzureADMSFeatureRolloutPolicy</maml:linkText>
        <maml:uri></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-AzureADMSFeatureRolloutPolicy
      </command:name>
      <maml:description>
        <maml:para>Consente di ottenere i criteri di implementazione dell'autenticazione cloud in Azure Active Directory.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para></maml:para>
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>AzureADMSFeatureRolloutPolicy</command:noun>
      <dev:version></dev:version>
    </command:details>
    <maml:description>
      <maml:para>Questo cmdlet consente a un amministratore di ottenere i criteri di implementazione dell'autenticazione cloud (utenti che passano dalla federazione all'autenticazione cloud) in Azure AD. Questi criteri sono costituiti da uno o due oggetti FeatureRolloutPolicy che includono gruppi assegnati per l'autenticazione cloud (Autenticazione pass-through o Sincronizzazione hash password) e gruppi assegnati per l'accesso Single Sign-On facile (funzionalità basata su Autenticazione pass-through o Sincronizzazione hash password).</maml:para>
    </maml:description>
    <!-- Cmdlet syntax section-->
    <command:syntax>
      <command:syntaxitem>
        <maml:name>Get-AzureADMSFeatureRolloutPolicy</maml:name>
        <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named">
          <maml:name>Id</maml:name>
          <maml:description>
            <maml:para>Identificatore univoco dei criteri di implementazione dell'autenticazione cloud in Azure AD.</maml:para>
          </maml:description>
          <command:parametervalue required="true" variablelength="false">string</command:parametervalue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>SearchString</maml:name>
          <maml:Description>
            <maml:para>Specifica una stringa di ricerca.</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>None</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>Istruzione del filtro oData v3.0. Controlla gli oggetti che vengono restituiti.</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>Id</maml:name>
        <maml:description>
          <maml:para>Identificatore univoco dei criteri di implementazione dell'autenticazione cloud in Azure AD.</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="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>SearchString</maml:name>
        <maml:Description>
          <maml:para>Specifica una stringa di ricerca.</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>None</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>Istruzione del filtro oData v3.0. Controlla gli oggetti che vengono restituiti.</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.MsFeatureRolloutPolicy</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>Esempio 1: Consente di recuperare un elenco di tutti i criteri di implementazione dell'autenticazione cloud in Azure AD.</maml:title>
        <dev:code>
          PS C:\&gt; Get-AzureADMSFeatureRolloutPolicy
 
          Feature : PassthroughAuthentication
          Id : 7ca3e599-e8cc-4d31-9ed6-19dd4f88e833
          DisplayName : Passthrough Authentication Rollout Policy
          Description :
          IsEnabled : True
          IsAppliedToOrganization : False
          AppliesTo :
        </dev:code>
        <dev:remarks>
          <maml:para>Questo comando consente di recuperare un elenco di tutti i criteri di implementazione dell'autenticazione cloud in Azure AD.</maml:para>
        </dev:remarks>
      </command:example>
 
      <command:example>
        <maml:title>Esempio 2: Consente di recuperare un criterio di implementazione dell'autenticazione cloud in Azure AD con l'ID specificato.</maml:title>
        <dev:code>
          PS C:\&gt; Get-AzureADMSFeatureRolloutPolicy -Id "a03b6d9e-6654-46e6-8d0a-8ed83c675ca9"
 
          Feature : PassthroughAuthentication
          Id : a03b6d9e-6654-46e6-8d0a-8ed83c675ca9
          DisplayName : Passthrough Authentication Rollout Policy
          Description :
          IsEnabled : True
          IsAppliedToOrganization : False
          AppliesTo :
        </dev:code>
        <dev:remarks>
          <maml:para>Questo comando consente di recuperare i criteri di implementazione dell'autenticazione cloud in Azure AD.</maml:para>
        </dev:remarks>
      </command:example>
 
      <command:example>
        <maml:title>Esempio 3: Consente di recuperare un criterio di implementazione dell'autenticazione cloud in Azure AD con la stringa di ricerca specificata.</maml:title>
        <dev:code>
          PS C:\&gt; Get-AzureADMSFeatureRolloutPolicy -SearchString "Default PasswordHashSync Rollout Policy"
 
          Feature : PasswordHashSync
          Id : a03b6d9e-6654-46e6-8d0a-8ed83c675ca9
          DisplayName : Default PasswordHashSync Rollout Policy
          Description : Default PasswordHashSync Rollout Policy
          IsEnabled : True
          IsAppliedToOrganization : False
          AppliesTo :
        </dev:code>
        <dev:remarks>
          <maml:para>Questo comando consente di recuperare i criteri di implementazione dell'autenticazione cloud in Azure AD.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <!-- Link section -->
    <maml:relatedlinks>
      <maml:navigationLink>
        <maml:linkText>New-AzureADMSFeatureRolloutPolicy</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-AzureADMSFeatureRolloutPolicy</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-AzureADMSFeatureRolloutPolicy</maml:linkText>
        <maml:uri></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-AzureADMSFeatureRolloutPolicy
      </command:name>
      <maml:description>
        <maml:para>Consente a un amministratore di modificare i criteri di implementazione dell'autenticazione cloud in Azure AD.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para></maml:para>
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>AzureADMSFeatureRolloutPolicy</command:noun>
      <dev:version></dev:version>
    </command:details>
    <maml:description>
      <maml:para>Un amministratore userà questo cmdlet per modificare i criteri di implementazione dell'autenticazione cloud, ad esempio per stabilire se il metodo di autenticazione cloud è Autenticazione pass-through o di altro tipo (Sincronizzazione dell'hash delle password) e se l'accesso SSO facile è abilitato. Gli utenti nei gruppi assegnati al criterio inizieranno a eseguire l'autenticazione tramite il nuovo metodo di autenticazione e tramite accesso SSO facile, se specificato.</maml:para>
    </maml:description>
    <!-- Cmdlet syntax section-->
    <command:syntax>
      <command:syntaxitem>
        <maml:name>Set-AzureADMSFeatureRolloutPolicy</maml:name>
        <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named">
          <maml:name>Id</maml:name>
          <maml:description>
            <maml:para>Identificatore univoco dei criteri di implementazione dell'autenticazione cloud in Azure AD.</maml:para>
          </maml:description>
          <command:parametervalue required="true" variablelength="false">string</command:parametervalue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>DisplayName</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare il nome visualizzato dei criteri di implementazione dell'autenticazione cloud.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Feature</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare una funzionalità assegnata ai criteri di implementazione dell'autenticazione cloud.</maml:para>
            <maml:para>È attualmente possibile assegnare PassthroughAuthentication | SeamlessSso | PasswordHashSync | EmailAsAlternateId.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">FeatureEnum</command:parameterValue>
          <dev:type>
            <maml:name>FeatureEnum</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>IsEnabled</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare lo stato dei criteri di implementazione dell'autenticazione cloud.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Description</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare la descrizione dei criteri di implementazione dell'autenticazione cloud.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AppliesTo</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare un elenco di oggetti di Azure AD assegnati alla funzionalità.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">System.Collections.Generic.List`1[System.Object]</command:parameterValue>
          <dev:type>
            <maml:name>System.Collections.Generic.List`1[System.Object]</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>IsAppliedToOrganization</maml:name>
          <maml:Description>
            <maml:para>Consente di indicare se i criteri di implementazione dell'autenticazione cloud sono applicabili all'intera organizzazione.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </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>Id</maml:name>
        <maml:description>
          <maml:para>Identificatore univoco dei criteri di implementazione dell'autenticazione cloud in Azure AD.</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="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>DisplayName</maml:name>
        <maml:Description>
          <maml:para>Consente di specificare il nome visualizzato dei criteri di implementazione dell'autenticazione cloud.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Feature</maml:name>
        <maml:Description>
          <maml:para>Consente di specificare una funzionalità assegnata ai criteri di implementazione dell'autenticazione cloud.</maml:para>
          <maml:para>È attualmente possibile assegnare PassthroughAuthentication | SeamlessSso | PasswordHashSync | EmailAsAlternateId.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">FeatureEnum</command:parameterValue>
        <dev:type>
          <maml:name>FeatureEnum</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>IsEnabled</maml:name>
        <maml:Description>
          <maml:para>Consente di specificare lo stato dei criteri di implementazione dell'autenticazione cloud.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Description</maml:name>
        <maml:Description>
          <maml:para>Consente di specificare la descrizione dei criteri di implementazione dell'autenticazione cloud.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>AppliesTo</maml:name>
        <maml:Description>
          <maml:para>Consente di specificare un elenco di oggetti di Azure AD assegnati alla funzionalità.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">System.Collections.Generic.List`1[System.Object]</command:parameterValue>
        <dev:type>
          <maml:name>System.Collections.Generic.List`1[System.Object]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>IsAppliedToOrganization</maml:name>
        <maml:Description>
          <maml:para>Consente di indicare se i criteri di implementazione dell'autenticazione cloud sono applicabili all'intera organizzazione.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</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>Esempio 1: Consente di aggiornare il criterio per l'implementazione dell'autenticazione cloud in Azure AD.</maml:title>
        <dev:code>
          PS C:\&gt; Set-AzureADMSFeatureRolloutPolicy -Id "a03b6d9e-6654-46e6-8d0a-8ed83c675ca9" -IsEnabled $true
        </dev:code>
        <dev:remarks>
          <maml:para>Questo comando consente di aggiornare i criteri per l'implementazione dell'autenticazione cloud in Azure AD.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <!-- Link section -->
    <maml:relatedlinks>
      <maml:navigationLink>
        <maml:linkText>New-AzureADMSFeatureRolloutPolicy</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-AzureADMSFeatureRolloutPolicy</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-AzureADMSFeatureRolloutPolicy</maml:linkText>
        <maml:uri></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-AzureADMSFeatureRolloutPolicy
      </command:name>
      <maml:description>
        <maml:para>Consente a un amministratore di rimuovere i criteri di implementazione dell'autenticazione cloud in Azure AD.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para></maml:para>
      </maml:copyright>
      <command:verb>Remove</command:verb>
      <command:noun>AzureADMSFeatureRolloutPolicy</command:noun>
      <dev:version></dev:version>
    </command:details>
    <maml:description>
      <maml:para>Un amministratore userà questo cmdlet per rimuovere i criteri di implementazione dell'autenticazione cloud e liberare dai criteri tutti gli utenti a cui erano stati applicati. Gli utenti nei gruppi assegnati ai criteri torneranno al metodo di autenticazione globale. In genere si tratterà della federazione.</maml:para>
    </maml:description>
    <!-- Cmdlet syntax section-->
    <command:syntax>
      <command:syntaxitem>
        <maml:name>Remove-AzureADMSFeatureRolloutPolicy</maml:name>
        <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named">
          <maml:name>Id</maml:name>
          <maml:description>
            <maml:para>Identificatore univoco dei criteri di implementazione dell'autenticazione cloud in Azure AD.</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>Id</maml:name>
        <maml:description>
          <maml:para>Identificatore univoco dei criteri di implementazione dell'autenticazione cloud in Azure AD.</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>Esempio 1: Consente di rimuovere il criterio per l'implementazione dell'autenticazione cloud in Azure AD.</maml:title>
        <dev:code>PS C:\&gt; Remove-AzureADMSFeatureRolloutPolicy -Id "7b10cf40-bc0e-46b5-9456-4520179eef5d"</dev:code>
        <dev:remarks>
          <maml:para>Questo comando consente di rimuovere i criteri di implementazione dell'autenticazione cloud in Azure AD.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <!-- Link section -->
    <maml:relatedlinks>
      <maml:navigationLink>
        <maml:linkText>New-AzureADMSFeatureRolloutPolicy</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-AzureADMSFeatureRolloutPolicy</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-AzureADMSFeatureRolloutPolicy</maml:linkText>
        <maml:uri></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>
        Add-AzureADMSFeatureRolloutPolicyDirectoryObject
      </command:name>
      <maml:description>
        <maml:para>Consente a un amministratore di aggiungere un gruppo ai criteri di implementazione dell'autenticazione cloud in Azure AD. Gli utenti in questo gruppo inizieranno a eseguire l'autenticazione sul cloud per criterio.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para></maml:para>
      </maml:copyright>
      <command:verb>Add</command:verb>
      <command:noun>AzureADMSFeatureRolloutPolicyDirectoryObject</command:noun>
      <dev:version></dev:version>
    </command:details>
    <maml:description>
      <maml:para>Un amministratore userà questo cmdlet per aggiungere un gruppo ai criteri di implementazione dell'autenticazione cloud. Gli utenti in questi gruppi inizieranno a eseguire l'autenticazione sul cloud per criterio, ad esempio con l'accesso Single Sign-On facile o di altro tipo o con Autenticazione pass-through o di altro tipo.</maml:para>
    </maml:description>
    <!-- Cmdlet syntax section-->
    <command:syntax>
      <command:syntaxitem>
        <maml:name>Add-AzureADMSFeatureRolloutPolicyDirectoryObject</maml:name>
        <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named">
          <maml:name>Id</maml:name>
          <maml:description>
            <maml:para>Identificatore univoco dei criteri di implementazione dell'autenticazione cloud in Azure AD.</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>Identificatore univoco dell'oggetto di Azure AD specifico che verrà assegnato ai criteri di implementazione dell'autenticazione cloud in Azure AD.</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>Id</maml:name>
        <maml:description>
          <maml:para>Identificatore univoco dei criteri di implementazione dell'autenticazione cloud in Azure AD.</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>Identificatore univoco dell'oggetto di Azure AD specifico che verrà assegnato ai criteri di implementazione dell'autenticazione cloud in Azure AD.</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>Esempio 1: Consente di aggiungere un gruppo ai criteri di implementazione dell'autenticazione cloud in Azure AD.</maml:title>
        <dev:code>
          PS C:\&gt; Add-AzureADMSFeatureRolloutPolicyDirectoryObject -Id "a03b6d9e-6654-46e6-8d0a-8ed83c675ca9" -RefObjectId "0a1068c0-dbb6-4537-9db3-b48f3e31dd76"
        </dev:code>
        <dev:remarks>
          <maml:para>Questo comando consente di aggiungere un gruppo ai criteri di implementazione dell'autenticazione cloud in Azure AD.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <!-- Link section -->
    <maml:relatedlinks>
      <maml:navigationLink>
        <maml:linkText>Remove-AzureADMSFeatureRolloutPolicyDirectoryObject</maml:linkText>
        <maml:uri></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-AzureADMSFeatureRolloutPolicyDirectoryObject
      </command:name>
      <maml:description>
        <maml:para>Consente a un amministratore di rimuovere un gruppo dai criteri di implementazione dell'autenticazione cloud in Azure AD. Gli utenti in questo gruppo torneranno all'autenticazione mediante i criteri globali. Nella maggior parte dei casi si tratterà della federazione.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para></maml:para>
      </maml:copyright>
      <command:verb>Remove</command:verb>
      <command:noun>AzureADMSFeatureRolloutPolicyDirectoryObject</command:noun>
      <dev:version></dev:version>
    </command:details>
    <maml:description>
      <maml:para>Un amministratore userà questo cmdlet per rimuovere gruppi dai criteri di implementazione dell'autenticazione cloud. Gli utenti in questi gruppi inizieranno a eseguire l'autenticazione con i criteri di autenticazione globali, ad esempio la federazione.</maml:para>
    </maml:description>
    <!-- Cmdlet syntax section-->
    <command:syntax>
      <command:syntaxitem>
        <maml:name>Remove-AzureADMSFeatureRolloutPolicyDirectoryObject</maml:name>
        <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named">
          <maml:name>Id</maml:name>
          <maml:description>
            <maml:para>Identificatore univoco dei criteri di implementazione dell'autenticazione cloud in Azure AD.</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>Identificatore univoco dell'oggetto di Azure AD specifico che verrà assegnato ai criteri di implementazione dell'autenticazione cloud in Azure AD.</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>Id</maml:name>
        <maml:description>
          <maml:para>Identificatore univoco dei criteri di implementazione dell'autenticazione cloud in Azure AD.</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>Identificatore univoco dell'oggetto di Azure AD specifico che verrà assegnato ai criteri di implementazione dell'autenticazione cloud in Azure AD.</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>Esempio 1: Consente di rimuovere un gruppo dai criteri di implementazione dell'autenticazione cloud di Azure AD.</maml:title>
        <dev:code>
          PS C:\&gt; Remove-AzureADMSFeatureRolloutPolicyDirectoryObject -Id "a03b6d9e-6654-46e6-8d0a-8ed83c675ca9" -ObjectId "0a1068c0-dbb6-4537-9db3-b48f3e31dd76"
        </dev:code>
        <dev:remarks>
          <maml:para>Questo comando consente di rimuovere un gruppo dai criteri di implementazione dell'autenticazione cloud di Azure AD.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <!-- Link section -->
    <maml:relatedlinks>
      <maml:navigationLink>
        <maml:linkText>Add-AzureADMSFeatureRolloutPolicyDirectoryObject</maml:linkText>
        <maml:uri></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-AzureADMSPasswordSingleSignOnCredential
        </command:name>
        <maml:description>
            <maml:para>Consente di ottenere le credenziali di accesso Single Sign-On con password</maml:para>
        </maml:description>
        <maml:copyright>
            <maml:para></maml:para>
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>AzureADMSPasswordSingleSignOnCredential</command:noun>
        <dev:version></dev:version>
    </command:details>
    <maml:description>
        <maml:para>Questo cmdlet consente agli utenti di leggere le rispettive credenziali di accesso Single Sign-On con password per un'applicazione a cui appartengono. Gli amministratori possono leggere anche le credenziali del gruppo. Si noti che il campo Password sarà nascosto per finalità di sicurezza.</maml:para>
    </maml:description>
    <!-- Cmdlet syntax section-->
    <command:syntax>
        <command:syntaxitem>
            <maml:name>Get-AzureADMSPasswordSingleSignOnCredential</maml:name>
            <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named">
                <maml:name>ObjectId</maml:name>
                <maml:description>
                    <maml:para>Identificatore univoco dell'oggetto Azure Active Directory specifico per l'oggetto</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>PasswordSSOObjectId</maml:name>
                <maml:description>
                    <maml:para>ID dell'utente o del gruppo</maml:para>
                </maml:description>
                <command:parametervalue required="true" variablelength="false">PasswordSSOObjectId</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>ObjectId</maml:name>
            <maml:description>
                <maml:para>Identificatore univoco dell'oggetto Azure Active Directory specifico per l'oggetto</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>PasswordSSOObjectId</maml:name>
            <maml:description>
                <maml:para>ID dell'utente o del gruppo</maml:para>
            </maml:description>
            <command:parametervalue required="true" variablelength="false">PasswordSSOObjectId</command:parametervalue>
            <dev:type>
                <maml:name>PasswordSSOObjectId</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.PasswordSSOCredentials</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>Ottieni le credenziali di accesso Single Sign-On con password</maml:title>
            <dev:code>
            PS C:\&gt; $get_creds_output = Get-AzureADMSPasswordSingleSignOnCredential -ObjectId 9ac9883e-0ac5-4c32-8737-4267f56a28cc -PasswordSSOObjectId a4210a97-5e26-4cfe-88f1-118ed4886f27
            </dev:code>
            <dev:remarks>
            <maml:para>Questo comando consente di ottenere le credenziali di accesso Single Sign-On con password per gli elementi ObjectId e PasswordSSOObjectId specifici.</maml:para>
            </dev:remarks>
        </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>
            New-AzureADMSPasswordSingleSignOnCredential
        </command:name>
        <maml:description>
            <maml:para>Crea le credenziali di accesso Single Sign-On con password</maml:para>
        </maml:description>
        <maml:copyright>
            <maml:para></maml:para>
        </maml:copyright>
        <command:verb>New</command:verb>
        <command:noun>AzureADMSPasswordSingleSignOnCredential</command:noun>
        <dev:version></dev:version>
    </command:details>
    <maml:description>
        <maml:para>Questo cmdlet consente agli utenti di creare le rispettive credenziali di accesso Single Sign-On con password per un'applicazione a cui appartengono. Gli amministratori possono creare anche le credenziali del gruppo.</maml:para>
    </maml:description>
    <!-- Cmdlet syntax section-->
    <command:syntax>
        <command:syntaxitem>
            <maml:name>New-AzureADMSPasswordSingleSignOnCredential</maml:name>
            <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named">
                <maml:name>ObjectId</maml:name>
                <maml:description>
                    <maml:para>Identificatore univoco dell'oggetto Azure Active Directory specifico per l'oggetto</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>PasswordSSOCredential</maml:name>
                <maml:description>
                    <maml:para>ID dell'utente o del gruppo</maml:para>
                </maml:description>
                <command:parametervalue required="true" variablelength="false">PasswordSSOCredentials</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>ObjectId</maml:name>
            <maml:description>
                <maml:para>Identificatore univoco dell'oggetto Azure Active Directory specifico per l'oggetto</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>PasswordSSOCredential</maml:name>
            <maml:description>
                <maml:para>ID dell'utente o del gruppo</maml:para>
            </maml:description>
            <command:parametervalue required="true" variablelength="false">PasswordSSOCredentials</command:parametervalue>
            <dev:type>
                <maml:name>PasswordSSOCredentials</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.PasswordSSOCredentials</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>Nuove le credenziali di accesso Single Sign-On con password</maml:title>
            <dev:code>
            PS C:\&gt; $credentials = New-Object -TypeName Microsoft.Open.MSGraph.Model.PasswordSSOCredentials
PS C:\&gt; $credentials.Id = "a4210a97-5e26-4cfe-88f1-118ed4886f27"
PS C:\&gt; $creds1 = [Microsoft.Open.MSGraph.Model.PasswordSSOCredential]@{FieldId="param_1"; Value="foobar@ms.com"; Type="text"}
PS C:\&gt; $creds2 = [Microsoft.Open.MSGraph.Model.PasswordSSOCredential]@{FieldId="param_2"; Value="my-secret"; Type="password"}
PS C:\&gt; $credentials.Credentials = @($creds1, $creds2)
 
PS C:\&gt; $new_creds_output = New-AzureADMSPasswordSingleSignOnCredential -ObjectId 9ac9883e-0ac5-4c32-8737-4267f56a28cc -PasswordSSOCredential $credentials
            </dev:code>
            <dev:remarks>
            <maml:para>Questo comando consente di creare le credenziali di accesso Single Sign-On con password per gli elementi ObjectId e PasswordSSOObjectId specifici.</maml:para>
            </dev:remarks>
        </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>
            Remove-AzureADMSPasswordSingleSignOnCredential
        </command:name>
        <maml:description>
            <maml:para>Consente di rimuovere le credenziali di accesso Single Sign-On con password</maml:para>
        </maml:description>
        <maml:copyright>
            <maml:para></maml:para>
        </maml:copyright>
        <command:verb>Remove</command:verb>
        <command:noun>AzureADMSPasswordSingleSignOnCredential</command:noun>
        <dev:version></dev:version>
    </command:details>
    <maml:description>
        <maml:para>Questo cmdlet consente agli utenti di rimuovere le rispettive credenziali di accesso Single Sign-On con password per un'applicazione a cui appartengono. Gli amministratori possono rimuovere anche le credenziali del gruppo.</maml:para>
    </maml:description>
    <!-- Cmdlet syntax section-->
    <command:syntax>
        <command:syntaxitem>
            <maml:name>Remove-AzureADMSPasswordSingleSignOnCredential</maml:name>
            <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named">
                <maml:name>ObjectId</maml:name>
                <maml:description>
                    <maml:para>Identificatore univoco dell'oggetto Azure Active Directory specifico per l'oggetto</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>PasswordSSOObjectId</maml:name>
                <maml:description>
                    <maml:para>ID dell'utente o del gruppo</maml:para>
                </maml:description>
                <command:parametervalue required="true" variablelength="false">PasswordSSOObjectId</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>ObjectId</maml:name>
            <maml:description>
                <maml:para>Identificatore univoco dell'oggetto Azure Active Directory specifico per l'oggetto</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>PasswordSSOObjectId</maml:name>
            <maml:description>
                <maml:para>ID dell'utente o del gruppo</maml:para>
            </maml:description>
            <command:parametervalue required="true" variablelength="false">PasswordSSOObjectId</command:parametervalue>
            <dev:type>
                <maml:name>PasswordSSOObjectId</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>Rimuovi le credenziali di accesso Single Sign-On con password</maml:title>
            <dev:code>
            PS C:\&gt; Remove-AzureADMSPasswordSingleSignOnCredential -ObjectId 9ac9883e-0ac5-4c32-8737-4267f56a28cc -PasswordSSOObjectId a4210a97-5e26-4cfe-88f1-118ed4886f27
            </dev:code>
            <dev:remarks>
            <maml:para>Questo comando consente di rimuovere le credenziali di accesso Single Sign-On con password per gli elementi ObjectId e PasswordSSOObjectId specifici.</maml:para>
            </dev:remarks>
        </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>
            Set-AzureADMSPasswordSingleSignOnCredential
        </command:name>
        <maml:description>
            <maml:para>Consente di configurare le credenziali di accesso Single Sign-On con password</maml:para>
        </maml:description>
        <maml:copyright>
            <maml:para></maml:para>
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>AzureADMSPasswordSingleSignOnCredential</command:noun>
        <dev:version></dev:version>
    </command:details>
    <maml:description>
        <maml:para>Questo cmdlet consente agli utenti di configurare le rispettive credenziali di accesso Single Sign-On con password per un'applicazione a cui appartengono. Gli amministratori possono configurare anche le credenziali del gruppo.</maml:para>
    </maml:description>
    <!-- Cmdlet syntax section-->
    <command:syntax>
        <command:syntaxitem>
            <maml:name>Set-AzureADMSPasswordSingleSignOnCredential</maml:name>
            <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named">
                <maml:name>ObjectId</maml:name>
                <maml:description>
                    <maml:para>Identificatore univoco dell'oggetto Azure Active Directory specifico per l'oggetto</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>PasswordSSOCredential</maml:name>
                <maml:description>
                    <maml:para>ID dell'utente o del gruppo</maml:para>
                </maml:description>
                <command:parametervalue required="true" variablelength="false">PasswordSSOCredentials</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>ObjectId</maml:name>
            <maml:description>
                <maml:para>Identificatore univoco dell'oggetto Azure Active Directory specifico per l'oggetto</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>PasswordSSOCredential</maml:name>
            <maml:description>
                <maml:para>ID dell'utente o del gruppo</maml:para>
            </maml:description>
            <command:parametervalue required="true" variablelength="false">PasswordSSOCredentials</command:parametervalue>
            <dev:type>
                <maml:name>PasswordSSOCredentials</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>Configura le credenziali di accesso Single Sign-On con password</maml:title>
            <dev:code>
            PS C:\&gt; $credentials = New-Object -TypeName Microsoft.Open.MSGraph.Model.PasswordSSOCredentials
PS C:\&gt; $credentials.Id = "a4210a97-5e26-4cfe-88f1-118ed4886f27"
PS C:\&gt; $creds1 = [Microsoft.Open.MSGraph.Model.PasswordSSOCredential]@{FieldId="param_1"; Value="barfoo@ms.com"; Type="text"}
PS C:\&gt; $creds2 = [Microsoft.Open.MSGraph.Model.PasswordSSOCredential]@{FieldId="param_2"; Value="my-secret"; Type="password"}
PS C:\&gt; $credentials.Credentials = @($creds1, $creds2)
PS C:\&gt; Set-AzureADMSPasswordSingleSignOnCredential -ObjectId 9ac9883e-0ac5-4c32-8737-4267f56a28cc -PasswordSSOCredential $credentials
            </dev:code>
            <dev:remarks>
            <maml:para>Questo comando consente di impostare le credenziali di accesso Single Sign-On con password per gli elementi ObjectId e PasswordSSOObjectId specifici.</maml:para>
            </dev:remarks>
        </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-AzureADMSApplicationTemplate
        </command:name>
        <maml:description>
            <maml:para>Recupera un elenco di oggetti applicationTemplate</maml:para>
        </maml:description>
        <maml:copyright>
            <maml:para></maml:para>
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>AzureADMSApplicationTemplate</command:noun>
        <dev:version></dev:version>
    </command:details>
    <maml:description>
        <maml:para>Questo cmdlet consente agli utenti di ottenere un elenco di tutti i modelli di applicazione o un modello di applicazione specifico.</maml:para>
    </maml:description>
    <!-- Cmdlet syntax section-->
    <command:syntax>
        <command:syntaxitem>
            <maml:name>Get-AzureADMSApplicationTemplate</maml:name>
            <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named">
                <maml:name>Id</maml:name>
                <maml:description>
                    <maml:para>Identificatore univoco di un modello di applicazione</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>Id</maml:name>
            <maml:description>
                <maml:para>Identificatore univoco di un modello di applicazione</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.ApplicationTemplate</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. Consente di ottenere un elenco di oggetti del modello di applicazione</maml:title>
            <dev:code>
            PS C:\&gt; $all_templates = Get-AzureADMSApplicationTemplate
            </dev:code>
            <dev:remarks>
            <maml:para>Questo comando consente di ottenere tutti gli oggetti del modello di applicazione</maml:para>
            </dev:remarks>
        </command:example>
        <command:example>
            <maml:title>2. Consente di ottenere un oggetto del modello di applicazione</maml:title>
            <dev:code>
            PS C:\&gt; $template = Get-AzureADMSApplicationTemplate -Id e8b7b394-057d-4203-a93a-1879c28ece38
            </dev:code>
            <dev:remarks>
            <maml:para>Questo comando consente di ottenere un oggetto del modello di applicazione per l'ID specifico</maml:para>
            </dev:remarks>
        </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>
            New-AzureADMSApplicationFromApplicationTemplate
        </command:name>
        <maml:description>
            <maml:para>Crea un'istanza di un'applicazione</maml:para>
        </maml:description>
        <maml:copyright>
            <maml:para></maml:para>
        </maml:copyright>
        <command:verb>New</command:verb>
        <command:noun>AzureADMSApplicationFromApplicationTemplate</command:noun>
        <dev:version></dev:version>
    </command:details>
    <maml:description>
        <maml:para>Questo cmdlet consente agli utenti di creare un'applicazione dal modello di applicazione</maml:para>
    </maml:description>
    <!-- Cmdlet syntax section-->
    <command:syntax>
        <command:syntaxitem>
            <maml:name>New-AzureADMSApplicationFromApplicationTemplate</maml:name>
            <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named">
                <maml:name>Id</maml:name>
                <maml:description>
                    <maml:para>Identificatore univoco di un oggetto in 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>DisplayName</maml:name>
                <maml:description>
                    <maml:para>Nome visualizzato del modello dell'applicazione</maml:para>
                </maml:description>
                <command:parametervalue required="true" variablelength="false">ApplicationTemplateDisplayName</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>Id</maml:name>
            <maml:description>
                <maml:para>Identificatore univoco di un oggetto in 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>DisplayName</maml:name>
            <maml:description>
                <maml:para>Nome visualizzato del modello dell'applicazione</maml:para>
            </maml:description>
            <command:parametervalue required="true" variablelength="false">ApplicationTemplateDisplayName</command:parametervalue>
            <dev:type>
                <maml:name>ApplicationTemplateDisplayName</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.ApplicationTemplateCopy</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. Consente di creare un'applicazione da un modello di applicazione</maml:title>
            <dev:code>
            PS C:\&gt; $instantiated_app = New-AzureADMSApplicationTemplate -Id e8b7b394-057d-4203-a93a-1879c28ece38 -DisplayName bugzilla-copy1
            </dev:code>
            <dev:remarks>
            <maml:para>Questo comando consente di creare un'istanza di una nuova applicazione in base al modello di applicazione a cui l'ID fa riferimento.</maml:para>
            </dev:remarks>
        </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>
            Add-AzureADMSServicePrincipalDelegatedPermissionClassification
        </command:name>
        <maml:description>
            <maml:para>Aggiungere una classificazione per un'autorizzazione delegata.</maml:para>
        </maml:description>
        <maml:copyright>
            <maml:para></maml:para>
        </maml:copyright>
        <command:verb>Add</command:verb>
        <command:noun>AzureADMSServicePrincipalDelegatedPermissionClassification</command:noun>
        <dev:version></dev:version>
    </command:details>
    <maml:description>
        <maml:para>Il cmdlet Add-AzureADMSServicePrincipalDelegatedPermissionClassification consente di creare una classificazione delle autorizzazioni delegate per l'autorizzazione specifica nell'entità servizio.</maml:para>
    </maml:description>
    <!-- Cmdlet syntax section-->
    <command:syntax>
        <command:syntaxitem>
            <maml:name>Add-AzureADMSServicePrincipalDelegatedPermissionClassification</maml:name>
            <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named">
                <maml:name>ServicePrincipalId</maml:name>
                <maml:description>
                    <maml:para>Identificatore univoco dell'oggetto entità servizio in 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>PermissionId</maml:name>
                <maml:description>
                    <maml:para>ID per un'autorizzazione delegata.</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>PermissionName</maml:name>
                <maml:description>
                    <maml:para>Nome per un'autorizzazione delegata.</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>Classification</maml:name>
                <maml:description>
                    <maml:para>Classificazione per un'autorizzazione delegata. Può essere bassa, media o alta.</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>Identificatore univoco dell'oggetto entità servizio in 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>PermissionId</maml:name>
            <maml:description>
                <maml:para>ID per un'autorizzazione delegata.</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>PermissionName</maml:name>
            <maml:description>
                <maml:para>Nome per un'autorizzazione delegata.</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>Classification</maml:name>
            <maml:description>
                <maml:para>Classificazione per un'autorizzazione delegata. Questo parametro può avere uno dei valori seguenti:</maml:para>
                <maml:para>* "Bassa" - Consente di specificare una classificazione di tipo impatto ridotto per un'autorizzazione.</maml:para>
                <maml:para>* "Media" - Consente di specificare una classificazione di tipo impatto medio per un'autorizzazione.</maml:para>
                <maml:para>* "Alta" - Consente di specificare una classificazione di tipo impatto elevato per un'autorizzazione.</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.DelegatedPermissionClassification</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>-------------- Esempio 1: Creare una classificazione delle autorizzazioni delegate --------------</maml:title>
        <dev:code>PS C:\&gt; Add-AzureADMSServicePrincipalDelegatedPermissionClassification -ServicePrincipalId "95f56359-0165-4f80-bffb-c89d06cf2c6f" -PermissionId "205e70e5-aba6-4c52-a976-6d2d46c48043" -Classification Low -PermissionName "Sites.Read.All"
 
Classification : Low
Id : 5XBeIKarUkypdm0tRsSAQwE
PermissionId : 205e70e5-aba6-4c52-a976-6d2d46c48043
PermissionName : Sites.Read.All
        </dev:code>
        <dev:remarks>
          <maml:para>Questo comando consente di creare una classificazione delle autorizzazioni delegate per l'autorizzazione specifica nell'entità servizio.</maml:para>
        </dev:remarks>
      </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-AzureADMSServicePrincipalDelegatedPermissionClassification
        </command:name>
        <maml:description>
            <maml:para>È possibile recuperare gli oggetti di classificazione delle autorizzazioni delegate nell'entità servizio.</maml:para>
        </maml:description>
        <maml:copyright>
            <maml:para></maml:para>
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>AzureADMSServicePrincipalDelegatedPermissionClassification</command:noun>
        <dev:version></dev:version>
    </command:details>
    <maml:description>
        <maml:para>Il cmdlet Get-AzureADMSServicePrincipalDelegatedPermissionClassification consente di recuperare le classificazioni delle autorizzazioni delegate da un'entità servizio.</maml:para>
    </maml:description>
    <!-- Cmdlet syntax section-->
    <command:syntax>
        <command:syntaxitem>
            <maml:name>Get-AzureADMSServicePrincipalDelegatedPermissionClassification</maml:name>
            <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named">
                <maml:name>ServicePrincipalId</maml:name>
                <maml:description>
                    <maml:para>Identificatore univoco dell'oggetto entità servizio in 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>Id</maml:name>
                <maml:description>
                    <maml:para>Identificatore univoco di un ID oggetto della classificazione di un'autorizzazione delegata.</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>Filter</maml:name>
                <maml:description>
                    <maml:para>Istruzione del filtro oData v3.0. Controlla gli oggetti che vengono restituiti.</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>Identificatore univoco dell'oggetto entità servizio in 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>Id</maml:name>
            <maml:description>
                <maml:para>Identificatore univoco di un ID oggetto della classificazione di un'autorizzazione delegata.</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>Filter</maml:name>
            <maml:description>
                <maml:para>Istruzione del filtro oData v3.0. Controlla gli oggetti che vengono restituiti.</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.DelegatedPermissionClassification</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>-------------- Esempio 1: Ottenere un elenco di classificazioni delle autorizzazioni delegate --------------</maml:title>
        <dev:code>PS C:\&gt; Get-AzureADMSServicePrincipalDelegatedPermissionClassification -ServicePrincipalId "95f56359-0165-4f80-bffb-c89d06cf2c6f"
 
Classification : Low
Id : 5XBeIKarUkypdm0tRsSAQwE
PermissionId : 205e70e5-aba6-4c52-a976-6d2d46c48043
PermissionName : Sites.Read.All
 
Classification : Low
Id : ntbaFJsJyUKBC9ACmB_uwQE
PermissionId : 14dad69e-099b-42c9-810b-d002981feec1
PermissionName : profile
        </dev:code>
        <dev:remarks>
          <maml:para>Questo comando consente di recuperare tutte le classificazioni delle autorizzazioni delegate dall'entità servizio.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------- Esempio 2: Ottenere le classificazioni delle autorizzazioni delegate --------------</maml:title>
        <dev:code>PS C:\&gt; Get-AzureADMSServicePrincipalDelegatedPermissionClassification -ServicePrincipalId "95f56359-0165-4f80-bffb-c89d06cf2c6f" -Id "5XBeIKarUkypdm0tRsSAQwE"
 
Classification : Low
Id : 5XBeIKarUkypdm0tRsSAQwE
PermissionId : 205e70e5-aba6-4c52-a976-6d2d46c48043
PermissionName : Sites.Read.All
        </dev:code>
        <dev:remarks>
          <maml:para>Questo comando consente di recuperare la classificazione delle autorizzazioni delegate in base a ID dall'entità servizio.</maml:para>
        </dev:remarks>
      </command:example>
            <command:example>
        <maml:title>-------------- Esempio 3: Ottenere la classificazione delle autorizzazioni delegate con un filtro --------------</maml:title>
        <dev:code>PS C:\&gt; Get-AzureADMSServicePrincipalDelegatedPermissionClassification -ServicePrincipalId "95f56359-0165-4f80-bffb-c89d06cf2c6f" -Filter "PermissionName eq 'Sites.Read.All'"
 
Classification : Low
Id : 5XBeIKarUkypdm0tRsSAQwE
PermissionId : 205e70e5-aba6-4c52-a976-6d2d46c48043
PermissionName : Sites.Read.All
        </dev:code>
        <dev:remarks>
          <maml:para>Questo comando consente di recuperare le classificazioni filtrate delle autorizzazioni delegate dall'entità servizio.</maml:para>
        </dev:remarks>
      </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>
            Remove-AzureADMSServicePrincipalDelegatedPermissionClassification
        </command:name>
        <maml:description>
            <maml:para>È possibile rimuovere la classificazione delle autorizzazioni delegate.</maml:para>
        </maml:description>
        <maml:copyright>
            <maml:para></maml:para>
        </maml:copyright>
        <command:verb>Remove</command:verb>
        <command:noun>AzureADMSServicePrincipalDelegatedPermissionClassification</command:noun>
        <dev:version></dev:version>
    </command:details>
    <maml:description>
        <maml:para>Il cmdlet Remove-AzureADMSServicePrincipalDelegatedPermissionClassification consente di eliminare la classificazione delle autorizzazioni delegate specifica in base a ID dall'entità servizio.</maml:para>
    </maml:description>
    <!-- Cmdlet syntax section-->
    <command:syntax>
        <command:syntaxitem>
            <maml:name>Remove-AzureADMSServicePrincipalDelegatedPermissionClassification</maml:name>
            <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named">
                <maml:name>ServicePrincipalId</maml:name>
                <maml:description>
                    <maml:para>Identificatore univoco dell'oggetto entità servizio in 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>Id</maml:name>
                <maml:description>
                    <maml:para>Identificatore univoco di un ID oggetto della classificazione di un'autorizzazione delegata.</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>Identificatore univoco dell'oggetto entità servizio in 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>Id</maml:name>
            <maml:description>
                <maml:para>Identificatore univoco di un ID oggetto della classificazione di un'autorizzazione delegata.</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>-------------- Esempio 1: Rimuovere le classificazioni delle autorizzazioni delegate --------------</maml:title>
        <dev:code>PS C:\&gt; Remove-AzureADMSServicePrincipalDelegatedPermissionClassification -ServicePrincipalId "95f56359-0165-4f80-bffb-c89d06cf2c6f" -Id "5XBeIKarUkypdm0tRsSAQwE"
        </dev:code>
        <dev:remarks>
          <maml:para>Questo comando consente di eliminare la classificazione delle autorizzazioni delegate in base a ID dall'entità servizio.</maml:para>
        </dev:remarks>
      </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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-AzureADMSAuthorizationPolicy</command:name>
      <command:verb>Get</command:verb>
      <command:noun>AzureADMSAuthorizationPolicy</command:noun>
      <maml:description>
        <maml:para>Consente di ottenere un criterio di autorizzazione.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Il cmdlet Get-AzureADMSAuthorizationPolicy consente di ottenere un criterio di autorizzazione di Azure Active Directory.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-AzureADMSAuthorizationPolicy</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare l'identificatore univoco del criterio di autorizzazione.</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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>Consente di specificare l'identificatore univoco del criterio di autorizzazione.</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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes/>
    <command:returnValues/>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>--------- Esempio 1: Ottenere un criterio di autorizzazione tramite ID ---------</maml:title>
        <dev:code>PS C:\&gt;Get-AzureADMSAuthorizationPolicy -Id "authorizationPolicy"</dev:code>
        <dev:remarks>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Set-AzureADMSAuthorizationPolicy</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
    </command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Set-AzureADMSAuthorizationPolicy</command:name>
      <command:verb>Set</command:verb>
      <command:noun>AzureADMSAuthorizationPolicy</command:noun>
      <maml:description>
        <maml:para>Consente di aggiornare un criterio di autorizzazione.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Il cmdlet Set-AzureADMSAuthorizationPolicy consente di aggiornare un criterio di autorizzazione di Azure Active Directory.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-AzureADMSAuthorizationPolicy</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AllowedToSignUpEmailBasedSubscriptions</maml:name>
          <maml:Description>
            <maml:para>Specifica se gli utenti possono creare sottoscrizioni basate sulla posta elettronica. Il valore predefinito iniziale è true.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AllowedToUseSSPR</maml:name>
          <maml:Description>
            <maml:para>Specifica se la funzionalità Reimpostazione della password self-service può essere usata dagli utenti nel tenant. Il valore predefinito iniziale è true.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AllowEmailVerifiedUsersToJoinOrganization</maml:name>
          <maml:Description>
            <maml:para>Specifica se un utente può essere aggiunto al tenant tramite posta elettronica. Il valore predefinito iniziale è true.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>BlockMsolPowerShell</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare se l'accesso basato su utente all'endpoint di servizio legacy usato da MSOL PowerShell è bloccato.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>DefaultUserRolePermissions</maml:name>
          <maml:Description>
            <maml:para>Contiene diverse autorizzazioni personalizzabili per il ruolo utente predefinito.</maml:para>
          </maml:Description>
          <command:parameterValue required="false" variableLength="false">Microsoft.Open.MSGraph.Model.DefaultUserRolePermissions</command:parameterValue>
          <dev:type>
            <maml:name>Microsoft.Open.MSGraph.Model.DefaultUserRolePermissions</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Description</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare la descrizione del criterio di autorizzazione.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>DisplayName</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare il nome visualizzato del criterio di autorizzazione.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>EnabledPreviewFeatures</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare le funzionalità in anteprima abilitate per l'anteprima privata nel tenant.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">System.Collections.Generic.List`1[System.String]</command:parameterValue>
          <dev:type>
            <maml:name>System.Collections.Generic.List`1[System.String]</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>GuestUserRoleId</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare il valore roletemplateId per il ruolo da concedere all'utente guest.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare l'identificatore univoco del criterio di autorizzazione.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>PermissionGrantPolicyIdsAssignedToDefaultUserRole</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare gli ID criterio dei criteri di concessione autorizzazioni assegnati al ruolo utente predefinito.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">System.Collections.Generic.List`1[System.String]</command:parameterValue>
          <dev:type>
            <maml:name>System.Collections.Generic.List`1[System.String]</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>AllowedToSignUpEmailBasedSubscriptions</maml:name>
        <maml:Description>
          <maml:para>Specifica se gli utenti possono creare sottoscrizioni basate sulla posta elettronica. Il valore predefinito iniziale è true.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>AllowedToUseSSPR</maml:name>
        <maml:Description>
          <maml:para>Specifica se la funzionalità Reimpostazione della password self-service può essere usata dagli utenti nel tenant. Il valore predefinito iniziale è true.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>AllowEmailVerifiedUsersToJoinOrganization</maml:name>
        <maml:Description>
          <maml:para>Specifica se un utente può essere aggiunto al tenant tramite posta elettronica. Il valore predefinito iniziale è true.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>BlockMsolPowerShell</maml:name>
        <maml:Description>
          <maml:para>Consente di specificare se l'accesso basato su utente all'endpoint di servizio legacy usato da MSOL PowerShell è bloccato.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>DefaultUserRolePermissions</maml:name>
        <maml:Description>
          <maml:para>Contiene diverse autorizzazioni personalizzabili per il ruolo utente predefinito.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">Microsoft.Open.MSGraph.Model.DefaultUserRolePermissions</command:parameterValue>
        <dev:type>
          <maml:name>Microsoft.Open.MSGraph.Model.DefaultUserRolePermissions</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Description</maml:name>
        <maml:Description>
          <maml:para>Consente di specificare la descrizione del criterio di autorizzazione.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>DisplayName</maml:name>
        <maml:Description>
          <maml:para>Consente di specificare il nome visualizzato del criterio di autorizzazione.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>EnabledPreviewFeatures</maml:name>
        <maml:Description>
          <maml:para>Consente di specificare le funzionalità in anteprima abilitate per l'anteprima privata nel tenant.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">System.Collections.Generic.List`1[System.String]</command:parameterValue>
        <dev:type>
          <maml:name>System.Collections.Generic.List`1[System.String]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>GuestUserRoleId</maml:name>
        <maml:Description>
          <maml:para>Consente di specificare il valore roletemplateId per il ruolo da concedere all'utente guest.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>Consente di specificare l'identificatore univoco del criterio di autorizzazione.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>PermissionGrantPolicyIdsAssignedToDefaultUserRole</maml:name>
        <maml:Description>
          <maml:para>Consente di specificare gli ID criterio dei criteri di concessione autorizzazioni assegnati al ruolo utente predefinito.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">System.Collections.Generic.List`1[System.String]</command:parameterValue>
        <dev:type>
          <maml:name>System.Collections.Generic.List`1[System.String]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputtype>
        <dev:type>
          <maml:name>Microsoft.Open.MSGraph.Model.DefaultUserRolePermissions</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:inputtype>
    </command:inputTypes>
    <command:returnValues/>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>---------- Esempio 1: Aggiornare un criterio di autorizzazione ----------</maml:title>
        <dev:code>PS C:\&gt;Set-AzureADMSAuthorizationPolicy -Id authorizationPolicy -DisplayName "updated displayname" -Description "updated description" -PermissionGrantPolicyIdsAssignedToDefaultUserRole @("user-default-low","application-admin") -GuestUserRoleId "10dae51f-b6af-4016-8d66-8c2a99b929b3" -EnabledPreviewFeatures @("EnableGranularConsent") -DefaultUserRolePermissions @{ AllowedToCreateApps = $false }</dev:code>
        <dev:remarks>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-AzureADMSAuthorizationPolicy</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
    </command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-AzureADMSPermissionGrantPolicy</command:name>
      <command:verb>Get</command:verb>
      <command:noun>AzureADMSPermissionGrantPolicy</command:noun>
      <maml:description>
        <maml:para>Consente di ottenere un criterio di concessione autorizzazioni.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Il cmdlet Get-AzureADMSPermissionGrantPolicy consente di ottenere un criterio di concessione autorizzazioni di Azure Active Directory.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-AzureADMSPermissionGrantPolicy</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare l'identificatore univoco del criterio di concessione autorizzazioni.</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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>Consente di specificare l'identificatore univoco del criterio di concessione autorizzazioni.</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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes/>
    <command:returnValues/>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------- Esempio 1: Ottenere un criterio di concessione autorizzazioni in base all'ID --------</maml:title>
        <dev:code>PS C:\&gt; Get-AzureADMSPermissionGrantPolicy -Id "my_permission_grant_policy_id"</dev:code>
        <dev:remarks>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>New-AzureADMSPermissionGrantPolicy</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-AzureADMSPermissionGrantPolicy</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-AzureADMSPermissionGrantPolicy</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
    </command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-AzureADMSPermissionGrantPolicy</command:name>
      <command:verb>New</command:verb>
      <command:noun>AzureADMSPermissionGrantPolicy</command:noun>
      <maml:description>
        <maml:para>Consente di creare un criterio di concessione autorizzazioni.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Il cmdlet New-AzureADMSPermissionGrantPolicy consente di creare un criterio di concessione autorizzazioni di Azure Active Directory.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-AzureADMSPermissionGrantPolicy</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Description</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare la descrizione per il criterio di concessione autorizzazioni.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>DisplayName</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare il nome visualizzato per il criterio di concessione autorizzazioni.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare l'identificatore univoco del criterio di concessione autorizzazioni.</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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Description</maml:name>
        <maml:Description>
          <maml:para>Consente di specificare la descrizione per il criterio di concessione autorizzazioni.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>DisplayName</maml:name>
        <maml:Description>
          <maml:para>Consente di specificare il nome visualizzato per il criterio di concessione autorizzazioni.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>Consente di specificare l'identificatore univoco del criterio di concessione autorizzazioni.</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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes/>
    <command:returnValues/>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>--------- Esempio 1: Creare un criterio di concessione autorizzazioni ---------</maml:title>
        <dev:code>PS C:\&gt; New-AzureADMSPermissionGrantPolicy -Id "my_new_permission_grant_policy_id" -DisplayName "MyNewPermissionGrantPolicy" -Description "My new permission grant policy"</dev:code>
        <dev:remarks>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-AzureADMSPermissionGrantPolicy</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-AzureADMSPermissionGrantPolicy</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-AzureADMSPermissionGrantPolicy</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
    </command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Remove-AzureADMSPermissionGrantPolicy</command:name>
      <command:verb>Remove</command:verb>
      <command:noun>AzureADMSPermissionGrantPolicy</command:noun>
      <maml:description>
        <maml:para>Consente di rimuovere un criterio di concessione autorizzazioni.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Il cmdlet Remove-AzureADMSPermissionGrantPolicy consente di rimuovere un criterio di concessione autorizzazioni di Azure Active Directory.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Remove-AzureADMSPermissionGrantPolicy</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>Identificatore univoco del criterio di concessione autorizzazioni.</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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>Identificatore univoco del criterio di concessione autorizzazioni.</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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes/>
    <command:returnValues/>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>Esempio 1: Rimuovere un criterio di concessione autorizzazioni</maml:title>
        <dev:code>PS C:\&gt; Remove-AzureADMSPermissionGrantPolicy -Id "my_permission_grant_policy_id"</dev:code>
        <dev:remarks>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>New-AzureADMSPermissionGrantPolicy</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-AzureADMSPermissionGrantPolicy</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-AzureADMSPermissionGrantPolicy</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
    </command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Set-AzureADMSPermissionGrantPolicy</command:name>
      <command:verb>Set</command:verb>
      <command:noun>AzureADMSPermissionGrantPolicy</command:noun>
      <maml:description>
        <maml:para>Consente di aggiornare un criterio di concessione autorizzazioni.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Il comando Set-AzureADMSPermissionGrantPolicy consente di aggiornare un criterio di concessione autorizzazioni di Azure Active Directory.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-AzureADMSPermissionGrantPolicy</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Description</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare la descrizione del criterio di concessione autorizzazioni.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>DisplayName</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare il nome visualizzato del criterio di concessione autorizzazioni.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare l'identificatore univoco del criterio di concessione autorizzazioni.</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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Description</maml:name>
        <maml:Description>
          <maml:para>Consente di specificare la descrizione del criterio di concessione autorizzazioni.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>DisplayName</maml:name>
        <maml:Description>
          <maml:para>Consente di specificare il nome visualizzato del criterio di concessione autorizzazioni.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>Consente di specificare l'identificatore univoco del criterio di concessione autorizzazioni.</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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes/>
    <command:returnValues/>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Esempio 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Set-AzureADMSPermissionGrantPolicy -Id "my_permission_grant_policy_id" -Description "updated description" -DisplayName "update displayname"</dev:code>
        <dev:remarks>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>New-AzureADMSPermissionGrantPolicy</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-AzureADMSPermissionGrantPolicy</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-AzureADMSPermissionGrantPolicy</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
    </command: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-AzureADMSConditionalAccessPolicy
      </command:name>
      <maml:description>
        <maml:para>Consente di ottenere un criterio di accesso condizionale di Azure Active Directory.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para></maml:para>
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>AzureADMSConditionalAccessPolicy</command:noun>
      <dev:version></dev:version>
    </command:details>
    <maml:description>
      <maml:para>Questo cmdlet consente a un amministratore di ottenere il criterio di accesso condizionale di Azure Active Directory. I criteri di accesso condizionale sono regole personalizzate che definiscono uno scenario di accesso. </maml:para>
    </maml:description>
    <!-- Cmdlet syntax section-->
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-AzureADMSConditionalAccessPolicy</maml:name>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Get-AzureADMSConditionalAccessPolicy</maml:name>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases="none">
          <maml:name>PolicyId</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare l'ID di un criterio di accesso condizionale in 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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <!-- Cmdlet parameter section -->
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases="none">
          <maml:name>PolicyId</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare l'ID di un criterio di accesso condizionale in 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>None</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/>
    <!-- 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>Esempio 1: Consente di recuperare un elenco di tutti i criteri di accesso condizionale in Azure AD.</maml:title>
        <dev:code>
          PS C:\&gt; Get-AzureADMSConditionalAccessPolicy
 
          Id : 6b5e999b-0ba8-4186-a106-e0296c1c4358
          DisplayName : Demo app for documentation
          CreatedDateTime : 2019-09-26T23:12:16.0792706Z
          ModifiedDateTime : 2019-09-27T00:12:12.5986473Z
          State : Disabled
        </dev:code>
        <dev:remarks>
          <maml:para>Questo comando consente di recuperare un elenco di tutti i criteri di accesso condizionale in Azure AD.</maml:para>
        </dev:remarks>
      </command:example>
 
      <command:example>
        <maml:title>Esempio 2: Consente di recuperare un criterio di accesso condizionale in Azure AD con un ID specifico.</maml:title>
        <dev:code>
          PS C:\&gt; Get-AzureADMSConditionalAccessPolicy -PolicyId "6b5e999b-0ba8-4186-a106-e0296c1c4358"
 
          Id : 6b5e999b-0ba8-4186-a106-e0296c1c4358
          DisplayName : Demo app for documentation
          CreatedDateTime : 2019-09-26T23:12:16.0792706Z
          ModifiedDateTime : 2019-09-27T00:12:12.5986473Z
          State : Disabled
        </dev:code>
        <dev:remarks>
          <maml:para>Questo comando consente di recuperare un criterio di accesso condizionale in Azure AD.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <!-- Link section -->
    <maml:relatedlinks>
      <maml:navigationLink>
        <maml:linkText>New-AzureADMSConditionalAccessPolicy</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-AzureADMSConditionalAccessPolicy</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-AzureADMSConditionalAccessPolicy</maml:linkText>
        <maml:uri></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-AzureADMSConditionalAccessPolicy
      </command:name>
      <maml:description>
        <maml:para>Consente di creare un nuovo criterio di accesso condizionale in Azure Active Directory.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para></maml:para>
      </maml:copyright>
      <command:verb>New</command:verb>
      <command:noun>AzureADMSConditionalAccessPolicy</command:noun>
      <dev:version></dev:version>
    </command:details>
    <maml:description>
      <maml:para>Questo cmdlet consente a un amministratore di creare un nuovo criterio di accesso condizionale in Azure Active Directory. I criteri di accesso condizionale sono regole personalizzate che definiscono uno scenario di accesso. </maml:para>
    </maml:description>
    <!-- Cmdlet syntax section-->
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-AzureADMSConditionalAccessPolicy</maml:name>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases="none">
          <maml:name>DisplayName</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare il nome visualizzato di un criterio di accesso condizionale in 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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases="none">
          <maml:name>State</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare lo stato abilitato o disabilitato del criterio di accesso condizionale in 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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases="none">
          <maml:name>Conditions</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare le condizioni per il criterio di accesso condizionale in Azure Active Directory.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Microsoft.Open.MSGraph.Model.ConditionalAccessConditionSet</command:parameterValue>
          <dev:type>
            <maml:name>Microsoft.Open.MSGraph.Model.ConditionalAccessConditionSet</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases="none">
          <maml:name>GrantControls</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare i controlli per il criterio di accesso condizionale in Azure Active Directory.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Microsoft.Open.MSGraph.Model.ConditionalAccessGrantControls</command:parameterValue>
          <dev:type>
            <maml:name>Microsoft.Open.MSGraph.Model.ConditionalAccessGrantControls</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <!-- Cmdlet parameter section -->
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases="none">
          <maml:name>DisplayName</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare il nome visualizzato di un criterio di accesso condizionale in 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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases="none">
          <maml:name>State</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare lo stato abilitato o disabilitato del criterio di accesso condizionale in 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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases="none">
          <maml:name>Conditions</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare le condizioni per il criterio di accesso condizionale in Azure Active Directory.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Microsoft.Open.MSGraph.Model.ConditionalAccessConditionSet</command:parameterValue>
          <dev:type>
            <maml:name>Microsoft.Open.MSGraph.Model.ConditionalAccessConditionSet</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases="none">
          <maml:name>GrantControls</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare i controlli per il criterio di accesso condizionale in Azure Active Directory.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Microsoft.Open.MSGraph.Model.ConditionalAccessGrantControls</command:parameterValue>
          <dev:type>
            <maml:name>Microsoft.Open.MSGraph.Model.ConditionalAccessGrantControls</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:parameters>
    <!-- Input - Output section-->
    <command:inputtypes/>
    <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>Esempio 1: Consente di creare un nuovo criterio di accesso condizionale in Azure AD che richiede MFA per l'accesso a Exchange Online.</maml:title>
        <dev:code>
          PS C:\&gt; $conditions = New-Object -TypeName Microsoft.Open.MSGraph.Model.ConditionalAccessConditionSet
          PS C:\&gt; $conditions.Applications = New-Object -TypeName Microsoft.Open.MSGraph.Model.ConditionalAccessApplicationCondition
          PS C:\&gt; $conditions.Applications.IncludeApplications = "00000002-0000-0ff1-ce00-000000000000"
          PS C:\&gt; $conditions.Users = New-Object -TypeName Microsoft.Open.MSGraph.Model.ConditionalAccessUserCondition
          PS C:\&gt; $conditions.Users.IncludeUsers = "all"
          PS C:\&gt; $controls = New-Object -TypeName Microsoft.Open.MSGraph.Model.ConditionalAccessGrantControls
          PS C:\&gt; $controls._Operator = "OR"
          PS C:\&gt; $controls.BuiltInControls = "mfa"
          PS C:\&gt; New-AzureADMSConditionalAccessPolicy -DisplayName "MFA policy" -State "Enabled" -Conditions $conditions -GrantControls $controls
 
          Id : 6b5e999b-0ba8-4186-a106-e0296c1c4358
          DisplayName : MFA policy
          CreatedDateTime : 2019-09-26T23:12:16.0792706Z
          ModifiedDateTime : 2019-09-27T00:12:12.5986473Z
          State : Enabled
        </dev:code>
        <dev:remarks>
          <maml:para>Questo comando consente di creare un nuovo criterio di accesso condizionale in Azure AD che richiede MFA per l'accesso a Exchange Online.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>Esempio 2: Consente di creare un nuovo criterio di accesso condizionale in Azure AD che blocca l'accesso a Exchange Online da aree non attendibili.</maml:title>
        <dev:code>
          PS C:\&gt; $conditions = New-Object -TypeName Microsoft.Open.MSGraph.Model.ConditionalAccessConditionSet
          PS C:\&gt; $conditions.Applications = New-Object -TypeName Microsoft.Open.MSGraph.Model.ConditionalAccessApplicationCondition
          PS C:\&gt; $conditions.Applications.IncludeApplications = "00000002-0000-0ff1-ce00-000000000000"
          PS C:\&gt; $conditions.Users = New-Object -TypeName Microsoft.Open.MSGraph.Model.ConditionalAccessUserCondition
          PS C:\&gt; $conditions.Users.IncludeUsers = "all"
          PS C:\&gt; $conditions.Locations = New-Object -TypeName Microsoft.Open.MSGraph.Model.ConditionalAccessLocationCondition
          PS C:\&gt; $conditions.Locations.IncludeLocations = "198ad66e-87b3-4157-85a3-8a7b51794ee9"
          PS C:\&gt; $controls = New-Object -TypeName Microsoft.Open.MSGraph.Model.ConditionalAccessGrantControls
          PS C:\&gt; $controls._Operator = "OR"
          PS C:\&gt; $controls.BuiltInControls = "block"
          PS C:\&gt; New-AzureADMSConditionalAccessPolicy -DisplayName "MFA policy" -State "Enabled" -Conditions $conditions -GrantControls $controls
 
          Id : 6b5e999b-0ba8-4186-a106-e0296c1c4358
          DisplayName : MFA policy
          CreatedDateTime : 2019-09-26T23:12:16.0792706Z
          ModifiedDateTime : 2019-09-27T00:12:12.5986473Z
          State : Enabled
        </dev:code>
        <dev:remarks>
          <maml:para>Questo comando consente di creare un nuovo criterio di accesso condizionale in Azure AD che blocca l'accesso a Exchange Online da aree non attendibili.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <!-- Link section -->
    <maml:relatedlinks>
      <maml:navigationLink>
        <maml:linkText>Get-AzureADMSConditionalAccessPolicy</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-AzureADMSConditionalAccessPolicy</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-AzureADMSConditionalAccessPolicy</maml:linkText>
        <maml:uri></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-AzureADMSConditionalAccessPolicy
      </command:name>
      <maml:description>
        <maml:para>Consente di aggiornare un criterio di accesso condizionale in Azure Active Directory in base a ID.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para></maml:para>
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>AzureADMSConditionalAccessPolicy</command:noun>
      <dev:version></dev:version>
    </command:details>
    <maml:description>
      <maml:para>Questo cmdlet consente a un amministratore di aggiornare un criterio di accesso condizionale in Azure Active Directory in base all'ID. I criteri di accesso condizionale sono regole personalizzate che definiscono uno scenario di accesso. </maml:para>
    </maml:description>
    <!-- Cmdlet syntax section-->
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-AzureADMSConditionalAccessPolicy</maml:name>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases="none">
          <maml:name>PolicyId</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare l'ID criterio di un criterio di accesso condizionale in 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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases="none">
          <maml:name>DisplayName</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare il nome visualizzato di un criterio di accesso condizionale in Azure Active Directory.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases="none">
          <maml:name>State</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare lo stato abilitato o disabilitato del criterio di accesso condizionale in Azure Active Directory.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases="none">
          <maml:name>Conditions</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare le condizioni per il criterio di accesso condizionale in Azure Active Directory.</maml:para>
          </maml:Description>
          <command:parameterValue required="false" variableLength="false">Microsoft.Open.MSGraph.Model.ConditionalAccessConditionSet</command:parameterValue>
          <dev:type>
            <maml:name>Microsoft.Open.MSGraph.Model.ConditionalAccessConditionSet</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases="none">
          <maml:name>GrantControls</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare i controlli per il criterio di accesso condizionale in Azure Active Directory.</maml:para>
          </maml:Description>
          <command:parameterValue required="false" variableLength="false">Microsoft.Open.MSGraph.Model.ConditionalAccessGrantControls</command:parameterValue>
          <dev:type>
            <maml:name>Microsoft.Open.MSGraph.Model.ConditionalAccessGrantControls</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <!-- Cmdlet parameter section -->
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases="none">
          <maml:name>PolicyId</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare l'ID criterio di un criterio di accesso condizionale in 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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases="none">
          <maml:name>DisplayName</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare il nome visualizzato di un criterio di accesso condizionale in Azure Active Directory.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases="none">
          <maml:name>State</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare lo stato abilitato o disabilitato del criterio di accesso condizionale in Azure Active Directory.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases="none">
          <maml:name>Conditions</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare le condizioni per il criterio di accesso condizionale in Azure Active Directory.</maml:para>
          </maml:Description>
          <command:parameterValue required="false" variableLength="false">Microsoft.Open.MSGraph.Model.ConditionalAccessConditionSet</command:parameterValue>
          <dev:type>
            <maml:name>Microsoft.Open.MSGraph.Model.ConditionalAccessConditionSet</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases="none">
          <maml:name>GrantControls</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare i controlli per il criterio di accesso condizionale in Azure Active Directory.</maml:para>
          </maml:Description>
          <command:parameterValue required="false" variableLength="false">Microsoft.Open.MSGraph.Model.ConditionalAccessGrantControls</command:parameterValue>
          <dev:type>
            <maml:name>Microsoft.Open.MSGraph.Model.ConditionalAccessGrantControls</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <!-- Input - Output section-->
    <command:inputtypes/>
    <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>Esempio 1: Consente di aggiornare un criterio di accesso condizionale in Azure AD in base a PolicyId.</maml:title>
        <dev:code>
          PS C:\&gt; Set-AzureADMSConditionalAccessPolicy -PolicyId 6b5e999b-0ba8-4186-a106-e0296c1c4358 -DisplayName "MFA policy 1" -State "Enabled"
 
          Id : 6b5e999b-0ba8-4186-a106-e0296c1c4358
          DisplayName : MFA policy 1
          CreatedDateTime : 2019-09-26T23:12:16.0792706Z
          ModifiedDateTime : 2019-09-27T00:12:12.5986473Z
          State : Enabled
        </dev:code>
        <dev:remarks>
          <maml:para>Questo comando consente di aggiornare un nuovo criterio di accesso condizionale in Azure AD.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <!-- Link section -->
    <maml:relatedlinks>
      <maml:navigationLink>
        <maml:linkText>Get-AzureADMSConditionalAccessPolicy</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-AzureADMSConditionalAccessPolicy</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-AzureADMSConditionalAccessPolicy</maml:linkText>
        <maml:uri></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-AzureADMSConditionalAccessPolicy
      </command:name>
      <maml:description>
        <maml:para>Consente di eliminare un criterio di accesso condizionale in Azure Active Directory in base a ID.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para></maml:para>
      </maml:copyright>
      <command:verb>Remove</command:verb>
      <command:noun>AzureADMSConditionalAccessPolicy</command:noun>
      <dev:version></dev:version>
    </command:details>
    <maml:description>
      <maml:para>Questo cmdlet consente a un amministratore di eliminare un criterio di accesso condizionale in Azure Active Directory in base all'ID. I criteri di accesso condizionale sono regole personalizzate che definiscono uno scenario di accesso. </maml:para>
    </maml:description>
    <!-- Cmdlet syntax section-->
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Remove-AzureADMSConditionalAccessPolicy</maml:name>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases="none">
          <maml:name>PolicyId</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare l'ID criterio di un criterio di accesso condizionale in 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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <!-- Cmdlet parameter section -->
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases="none">
          <maml:name>PolicyId</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare l'ID criterio di un criterio di accesso condizionale in 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>None</dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <!-- Input - Output section-->
    <command:inputtypes/>
    <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>Esempio 1: Consente di eliminare un criterio di accesso condizionale in Azure AD in base a PolicyId.</maml:title>
        <dev:code>
          PS C:\&gt; Remove-AzureADMSConditionalAccessPolicy -PolicyId 6b5e999b-0ba8-4186-a106-e0296c1c4358
 
        </dev:code>
        <dev:remarks>
          <maml:para>Questo comando consente di eliminare un criterio di accesso condizionale in Azure AD.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <!-- Link section -->
    <maml:relatedlinks>
      <maml:navigationLink>
        <maml:linkText>Get-AzureADMSConditionalAccessPolicy</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-AzureADMSConditionalAccessPolicy</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-AzureADMSConditionalAccessPolicy</maml:linkText>
        <maml:uri></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-AzureADMSNamedLocationPolicy
      </command:name>
      <maml:description>
        <maml:para>Consente di ottenere un criterio di località denominata di Azure Active Directory.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para></maml:para>
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>AzureADMSNamedLocationPolicy</command:noun>
      <dev:version></dev:version>
    </command:details>
    <maml:description>
      <maml:para>Questo cmdlet consente a un amministratore di ottenere un criterio di località denominata di Azure Active Directory. Le località denominate sono regole personalizzate che definiscono percorsi di rete che possono essere quindi usati in un criterio di accesso condizionale. </maml:para>
    </maml:description>
    <!-- Cmdlet syntax section-->
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-AzureADMSNamedLocationPolicy</maml:name>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Get-AzureADMSNamedLocationPolicy</maml:name>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases="none">
          <maml:name>PolicyId</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare l'ID di un criterio di località denominata in 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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <!-- Cmdlet parameter section -->
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases="none">
          <maml:name>PolicyId</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare l'ID di un criterio di località denominata in 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>None</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/>
    <!-- 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>Esempio 1: Consente di recuperare un elenco di tutti i criteri di località denominata in Azure AD.</maml:title>
        <dev:code>
          PS C:\&gt; Get-AzureADMSNamedLocationPolicy
 
          OdataType : #microsoft.graph.ipNamedLocation
          Id : 06e4ff15-ca6b-4843-9c34-3fdd1ce8f739
          DisplayName : IPv4 named location
          CreatedDateTime : 2019-09-26T23:12:16.0792706Z
          ModifiedDateTime : 2019-09-27T00:12:12.5986473Z
          IsTrusted : false
          IpRanges : {
                                      class IpRange {
                                        CidrAddress: 6.5.4.3/32
                                      }
                                    }
 
        </dev:code>
        <dev:remarks>
          <maml:para>Questo comando consente di recuperare un elenco di tutti i criteri di località denominata in Azure AD.</maml:para>
        </dev:remarks>
      </command:example>
 
      <command:example>
        <maml:title>Esempio 2: Consente di recuperare un criterio di località denominata in Azure AD con un ID specifico.</maml:title>
        <dev:code>
          PS C:\&gt; Get-AzureADMSNamedLocationPolicy -PolicyId 1b7f0916-7677-40d8-97a1-d606f4ed8fcf
 
          OdataType : #microsoft.graph.countryNamedLocation
          Id : 1b7f0916-7677-40d8-97a1-d606f4ed8fcf
          DisplayName : Country named location
          CreatedDateTime : 2019-09-26T23:12:16.0792706Z
          ModifiedDateTime : 2019-09-27T00:12:12.5986473Z
          CountriesAndRegions : [
                                                  "US",
                                                  "CA"
                                                ]
          IncludeUnknownCountriesAndRegions : false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Questo comando consente di recuperare un criterio di località denominata in Azure AD.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <!-- Link section -->
    <maml:relatedlinks>
      <maml:navigationLink>
        <maml:linkText>New-AzureADMSNamedLocationPolicy</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-AzureADMSNamedLocationPolicy</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-AzureADMSNamedLocationPolicy</maml:linkText>
        <maml:uri></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-AzureADMSNamedLocationPolicy
      </command:name>
      <maml:description>
        <maml:para>Consente di creare un nuovo criterio di località denominata in Azure Active Directory.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para></maml:para>
      </maml:copyright>
      <command:verb>New</command:verb>
      <command:noun>AzureADMSNamedLocationPolicy</command:noun>
      <dev:version></dev:version>
    </command:details>
    <maml:description>
      <maml:para>Questo cmdlet consente a un amministratore di creare un nuovo criterio di località denominata in Azure Active Directory. I criteri di accesso condizionale sono regole personalizzate che definiscono uno scenario di accesso. </maml:para>
    </maml:description>
    <!-- Cmdlet syntax section-->
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-AzureADMSNamedLocationPolicy</maml:name>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases="none">
          <maml:name>OdataType</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare il tipo OData di un oggetto criterio di località denominata in 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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases="none">
          <maml:name>DisplayName</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare il nome visualizzato di un criterio di località denominata in 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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases="none">
          <maml:name>IpRanges</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare gli intervalli IP del criterio di località denominata in Azure Active Directory.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Microsoft.Open.MSGraph.Model.IpRange</command:parameterValue>
          <dev:type>
            <maml:name>Microsoft.Open.MSGraph.Model.IpRange</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases="none">
          <maml:name>IsTrusted</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare il valore isTrusted per il criterio di località denominata in Azure Active Directory.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases="none">
          <maml:name>CountriesAndRegions</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare i paesi e le aree geografiche per il criterio di località denominata in Azure Active Directory.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Microsoft.Open.MSGraph.Model.CountriesAndRegions</command:parameterValue>
          <dev:type>
            <maml:name>Microsoft.Open.MSGraph.Model.CountriesAndRegions</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases="none">
          <maml:name>IncludeUnknownCountriesAndRegions</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare il valore includeUnknownCountriesAndRegions per il criterio di località denominata in Azure Active Directory.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <!-- Cmdlet parameter section -->
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases="none">
          <maml:name>OdataType</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare il tipo OData di un oggetto criterio di località denominata in 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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases="none">
          <maml:name>DisplayName</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare il nome visualizzato di un criterio di località denominata in 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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases="none">
          <maml:name>IpRanges</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare gli intervalli IP del criterio di località denominata in Azure Active Directory.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Microsoft.Open.MSGraph.Model.IpRange</command:parameterValue>
          <dev:type>
            <maml:name>Microsoft.Open.MSGraph.Model.IpRange</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases="none">
          <maml:name>IsTrusted</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare il valore isTrusted per il criterio di località denominata in Azure Active Directory.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases="none">
          <maml:name>CountriesAndRegions</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare i paesi e le aree geografiche per il criterio di località denominata in Azure Active Directory.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Microsoft.Open.MSGraph.Model.CountriesAndRegions</command:parameterValue>
          <dev:type>
            <maml:name>Microsoft.Open.MSGraph.Model.CountriesAndRegions</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases="none">
          <maml:name>IncludeUnknownCountriesAndRegions</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare il valore includeUnknownCountriesAndRegions per il criterio di località denominata in Azure Active Directory.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <!-- Input - Output section-->
    <command:inputtypes/>
    <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>Esempio 1: Consente di creare un nuovo criterio di località denominata per un IP in Azure AD.</maml:title>
        <dev:code>
          PS C:\&gt; $ipRanges = New-Object -TypeName Microsoft.Open.MSGraph.Model.IpRange
          PS C:\&gt; $ipRanges.cidrAddress = "6.5.4.3/32"
          PS C:\&gt; New-AzureADMSNamedLocationPolicy -OdataType "#microsoft.graph.ipNamedLocation" -DisplayName "IP named location policy" -IsTrusted $false -IpRanges $ipRanges
 
          OdataType : #microsoft.graph.ipNamedLocation
          Id : 6b5e999b-0ba8-4186-a106-e0296c1c4358
          DisplayName : IP named location policy
          CreatedDateTime : 2019-09-26T23:12:16.0792706Z
          ModifiedDateTime : 2019-09-27T00:12:12.5986473Z
          IsTrusted : false
          IpRanges : {
                                      class IpRange {
                                        CidrAddress: 6.5.4.3/32
                                      }
                                    }
 
        </dev:code>
        <dev:remarks>
          <maml:para>Questo comando consente di creare un nuovo criterio di località denominata per un paese in Azure AD.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>Esempio 2: Consente di creare un nuovo criterio di località denominata per un paese in Azure AD.</maml:title>
        <dev:code>
          PS C:\&gt; New-AzureADMSNamedLocationPolicy -OdataType "#microsoft.graph.countryNamedLocation" -DisplayName "Country named location policy" -CountriesAndRegions "IN" -IncludeUnknownCountriesAndRegions $false
 
          OdataType : #microsoft.graph.countryNamedLocation
          Id : 13975bae-089f-4358-8da3-cc262f29276b
          DisplayName : Country named location policy
          CreatedDateTime : 2019-09-26T23:12:16.0792706Z
          ModifiedDateTime : 2019-09-27T00:12:12.5986473Z
          CountriesAndRegions : {IN}
          IncludeUnknownCountriesAndRegions : False
 
        </dev:code>
        <dev:remarks>
          <maml:para>Questo comando consente di creare un nuovo criterio di località denominata per un paese in Azure AD.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <!-- Link section -->
    <maml:relatedlinks>
      <maml:navigationLink>
        <maml:linkText>Get-AzureADMSNamedLocationPolicy</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-AzureADMSNamedLocationPolicy</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-AzureADMSNamedLocationPolicy</maml:linkText>
        <maml:uri></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-AzureADMSNamedLocationPolicy
      </command:name>
      <maml:description>
        <maml:para>Consente di aggiornare un criterio di località denominata in Azure Active Directory in base a PolicyId.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para></maml:para>
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>AzureADMSNamedLocationPolicy</command:noun>
      <dev:version></dev:version>
    </command:details>
    <maml:description>
      <maml:para>Questo cmdlet consente a un amministratore di aggiornare un criterio di località denominata in Azure Active Directory in base a PolicyId. I criteri di accesso condizionale sono regole personalizzate che definiscono uno scenario di accesso. </maml:para>
    </maml:description>
    <!-- Cmdlet syntax section-->
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-AzureADMSNamedLocationPolicy</maml:name>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases="none">
          <maml:name>PolicyId</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare l'ID di un criterio di località denominata in 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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases="none">
          <maml:name>OdataType</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare il tipo OData di un oggetto criterio di località denominata in 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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases="none">
          <maml:name>DisplayName</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare il nome visualizzato di un criterio di località denominata in 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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases="none">
          <maml:name>IpRanges</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare gli intervalli IP del criterio di località denominata in Azure Active Directory.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Microsoft.Open.MSGraph.Model.IpRange</command:parameterValue>
          <dev:type>
            <maml:name>Microsoft.Open.MSGraph.Model.IpRange</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases="none">
          <maml:name>IsTrusted</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare il valore isTrusted per il criterio di località denominata in Azure Active Directory.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases="none">
          <maml:name>CountriesAndRegions</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare i paesi e le aree geografiche per il criterio di località denominata in Azure Active Directory.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Microsoft.Open.MSGraph.Model.CountriesAndRegions</command:parameterValue>
          <dev:type>
            <maml:name>Microsoft.Open.MSGraph.Model.CountriesAndRegions</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases="none">
          <maml:name>IncludeUnknownCountriesAndRegions</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare il valore includeUnknownCountriesAndRegions per il criterio di località denominata in Azure Active Directory.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <!-- Cmdlet parameter section -->
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases="none">
          <maml:name>PolicyId</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare l'ID di un criterio di località denominata in 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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases="none">
          <maml:name>OdataType</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare il tipo OData di un oggetto criterio di località denominata in 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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases="none">
          <maml:name>DisplayName</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare il nome visualizzato di un criterio di località denominata in 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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases="none">
          <maml:name>IpRanges</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare gli intervalli IP del criterio di località denominata in Azure Active Directory.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Microsoft.Open.MSGraph.Model.IpRange</command:parameterValue>
          <dev:type>
            <maml:name>Microsoft.Open.MSGraph.Model.IpRange</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases="none">
          <maml:name>IsTrusted</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare il valore isTrusted per il criterio di località denominata in Azure Active Directory.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases="none">
          <maml:name>CountriesAndRegions</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare i paesi e le aree geografiche per il criterio di località denominata in Azure Active Directory.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Microsoft.Open.MSGraph.Model.CountriesAndRegions</command:parameterValue>
          <dev:type>
            <maml:name>Microsoft.Open.MSGraph.Model.CountriesAndRegions</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases="none">
          <maml:name>IncludeUnknownCountriesAndRegions</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare il valore includeUnknownCountriesAndRegions per il criterio di località denominata in Azure Active Directory.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <!-- Input - Output section-->
    <command:inputtypes/>
    <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>Esempio 1: Consente di aggiornare un criterio di località denominata per un IP in Azure AD in base a PolicyId.</maml:title>
        <dev:code>
          PS C:\&gt; Set-AzureADMSNamedLocationPolicy -PolicyId 07a1f48d-0cbb-4c2c-8ea2-1ea00e3eb3b6 -OdataType "#microsoft.graph.ipNamedLocation" -IsTrusted $false
 
        </dev:code>
        <dev:remarks>
          <maml:para>Questo comando consente di aggiornare un criterio di località denominata per un IP in Azure AD in base a PolicyId.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>Esempio 2: Consente di aggiornare un criterio di località denominata per un paese in Azure AD in base a PolicyId.</maml:title>
        <dev:code>
          PS C:\&gt; Set-AzureADMSNamedLocationPolicy -PolicyId 76fdfd4d-bd80-4c1e-8fd4-6abf49d121fe -OdataType "#microsoft.graph.countryNamedLocation" -IncludeUnknownCountriesAndRegions $true
 
        </dev:code>
        <dev:remarks>
          <maml:para>Questo comando consente di aggiornare un criterio di località denominata per un paese in Azure AD in base a PolicyId.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <!-- Link section -->
    <maml:relatedlinks>
      <maml:navigationLink>
        <maml:linkText>Get-AzureADMSNamedLocationPolicy</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-AzureADMSNamedLocationPolicy</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-AzureADMSNamedLocationPolicy</maml:linkText>
        <maml:uri></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-AzureADMSNamedLocationPolicy
      </command:name>
      <maml:description>
        <maml:para>Consente di eliminare un criterio di località denominata di Azure Active Directory in base a PolicyId.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para></maml:para>
      </maml:copyright>
      <command:verb>Remove</command:verb>
      <command:noun>AzureADMSNamedLocationPolicy</command:noun>
      <dev:version></dev:version>
    </command:details>
    <maml:description>
      <maml:para>Questo cmdlet consente a un amministratore di eliminare un criterio di località denominata di Azure Active Directory. Le località denominate sono regole personalizzate che definiscono percorsi di rete che possono essere quindi usati in un criterio di accesso condizionale. </maml:para>
    </maml:description>
    <!-- Cmdlet syntax section-->
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Remove-AzureADMSNamedLocationPolicy</maml:name>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases="none">
          <maml:name>PolicyId</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare l'ID di un criterio di località denominata in 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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <!-- Cmdlet parameter section -->
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases="none">
          <maml:name>PolicyId</maml:name>
          <maml:Description>
            <maml:para>Consente di specificare l'ID di un criterio di località denominata in 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>None</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/>
    <!-- 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>Esempio 1: Consente di eliminare un criterio di località denominata in Azure AD con un valore PolicyId specifico.</maml:title>
        <dev:code>
          PS C:\&gt; Remove-AzureADMSNamedLocationPolicy -PolicyId 76fdfd4d-bd80-4c1e-8fd4-6abf49d121fe
 
        </dev:code>
        <dev:remarks>
          <maml:para>Questo comando consente di eliminare un criterio di località denominata in Azure AD.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <!-- Link section -->
    <maml:relatedlinks>
      <maml:navigationLink>
        <maml:linkText>New-AzureADMSNamedLocationPolicy</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-AzureADMSNamedLocationPolicy</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-AzureADMSNamedLocationPolicy</maml:linkText>
        <maml:uri></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-AzureADMSPermissionGrantConditionSet
      </command:name>
      <maml:description>
        <maml:para>È possibile ottenere un set di condizioni per la concessione di autorizzazioni di Azure Active Directory in base a ID.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para></maml:para>
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>AzureADMSPermissionGrantConditionSet</command:noun>
      <dev:version></dev:version>
    </command:details>
    <maml:description>
      <maml:para>È possibile ottenere un oggetto del set di condizioni per la concessione di autorizzazioni di Azure Active Directory in base a ID.</maml:para>
    </maml:description>
    <!-- Cmdlet syntax section-->
    <command:syntax>
      <command:syntaxitem>
        <maml:name>Get-AzureADMSPermissionGrantConditionSet</maml:name>
        <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named">
          <maml:name>PolicyId</maml:name>
          <maml:description>
            <maml:para>Identificatore univoco di un oggetto dei criteri per la concessione di autorizzazioni di 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>ConditionSetType</maml:name>
          <maml:description>
            <maml:para>Il valore indica se i set di condizioni sono inclusi nel criterio o esclusi dal criterio.</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>Id</maml:name>
          <maml:description>
            <maml:para>Identificatore univoco di un oggetto del set di condizioni per la concessione di autorizzazioni di 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>PolicyId</maml:name>
        <maml:description>
          <maml:para>Identificatore univoco di un oggetto dei criteri per la concessione di autorizzazioni di 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>None</dev:defaultvalue>
      </command:parameter>
 
      <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named">
        <maml:name>ConditionSetType</maml:name>
        <maml:description>
          <maml:para>Il valore indica se i set di condizioni sono inclusi nel criterio o esclusi dal criterio.</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>None</dev:defaultvalue>
      </command:parameter>
 
      <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named">
        <maml:name>Id</maml:name>
        <maml:description>
          <maml:para>Identificatore univoco di un oggetto del set di condizioni per la concessione di autorizzazioni di 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>None</dev:defaultvalue>
      </command:parameter>
    </command:parameters>
    <!-- Input - Output section-->
    <command:inputtypes>
      <command:inputtype>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:inputtype>
      <command:inputtype>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:inputtype>
      <command:inputtype>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:inputtype>
    </command:inputtypes>
    <command:returnvalues>
      <command:returnvalue>
        <dev:type>
          <maml:name>Microsoft.Open.MSGraph.Model.PermissionGrantConditionSet</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:returnvalue>
    </command:returnvalues>
    <!-- Error section-->
    <command:terminatingerrors/>
    <command:nonterminatingerrors/>
    <!-- Notes section -->
    <maml:alertset/>
    <!-- Example section -->
    <command:examples>
      <command:example>
        <maml:title>--------- Esempio 1: Ottenere tutti i set di condizioni per la concessione di autorizzazioni inclusi nel criterio di concessione di autorizzazioni ---------</maml:title>
        <dev:code>PS C:\&gt;Get-AzureADMSPermissionGrantConditionSet -PolicyId "policy1" -ConditionSetType "includes"</dev:code>
        <dev:remarks>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>--------- Esempio 2: Ottenere tutti i set di condizioni per la concessione di autorizzazioni esclusi dal criterio di concessione di autorizzazioni ---------</maml:title>
        <dev:code>PS C:\&gt;Get-AzureADMSPermissionGrantConditionSet -PolicyId "policy1" -ConditionSetType "excludes"</dev:code>
        <dev:remarks>
          <maml:para></maml:para>
      </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>--------- Esempio 3: Ottenere un set di condizioni per la concessione di autorizzazioni ---------</maml:title>
        <dev:code>PS C:\&gt;Get-AzureADMSPermissionGrantConditionSet -PolicyId "policy1" -ConditionSetType "includes" -Id "665a9903-0398-48ab-b4e9-7a570d468b66"</dev:code>
        <dev:remarks>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <!-- Link section -->
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>New-AzureADMSPermissionGrantConditionSet</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-AzureADMSPermissionGrantConditionSet</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-AzureADMSPermissionGrantConditionSet</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
    </command: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-AzureADMSPermissionGrantConditionSet
      </command:name>
      <maml:description>
        <maml:para>È possibile creare un nuovo set di condizioni per la concessione di autorizzazioni di Azure Active Directory in un criterio specifico.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para></maml:para>
      </maml:copyright>
      <command:verb>New</command:verb>
      <command:noun>AzureADMSPermissionGrantConditionSet</command:noun>
      <dev:version></dev:version>
    </command:details>
    <maml:description>
      <maml:para>È possibile creare un nuovo oggetto del set di condizioni per la concessione di autorizzazioni di Azure Active Directory in un criterio esistente.</maml:para>
    </maml:description>
    <!-- Cmdlet syntax section-->
    <command:syntax>
      <command:syntaxitem>
        <maml:name>New-AzureADMSPermissionGrantConditionSet</maml:name>
        <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named">
          <maml:name>PolicyId</maml:name>
          <maml:description>
            <maml:para>Identificatore univoco di un oggetto dei criteri per la concessione di autorizzazioni di 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>ConditionSetType</maml:name>
          <maml:description>
            <maml:para>Il valore indica se il set di condizioni è incluso nel criterio o escluso dal criterio.</maml:para>
          </maml:description>
          <command:parametervalue required="true" variablelength="false">string</command:parametervalue>
        </command:parameter>
 
        <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="false" position="named">
          <maml:name>PermissionType</maml:name>
          <maml:description>
            <maml:para>Tipo specifico di autorizzazioni (applicazione, delegate) da definire come ambito per l'operazione di consenso.</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="false" position="named">
          <maml:name>PermissionClassification</maml:name>
          <maml:description>
            <maml:para>Classificazione specifica (tutti, basso, medio, alto) da definire come ambito per l'operazione di consenso.</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="false" position="named">
          <maml:name>resourceApplication</maml:name>
          <maml:description>
            <maml:para>Identificatore dell'applicazione della risorsa da definire come ambito per l'operazione di consenso.</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="false" position="named">
          <maml:name>Permissions</maml:name>
          <maml:description>
            <maml:para>Identificatore dell'applicazione della risorsa da definire come ambito per l'operazione di consenso.</maml:para>
          </maml:description>
          <command:parametervalue required="true" variablelength="false">System.Collections.Generic.List`1[System.String]</command:parametervalue>
          <dev:type>
            <maml:name>System.Collections.Generic.List`1[System.String]</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultvalue></dev:defaultvalue>
        </command:parameter>
        <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="false" position="named">
          <maml:name>ClientApplicationIds</maml:name>
          <maml:description>
            <maml:para>Set di ID delle applicazioni client da definire come ambito per l'operazione di consenso.</maml:para>
          </maml:description>
          <command:parametervalue required="true" variablelength="false">System.Collections.Generic.List`1[System.String]</command:parametervalue>
          <dev:type>
            <maml:name>System.Collections.Generic.List`1[System.String]</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultvalue></dev:defaultvalue>
        </command:parameter>
 
        <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="false" position="named">
          <maml:name>ClientApplicationTenantIds</maml:name>
          <maml:description>
            <maml:para>Set degli ID dei tenant delle applicazioni client da definire come ambito per l'operazione di consenso.</maml:para>
          </maml:description>
          <command:parametervalue required="true" variablelength="false">System.Collections.Generic.List`1[System.String]</command:parametervalue>
          <dev:type>
            <maml:name>System.Collections.Generic.List`1[System.String]</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultvalue></dev:defaultvalue>
        </command:parameter>
 
        <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="false" position="named">
          <maml:name>ClientApplicationPublisherIds</maml:name>
          <maml:description>
            <maml:para>Set di ID degli autori di applicazioni client da definire come ambito per l'operazione di consenso.</maml:para>
          </maml:description>
          <command:parametervalue required="true" variablelength="false">System.Collections.Generic.List`1[System.String]</command:parametervalue>
          <dev:type>
            <maml:name>System.Collections.Generic.List`1[System.String]</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultvalue></dev:defaultvalue>
        </command:parameter>
        <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="false" position="named">
          <maml:name>ClientApplicationsFromVerifiedPublisherOnly</maml:name>
          <maml:description>
            <maml:para>Un valore indica se includere solo applicazioni client da autori verificati.</maml:para>
          </maml:description>
          <command:parametervalue required="true" variablelength="false">System.Boolean</command:parametervalue>
          <dev:type>
            <maml:name>System.Boolean</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultvalue></dev:defaultvalue>
        </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>PolicyId</maml:name>
        <maml:description>
          <maml:para>Identificatore univoco di un oggetto dei criteri per la concessione di autorizzazioni di 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>ConditionSetType</maml:name>
        <maml:description>
          <maml:para>Il valore indica se i set di condizioni sono inclusi nel criterio o esclusi dal criterio.</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="false" position="named">
        <maml:name>PermissionType</maml:name>
        <maml:description>
          <maml:para>Tipo specifico di autorizzazioni (applicazione, delegate) da definire come ambito per l'operazione di consenso.</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="false" position="named">
        <maml:name>PermissionClassification</maml:name>
        <maml:description>
          <maml:para>Classificazione specifica (tutti, basso, medio, alto) da definire come ambito per l'operazione di consenso.</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="false" position="named">
        <maml:name>resourceApplication</maml:name>
        <maml:description>
          <maml:para>Identificatore dell'applicazione della risorsa da definire come ambito per l'operazione di consenso. Può essere "Qualsiasi" o un ID applicazione della risorsa specifico.</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="false" position="named">
        <maml:name>Permissions</maml:name>
        <maml:description>
          <maml:para>Identificatore dell'applicazione della risorsa da definire come ambito per l'operazione di consenso. Può essere @("Tutti") o un elenco di ID delle autorizzazioni.</maml:para>
        </maml:description>
        <command:parametervalue required="true" variablelength="false">System.Collections.Generic.List`1[System.String]</command:parametervalue>
        <dev:type>
          <maml:name>System.Collections.Generic.List`1[System.String]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultvalue></dev:defaultvalue>
      </command:parameter>
      <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="false" position="named">
        <maml:name>ClientApplicationIds</maml:name>
        <maml:description>
          <maml:para>Set di ID delle applicazioni client da definire come ambito per l'operazione di consenso. Può essere @("Tutti") o un elenco di ID delle applicazioni client.</maml:para>
        </maml:description>
        <command:parametervalue required="true" variablelength="false">System.Collections.Generic.List`1[System.String]</command:parametervalue>
        <dev:type>
          <maml:name>System.Collections.Generic.List`1[System.String]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultvalue></dev:defaultvalue>
      </command:parameter>
 
      <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="false" position="named">
        <maml:name>ClientApplicationTenantIds</maml:name>
        <maml:description>
          <maml:para>Set di ID dei tenant delle applicazioni client da definire come ambito per l'operazione di consenso. Può essere @("Tutti") o un elenco di ID del tenant di applicazioni client.</maml:para>
        </maml:description>
        <command:parametervalue required="true" variablelength="false">System.Collections.Generic.List`1[System.String]</command:parametervalue>
        <dev:type>
          <maml:name>System.Collections.Generic.List`1[System.String]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultvalue></dev:defaultvalue>
      </command:parameter>
 
      <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="false" position="named">
        <maml:name>ClientApplicationPublisherIds</maml:name>
        <maml:description>
          <maml:para>Set di ID degli autori delle applicazioni client da definire come ambito per l'operazione di consenso. Può essere @("Tutti") o un elenco di ID degli autori delle applicazioni client.</maml:para>
        </maml:description>
        <command:parametervalue required="true" variablelength="false">System.Collections.Generic.List`1[System.String]</command:parametervalue>
        <dev:type>
          <maml:name>System.Collections.Generic.List`1[System.String]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultvalue></dev:defaultvalue>
      </command:parameter>
      <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="false" position="named">
        <maml:name>ClientApplicationsFromVerifiedPublisherOnly</maml:name>
        <maml:description>
          <maml:para>Un valore indica se includere solo applicazioni client da autori verificati.</maml:para>
        </maml:description>
        <command:parametervalue required="true" variablelength="false">System.Boolean</command:parametervalue>
        <dev:type>
          <maml:name>System.Boolean</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultvalue>false</dev:defaultvalue>
      </command:parameter>
    </command:parameters>
    <!-- Input - Output section-->
    <command:inputtypes>
      <command:inputtype>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:inputtype>
      <command:inputtype>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:inputtype>
    </command:inputtypes>
    <command:returnvalues>
      <command:returnvalue>
        <dev:type>
          <maml:name>Microsoft.Open.MSGraph.Model.PermissionGrantConditionSet</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:returnvalue>
    </command:returnvalues>
    <!-- Error section-->
    <command:terminatingerrors/>
    <command:nonterminatingerrors/>
    <!-- Notes section -->
    <maml:alertset/>
    <!-- Example section -->
    <command:examples>
       <command:example>
        <maml:title>--------- Esempio 1: Creare un set di condizioni per la concessione di autorizzazioni di base in un criterio esistente con tutti i valori predefiniti---------</maml:title>
        <dev:code>New-AzureADMSPermissionGrantConditionSet -PolicyId "test1" -ConditionSetType "includes" -PermissionType "delegated"
 
                Id : cab65448-9ec4-43a5-b575-d1f4d32fefa5
                PermissionType : delegated
                PermissionClassification : all
                ResourceApplication : any
                Permissions : {all}
                ClientApplicationIds : {all}
                ClientApplicationTenantIds : {all}
                ClientApplicationPublisherIds : {all}
                ClientApplicationsFromVerifiedPublisherOnly : False
         
        </dev:code>
        <dev:remarks>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>--------- Esempio 2: Creare un set di condizioni per la concessione di autorizzazioni in un criterio esistente che include autorizzazioni specifiche per un'applicazione della risorsa---------</maml:title>
        <dev:code>New-AzureADMSPermissionGrantConditionSet -PolicyId "test1" -ConditionSetType "includes" -PermissionType "delegated" -Permissions @("8b590330-0eb2-45d0-baca-a00ecf7e7b87", "dac1c8fa-e6e4-47b8-a128-599660b8cd5c", "f6db0cc3-88cd-4c74-a374-3d8c7cc4c50b") -ResourceApplication "ec8d61c9-1cb2-4edb-afb0-bcda85645555"
 
                Id : 64032dc4-8423-4fd7-930c-a9ed3bb1dbb4
                PermissionType : delegated
                PermissionClassification : all
                ResourceApplication : ec8d61c9-1cb2-4edb-afb0-bcda85645555
                Permissions : {8b590330-0eb2-45d0-baca-a00ecf7e7b87, dac1c8fa-e6e4-47b8-a128-599660b8cd5c,
                                                              f6db0cc3-88cd-4c74-a374-3d8c7cc4c50b}
                ClientApplicationIds : {all}
                ClientApplicationTenantIds : {all}
                ClientApplicationPublisherIds : {all}
                ClientApplicationsFromVerifiedPublisherOnly : False
        </dev:code>
        <dev:remarks>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>--------- Esempio 3: Creare un set di condizioni per la concessione di autorizzazioni in un criterio esistente escluso---------</maml:title>
        <dev:code>New-AzureADMSPermissionGrantConditionSet -PolicyId "test1" -ConditionSetType "excludes" -PermissionType "delegated" -Permissions @("8b590330-0eb2-45d0-baca-a00ecf7e7b87", "dac1c8fa-e6e4-47b8-a128-599660b8cd5c", "f6db0cc3-88cd-4c74-a374-3d8c7cc4c50b") -ResourceApplication "ec8d61c9-1cb2-4edb-afb0-bcda85645555" -PermissionClassification "low" -ClientApplicationsFromVerifiedPublisherOnly $true -ClientApplicationIds @("4a6c40ea-edc1-4202-8620-dd4060ee6583", "17a961bd-e743-4e6f-8097-d7e6612999a7") -ClientApplicationTenantIds @("17a961bd-e743-4e6f-8097-d7e6612999a8", "17a961bd-e743-4e6f-8097-d7e6612999a9", "17a961bd-e743-4e6f-8097-d7e6612999a0") -ClientApplicationPublisherIds @("verifiedpublishermpnid")
 
            Id : 0f81cce0-a766-4db6-a7e2-4e5f10f6abf8
            PermissionType : delegated
            PermissionClassification : low
            ResourceApplication : ec8d61c9-1cb2-4edb-afb0-bcda85645555
            Permissions : {8b590330-0eb2-45d0-baca-a00ecf7e7b87, dac1c8fa-e6e4-47b8-a128-599660b8cd5c,
                                                          f6db0cc3-88cd-4c74-a374-3d8c7cc4c50b}
            ClientApplicationIds : {4a6c40ea-edc1-4202-8620-dd4060ee6583, 17a961bd-e743-4e6f-8097-d7e6612999a7}
            ClientApplicationTenantIds : {17a961bd-e743-4e6f-8097-d7e6612999a8, 17a961bd-e743-4e6f-8097-d7e6612999a9, 17a961bd-e743-4e6f-8097-d7e6612999a0}
            ClientApplicationPublisherIds : {verifiedpublishermpnid}
            ClientApplicationsFromVerifiedPublisherOnly : True
        </dev:code>
        <dev:remarks>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <!-- Link section -->
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Set-AzureADMSPermissionGrantConditionSet</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-AzureADMSPermissionGrantConditionSet</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-AzureADMSPermissionGrantConditionSet</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
    </command: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-AzureADMSPermissionGrantConditionSet
      </command:name>
      <maml:description>
        <maml:para>È possibile eliminare un set di condizioni per la concessione di autorizzazioni di Azure Active Directory in base a ID</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para></maml:para>
      </maml:copyright>
      <command:verb>Remove</command:verb>
      <command:noun>AzureADMSPermissionGrantConditionSet</command:noun>
      <dev:version></dev:version>
    </command:details>
    <maml:description>
      <maml:para>È possibile eliminare un oggetto del set di condizioni per la concessione di autorizzazioni di Azure Active Directory in base a ID.</maml:para>
    </maml:description>
    <!-- Cmdlet syntax section-->
    <command:syntax>
      <command:syntaxitem>
        <maml:name>Remove-AzureADMSPermissionGrantConditionSet</maml:name>
        <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named">
          <maml:name>PolicyId</maml:name>
          <maml:description>
            <maml:para>Identificatore univoco di un oggetto dei criteri per la concessione di autorizzazioni di 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>ConditionSetType</maml:name>
          <maml:description>
            <maml:para>Il valore indica se i set di condizioni sono inclusi nel criterio o esclusi dal criterio.</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>Id</maml:name>
          <maml:description>
            <maml:para>Identificatore univoco di un oggetto del set di condizioni per la concessione di autorizzazioni di 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>PolicyId</maml:name>
        <maml:description>
          <maml:para>Identificatore univoco di un oggetto dei criteri per la concessione di autorizzazioni di 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>ConditionSetType</maml:name>
        <maml:description>
          <maml:para>Il valore indica se i set di condizioni sono inclusi nel criterio o esclusi dal criterio.</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>Id</maml:name>
        <maml:description>
          <maml:para>Identificatore univoco di un oggetto del set di condizioni per la concessione di autorizzazioni di 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>string</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:inputtype>
      <command:inputtype>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:inputtype>
      <command:inputtype>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:inputtype>
    </command:inputtypes>
    <command:returnvalues/>
    <!-- Error section-->
    <command:terminatingerrors/>
    <command:nonterminatingerrors/>
    <!-- Notes section -->
    <maml:alertset/>
    <!-- Example section -->
    <command:examples>
      <command:example>
        <maml:title>--------- Esempio 1: Eliminare un set di condizioni per la concessione di autorizzazioni da un criterio---------</maml:title>
        <dev:code>PS C:\&gt;Remove-AzureADMSPermissionGrantConditionSet -PolicyId "policy1" -ConditionSetType "excludes" -Id "665a9903-0398-48ab-b4e9-7a570d468b66"</dev:code>
        <dev:remarks>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <!-- Link section -->
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>New-AzureADMSPermissionGrantConditionSet</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-AzureADMSPermissionGrantConditionSet</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-AzureADMSPermissionGrantConditionSet</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
    </command: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-AzureADMSPermissionGrantConditionSet
      </command:name>
      <maml:description>
        <maml:para>È possibile aggiornare un set di condizioni per la concessione di autorizzazioni di Azure Active Directory.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para></maml:para>
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>AzureADMSPermissionGrantConditionSet</command:noun>
      <dev:version></dev:version>
    </command:details>
    <maml:description>
      <maml:para>È possibile aggiornare un oggetto del set di condizioni per la concessione di autorizzazioni di Azure Active Directory identificato in base a ID.</maml:para>
    </maml:description>
    <!-- Cmdlet syntax section-->
    <command:syntax>
      <command:syntaxitem>
        <maml:name>Set-AzureADMSPermissionGrantConditionSet</maml:name>
        <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named">
          <maml:name>PolicyId</maml:name>
          <maml:description>
            <maml:para>Identificatore univoco di un oggetto dei criteri per la concessione di autorizzazioni di 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>ConditionSetType</maml:name>
          <maml:description>
            <maml:para>Il valore indica se i set di condizioni sono inclusi nel criterio o esclusi dal criterio.</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>Id</maml:name>
          <maml:description>
            <maml:para>Identificatore univoco di un oggetto del set di condizioni per la concessione di autorizzazioni di 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="false" position="named">
        <maml:name>PermissionType</maml:name>
        <maml:description>
          <maml:para>Tipo specifico di autorizzazioni (applicazione, delegate) da definire come ambito per l'operazione di consenso.</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="false" position="named">
        <maml:name>PermissionClassification</maml:name>
        <maml:description>
          <maml:para>Classificazione specifica (tutti, basso, medio, alto) da definire come ambito per l'operazione di consenso.</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="false" position="named">
        <maml:name>resourceApplication</maml:name>
        <maml:description>
          <maml:para>Identificatore dell'applicazione della risorsa da definire come ambito per l'operazione di consenso.</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="false" position="named">
        <maml:name>Permissions</maml:name>
        <maml:description>
          <maml:para>Identificatore dell'applicazione della risorsa da definire come ambito per l'operazione di consenso.</maml:para>
        </maml:description>
        <command:parametervalue required="true" variablelength="false">System.Collections.Generic.List`1[System.String]</command:parametervalue>
        <dev:type>
          <maml:name>System.Collections.Generic.List`1[System.String]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultvalue></dev:defaultvalue>
      </command:parameter>
      <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="false" position="named">
        <maml:name>ClientApplicationIds</maml:name>
        <maml:description>
          <maml:para>Set di ID delle applicazioni client da definire come ambito per l'operazione di consenso.</maml:para>
        </maml:description>
        <command:parametervalue required="true" variablelength="false">System.Collections.Generic.List`1[System.String]</command:parametervalue>
        <dev:type>
          <maml:name>System.Collections.Generic.List`1[System.String]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultvalue></dev:defaultvalue>
      </command:parameter>
 
      <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="false" position="named">
        <maml:name>ClientApplicationTenantIds</maml:name>
        <maml:description>
          <maml:para>Set degli ID dei tenant delle applicazioni client da definire come ambito per l'operazione di consenso.</maml:para>
        </maml:description>
        <command:parametervalue required="true" variablelength="false">System.Collections.Generic.List`1[System.String]</command:parametervalue>
        <dev:type>
          <maml:name>System.Collections.Generic.List`1[System.String]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultvalue></dev:defaultvalue>
      </command:parameter>
 
      <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="false" position="named">
        <maml:name>ClientApplicationPublisherIds</maml:name>
        <maml:description>
          <maml:para>Set di ID degli autori di applicazioni client da definire come ambito per l'operazione di consenso.</maml:para>
        </maml:description>
        <command:parametervalue required="true" variablelength="false">System.Collections.Generic.List`1[System.String]</command:parametervalue>
        <dev:type>
          <maml:name>System.Collections.Generic.List`1[System.String]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultvalue></dev:defaultvalue>
      </command:parameter>
      <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="false" position="named">
        <maml:name>ClientApplicationsFromVerifiedPublisherOnly</maml:name>
        <maml:description>
          <maml:para>Un valore indica se includere solo applicazioni client da autori verificati.</maml:para>
        </maml:description>
        <command:parametervalue required="true" variablelength="false">System.Boolean</command:parametervalue>
        <dev:type>
          <maml:name>System.Boolean</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultvalue></dev:defaultvalue>
      </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>PolicyId</maml:name>
        <maml:description>
          <maml:para>Identificatore univoco di un oggetto dei criteri per la concessione di autorizzazioni di 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>ConditionSetType</maml:name>
        <maml:description>
          <maml:para>Il valore indica se i set di condizioni sono inclusi nel criterio o esclusi dal criterio.</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>Id</maml:name>
        <maml:description>
          <maml:para>Identificatore univoco di un oggetto del set di condizioni per la concessione di autorizzazioni di 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="false" position="named">
        <maml:name>PermissionType</maml:name>
        <maml:description>
          <maml:para>Tipo specifico di autorizzazioni (applicazione, delegate) da definire come ambito per l'operazione di consenso.</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="false" position="named">
        <maml:name>PermissionClassification</maml:name>
        <maml:description>
          <maml:para>Classificazione specifica (tutti, basso, medio, alto) da definire come ambito per l'operazione di consenso.</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="false" position="named">
        <maml:name>resourceApplication</maml:name>
        <maml:description>
          <maml:para>Identificatore dell'applicazione della risorsa da definire come ambito per l'operazione di consenso. Può essere "Qualsiasi" o un ID applicazione della risorsa specifico.</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="false" position="named">
        <maml:name>Permissions</maml:name>
        <maml:description>
          <maml:para>Identificatore dell'applicazione della risorsa da definire come ambito per l'operazione di consenso. Può essere @("Tutti") o un elenco di ID delle autorizzazioni.</maml:para>
        </maml:description>
        <command:parametervalue required="true" variablelength="false">System.Collections.Generic.List`1[System.String]</command:parametervalue>
        <dev:type>
          <maml:name>System.Collections.Generic.List`1[System.String]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultvalue></dev:defaultvalue>
      </command:parameter>
      <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="false" position="named">
        <maml:name>ClientApplicationIds</maml:name>
        <maml:description>
          <maml:para>Set di ID delle applicazioni client da definire come ambito per l'operazione di consenso. Può essere @("Tutti") o un elenco di ID delle applicazioni client.</maml:para>
        </maml:description>
        <command:parametervalue required="true" variablelength="false">System.Collections.Generic.List`1[System.String]</command:parametervalue>
        <dev:type>
          <maml:name>System.Collections.Generic.List`1[System.String]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultvalue></dev:defaultvalue>
      </command:parameter>
 
      <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="false" position="named">
        <maml:name>ClientApplicationTenantIds</maml:name>
        <maml:description>
          <maml:para>Set di ID dei tenant delle applicazioni client da definire come ambito per l'operazione di consenso. Può essere @("Tutti") o un elenco di ID del tenant di applicazioni client.</maml:para>
        </maml:description>
        <command:parametervalue required="true" variablelength="false">System.Collections.Generic.List`1[System.String]</command:parametervalue>
        <dev:type>
          <maml:name>System.Collections.Generic.List`1[System.String]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultvalue></dev:defaultvalue>
      </command:parameter>
 
      <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="false" position="named">
        <maml:name>ClientApplicationPublisherIds</maml:name>
        <maml:description>
          <maml:para>Set di ID degli autori delle applicazioni client da definire come ambito per l'operazione di consenso. Può essere @("Tutti") o un elenco di ID degli autori delle applicazioni client.</maml:para>
        </maml:description>
        <command:parametervalue required="true" variablelength="false">System.Collections.Generic.List`1[System.String]</command:parametervalue>
        <dev:type>
          <maml:name>System.Collections.Generic.List`1[System.String]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultvalue></dev:defaultvalue>
      </command:parameter>
      <command:parameter required="false" variablelength="false" globbing="false" pipelineinput="false" position="named">
        <maml:name>ClientApplicationsFromVerifiedPublisherOnly</maml:name>
        <maml:description>
          <maml:para>Un valore indica se includere solo applicazioni client da autori verificati.</maml:para>
        </maml:description>
        <command:parametervalue required="true" variablelength="false">System.Boolean</command:parametervalue>
        <dev:type>
          <maml:name>System.Boolean</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultvalue>false</dev:defaultvalue>
      </command:parameter>
    </command:parameters>
    <!-- Input - Output section-->
    <command:inputtypes>
      <command:inputtype>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:inputtype>
      <command:inputtype>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:inputtype>
      <command:inputtype>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:inputtype>
    </command:inputtypes>
    <command:returnvalues/>
    <!-- Error section-->
    <command:terminatingerrors/>
    <command:nonterminatingerrors/>
    <!-- Notes section -->
    <maml:alertset/>
    <!-- Example section -->
    <command:examples>
      <command:example>
        <maml:title>--------- Esempio 1: Aggiornare un set di condizioni per la concessione di autorizzazioni per includere autorizzazioni classificate come basse.---------</maml:title>
        <dev:code>1. Get exisiting permission grant policy by that need to be updated.
         
        $permissionGrantConditionSet =Get-AzureADMSPermissionGrantConditionSet -PolicyId "test1" -ConditionSetType "includes" -Id "0f81cce0-a766-4db6-a7e2-4e5f10f6abf8"
 
            Id : 0f81cce0-a766-4db6-a7e2-4e5f10f6abf8
            PermissionType : delegated
            PermissionClassification : all
            ResourceApplication : ec8d61c9-1cb2-4edb-afb0-bcda85645555
            Permissions : {8b590330-0eb2-45d0-baca-a00ecf7e7b87, dac1c8fa-e6e4-47b8-a128-599660b8cd5c,
                                                          f6db0cc3-88cd-4c74-a374-3d8c7cc4c50b}
            ClientApplicationIds : {4a6c40ea-edc1-4202-8620-dd4060ee6583, 17a961bd-e743-4e6f-8097-d7e6612999a7}
            ClientApplicationTenantIds : {17a961bd-e743-4e6f-8097-d7e6612999a8, 17a961bd-e743-4e6f-8097-d7e6612999a9,
                                                          17a961bd-e743-4e6f-8097-d7e6612999a0}
            ClientApplicationPublisherIds : {verifiedpublishermpnid}
            ClientApplicationsFromVerifiedPublisherOnly : True
             
        2. Update PermissionClassification
         
        Set-AzureADMSPermissionGrantConditionSet -PolicyId "test1" -ConditionSetType "includes" -Id $permissionGrantConditionSet.Id -PermissionClassification low
 
            Id : 0f81cce0-a766-4db6-a7e2-4e5f10f6abf8
            PermissionType : delegated
            PermissionClassification : low
            ResourceApplication : ec8d61c9-1cb2-4edb-afb0-bcda85645555
            Permissions : {8b590330-0eb2-45d0-baca-a00ecf7e7b87, dac1c8fa-e6e4-47b8-a128-599660b8cd5c,
                                                          f6db0cc3-88cd-4c74-a374-3d8c7cc4c50b}
            ClientApplicationIds : {4a6c40ea-edc1-4202-8620-dd4060ee6583, 17a961bd-e743-4e6f-8097-d7e6612999a7}
            ClientApplicationTenantIds : {17a961bd-e743-4e6f-8097-d7e6612999a8, 17a961bd-e743-4e6f-8097-d7e6612999a9,
                                                          17a961bd-e743-4e6f-8097-d7e6612999a0}
            ClientApplicationPublisherIds : {verifiedpublishermpnid}
            ClientApplicationsFromVerifiedPublisherOnly : True
 
        </dev:code>
        <dev:remarks>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>--------- Esempio 2: Aggiornare un set di condizioni per la concessione di autorizzazioni ---------</maml:title>
        <dev:code>PS C:\&gt;Set-AzureADMSPermissionGrantConditionSet -PolicyId "policy1" -ConditionSetType "includes" -Id "665a9903-0398-48ab-b4e9-7a570d468b66" -PermissionType "Delegated" -PermissionClassification "Low" -ResourceApplication "d9d40050-c784-4b56-a06d-477542a1cafc" -Permissions @("29bf4ca5-913e-427d-8a68-5890af945109") -ClientApplicationIds @("All") -ClientApplicationTenantIds @("All") -ClientApplicationPublisherIds @("All") -ClientApplicationsFromVerifiedPublisherOnly $true</dev:code>
        <dev:remarks>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <!-- Link section -->
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>New-AzureADMSPermissionGrantConditionSet</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-AzureADMSPermissionGrantConditionSet</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-AzureADMSPermissionGrantConditionSet</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
    </command: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-AzureADMSApplicationVerifiedPublisher
      </command:name>
      <maml:description>
        <maml:para>Consente di impostare l'autore verificato di un'applicazione su un identificatore verificato di Microsoft Partner Network (MPN).</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para></maml:para>
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>AzureADMSApplicationVerifiedPublisher</command:noun>
      <dev:version></dev:version>
    </command:details>
    <maml:description>
      <maml:para>Consente di impostare l'autore verificato di un'applicazione su un identificatore verificato di Microsoft Partner Network (MPN).</maml:para>
    </maml:description>
    <!-- Cmdlet syntax section-->
    <command:syntax>
      <command:syntaxitem>
        <maml:name>Set-AzureADMSApplicationVerifiedPublisher</maml:name>
        <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named">
          <maml:name>AppObjectId</maml:name>
          <maml:description>
            <maml:para>Identificatore univoco di un oggetto applicazione di 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>SetVerifiedPublisherRequest</maml:name>
          <maml:description>
            <maml:para>Oggetto del corpo della richiesta che contiene la proprietà verifiedPublisherId e il rispettivo valore MPNID.</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>AppObjectId</maml:name>
        <maml:description>
          <maml:para>Identificatore univoco di un oggetto applicazione di 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>SetVerifiedPublisherRequest</maml:name>
        <maml:description>
          <maml:para>Oggetto del corpo della richiesta che contiene la proprietà verifiedPublisherId e il rispettivo valore MPNID.</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>string</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:inputtype>
      <command:inputtype>
        <dev:type>
          <maml:name>string</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:inputtype>
    </command:inputtypes>
    <command:returnvalues/>
    <!-- Error section-->
    <command:terminatingerrors/>
    <command:nonterminatingerrors/>
    <!-- Notes section -->
    <maml:alertset/>
    <!-- Example section -->
    <command:examples>
      <command:example>
        <maml:title>--------- Esempio 1: Configurare l'autore verificato di un'applicazione.---------</maml:title>
        <dev:code>
          $appObjId = 'ad6c71a5-e48f-4320-bb59-92642a2d8d9f'
          $mpnId = '0433167'
          $req = @{verifiedPublisherId=$mpnId}
          Set-AzureADMSApplicationVerifiedPublisher -AppObjectId $appObjId -SetVerifiedPublisherRequest $req
        </dev:code>
        <dev:remarks>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <!-- Link section -->
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Remove-AzureADMSApplicationVerifiedPublisher</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
    </command: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-AzureADMSApplicationVerifiedPublisher
      </command:name>
      <maml:description>
        <maml:para>Consente di rimuovere l'autore verificato da un'applicazione.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para></maml:para>
      </maml:copyright>
      <command:verb>Remove</command:verb>
      <command:noun>AzureADMSApplicationVerifiedPublisher</command:noun>
      <dev:version></dev:version>
    </command:details>
    <maml:description>
      <maml:para>Consente di rimuovere l'autore verificato da un'applicazione.</maml:para>
    </maml:description>
    <!-- Cmdlet syntax section-->
    <command:syntax>
      <command:syntaxitem>
        <maml:name>Remove-AzureADMSApplicationVerifiedPublisher</maml:name>
        <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named">
          <maml:name>AppObjectId</maml:name>
          <maml:description>
            <maml:para>Identificatore univoco di un oggetto applicazione di 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>AppObjectId</maml:name>
        <maml:description>
          <maml:para>Identificatore univoco di un oggetto applicazione di 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>string</maml:name>
          <maml:uri/>
          <maml:description/>
        </dev:type>
        <maml:description/>
      </command:inputtype>
    </command:inputtypes>
    <command:returnvalues/>
    <!-- Error section-->
    <command:terminatingerrors/>
    <command:nonterminatingerrors/>
    <!-- Notes section -->
    <maml:alertset/>
    <!-- Example section -->
    <command:examples>
      <command:example>
        <maml:title>--------- Esempio 1: Rimuovere l'autore verificato da un'applicazione.---------</maml:title>
        <dev:code>
          $appObjId = 'ad6c71a5-e48f-4320-bb59-92642a2d8d9f'
          Remove-AzureADMSApplicationVerifiedPublisher -AppObjectId $appObjId
        </dev:code>
        <dev:remarks>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <!-- Link section -->
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Set-AzureADMSApplicationVerifiedPublisher</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
    </command: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-AzureADMSRoleAssignment
        </command:name>
        <maml:description>
            <maml:para>Crea un nuovo oggetto roleAssignment di Azure Active Directory.</maml:para>
        </maml:description>
        <maml:copyright>
            <maml:para></maml:para>
        </maml:copyright>
        <command:verb>New</command:verb>
        <command:noun>AzureADMSRoleAssignment</command:noun>
        <dev:version></dev:version>
    </command:details>
    <maml:description>
        <maml:para>Consente di creare un nuovo oggetto roleAssignment di Azure Active Directory. Per altre informazioni, vedere https://go.microsoft.com/fwlink/?linkid=2097519.</maml:para>
    </maml:description>
    <!-- Cmdlet syntax section-->
    <command:syntax>
        <command:syntaxitem>
            <maml:name>New-AzureADMSRoleAssignment</maml:name>
        </command:syntaxitem>
    </command:syntax>
    <!-- Cmdlet parameter section -->
    <command:parameters>
 
 
 
 
    </command:parameters>
    <!-- Input - Output section-->
    <command:inputtypes>
    </command:inputtypes>
    <command:returnvalues>
        <command:returnvalue>
            <dev:type>
                <maml:name>Microsoft.Open.MSGraph.Model.DirectoryRoleAssignment</maml:name>
                <maml:uri/>
                <maml:description/>
            </dev:type>
            <maml:description/>
        </command:returnvalue>
    </command:returnvalues>
    <!-- Error section-->
    <command:terminatingerrors/>
    <command:nonterminatingerrors/>
    <!-- Notes section -->
    <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-AzureADMSRoleDefinition
        </command:name>
        <maml:description>
            <maml:para>Crea un nuovo oggetto roleDefinition di Azure Active Directory.</maml:para>
        </maml:description>
        <maml:copyright>
            <maml:para></maml:para>
        </maml:copyright>
        <command:verb>New</command:verb>
        <command:noun>AzureADMSRoleDefinition</command:noun>
        <dev:version></dev:version>
    </command:details>
    <maml:description>
        <maml:para>Consente di creare un nuovo oggetto roleDefinition di Azure Active Directory. Per altre informazioni, vedere https://go.microsoft.com/fwlink/?linkid=2097519.</maml:para>
    </maml:description>
    <!-- Cmdlet syntax section-->
    <command:syntax>
        <command:syntaxitem>
            <maml:name>New-AzureADMSRoleDefinition</maml:name>
        </command:syntaxitem>
    </command:syntax>
    <!-- Cmdlet parameter section -->
    <command:parameters>
 
 
 
 
    </command:parameters>
    <!-- Input - Output section-->
    <command:inputtypes>
    </command:inputtypes>
    <command:returnvalues>
        <command:returnvalue>
            <dev:type>
                <maml:name>Microsoft.Open.MSGraph.Model.DirectoryRoleDefinition</maml:name>
                <maml:uri/>
                <maml:description/>
            </dev:type>
            <maml:description/>
        </command:returnvalue>
    </command:returnvalues>
    <!-- Error section-->
    <command:terminatingerrors/>
    <command:nonterminatingerrors/>
    <!-- Notes section -->
    <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-AzureADMSGroupPermissionGrant
        </command:name>
        <maml:description>
            <maml:para>Recupera un elenco di concessioni di autorizzazioni per cui è stato fornito il consenso per questo gruppo.</maml:para>
        </maml:description>
        <maml:copyright>
            <maml:para></maml:para>
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>AzureADMSGroupPermissionGrant</command:noun>
        <dev:version></dev:version>
    </command:details>
    <maml:description>
        <maml:para>Recupera un elenco di concessioni di autorizzazioni per cui è stato fornito il consenso per questo gruppo.</maml:para>
    </maml:description>
    <!-- Cmdlet syntax section-->
    <command:syntax>
        <command:syntaxitem>
            <maml:name>Get-AzureADMSGroupPermissionGrant</maml:name>
            <command:parameter required="true" variablelength="false" globbing="false" pipelineinput="true" position="named">
                <maml:name>Id</maml:name>
                <maml:description>
                    <maml:para>Identificatore univoco del gruppo.</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>Id</maml:name>
            <maml:description>
                <maml:para>Identificatore univoco del gruppo.</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>string</maml:name>
                <maml:uri/>
                <maml:description/>
            </dev:type>
            <maml:description/>
        </command:inputtype>
    </command:inputtypes>
    <command:returnvalues>
        <command:returnvalue>
            <dev:type>
                <maml:name>Microsoft.Open.MSGraph.Model.GetMSGroupPermissionGrantsResponse</maml:name>
                <maml:uri/>
                <maml:description/>
            </dev:type>
            <maml:description/>
        </command:returnvalue>
    </command:returnvalues>
    <!-- Error section-->
    <command:terminatingerrors/>
    <command:nonterminatingerrors/>
    <!-- Notes section -->
    <maml:alertset/>
    <!-- Example section -->
    <command:examples>
      <command:example>
        <maml:title>--------- Esempio 1: Elencare le concessioni di autorizzazioni esistenti per il gruppo. .---------</maml:title>
        <dev:code>List exisiting permission grants for the group.
         
        Get-AzureADMSGroupPermissionGrant -Id "4823e767eca44858aed244154009b764"
 
        Id : vsMaSY2k_E7761KhRqpx7OGFvAwvdZnJM1s7Iqkt4PU
        ClientId : deefce9d-be43-4b49-a9d3-851af6d2c26c
        ClientAppId : ba4e4a78-c352-4e59-b657-81b2b395d32b
        ResourceAppId : 00000003-0000-0000-c000-000000000000
        PermissionType : Application
        Permission : Member.Read.Group
        </dev:code>
        <dev:remarks>
          <maml:para></maml:para>
        </dev:remarks>
      </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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Add-AzureADMSAdministrativeUnitMember</command:name>
      <command:verb>Add</command:verb>
      <command:noun>AzureADMSAdministrativeUnitMember</command:noun>
      <maml:description>
        <maml:para>Aggiunge un membro dell'unità amministrativa.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Il cmdlet Add-AzureADMSAdministrativeUnitMember consente di aggiungere un membro di unità amministrativa di Active Directory.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Add-AzureADMSAdministrativeUnitMember</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>Specifica l'ID di un'unità amministrativa di 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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>RefObjectId</maml:name>
          <maml:Description>
            <maml:para>Specifica l'ID univoco dell'oggetto Azure Active Directory specifico che verrà assegnato come proprietario/manager/membro.</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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>Specifica l'ID di un'unità amministrativa di 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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>RefObjectId</maml:name>
        <maml:Description>
          <maml:para>Specifica l'ID univoco dell'oggetto Azure Active Directory specifico che verrà assegnato come proprietario/manager/membro.</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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes/>
    <command:returnValues/>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples/>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-AzureADMSAdministrativeUnitMember</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-AzureADMSAdministrativeUnitMember</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
    </command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Add-AzureADMSScopedRoleMembership</command:name>
      <command:verb>Add</command:verb>
      <command:noun>AzureADMSScopedRoleMembership</command:noun>
      <maml:description>
        <maml:para>Aggiunge un'appartenenza a un ruolo con ambito a un'unità amministrativa.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Il cmdlet Add-AzureADMSScopedRoleMembership consente di aggiungere un'appartenenza a un ruolo con ambito a un'unità amministrativa.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Add-AzureADMSScopedRoleMembership</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>Specifica l'ID di un'unità amministrativa.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>RoleMemberInfo</maml:name>
          <maml:Description>
            <maml:para>Specifica un oggetto RoleMemberInfo.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">RoleMemberInfo</command:parameterValue>
          <dev:type>
            <maml:name>RoleMemberInfo</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>RoleId</maml:name>
          <maml:Description>
            <maml:para></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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>Specifica l'ID di un'unità amministrativa.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>RoleMemberInfo</maml:name>
        <maml:Description>
          <maml:para>Specifica un oggetto RoleMemberInfo.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">RoleMemberInfo</command:parameterValue>
        <dev:type>
          <maml:name>RoleMemberInfo</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>RoleObjectId</maml:name>
        <maml:Description>
          <maml:para></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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes/>
    <command:returnValues/>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>Esempio 1</maml:title>
        <dev:code>$User = Get-AzureADUser -SearchString "The user that will be an admin on this unit"
    $Role = Get-AzureADDirectoryRole | Where-Object -Property DisplayName -Eq -Value "User Account Administrator"
    $Unit = Get-AzureADMSAdministrativeUnit | Where-Object -Property DisplayName -Eq -Value "The display name of the unit"
    $RoleMember = New-Object -TypeName Microsoft.Open.MSGraph.Model.MsRolememberinfo.RoleMemberInfo
    $RoleMember.Id = $User.ObjectID
    Add-AzureADMSScopedRoleMembership -Id $Unit.Id -RoleId $Role.ObjectId -RoleMemberInfo $RoleMember</dev:code>
        <dev:remarks>
          <maml:para>Questo cmdlet restituisce l'oggetto di appartenenza a un ruolo con ambito.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-AzureADMSScopedRoleMembership</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-AzureADMSScopedRoleMembership</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
    </command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-AzureADMSAdministrativeUnit</command:name>
      <command:verb>Get</command:verb>
      <command:noun>AzureADMSAdministrativeUnit</command:noun>
      <maml:description>
        <maml:para>Recupera un'unità amministrativa.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Il cmdlet Get-AzureADMSAdministrativeUnit consente di recuperare un'unità amministrativa di Azure Active Directory.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-AzureADMSAdministrativeUnit</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>All</maml:name>
          <maml:Description>
            <maml:para>Se true, restituisce tutte le unità amministrative. Se false, restituisce il numero di oggetti specificati dal parametro Top</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Filter</maml:name>
          <maml:Description>
            <maml:para>Specifica un'istruzione di filtro oData v3.0. Questo parametro filtra gli oggetti che vengono restituiti.</maml:para>
            <maml:para>Per altre informazioni sulle espressioni filtro oData v3.0, vedere https://msdn.microsoft.com/en-us/library/hh169248%28v=nav.90%29.aspx</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Top</maml:name>
          <maml:Description>
            <maml:para>Specifica il numero massimo di record da restituire.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Get-AzureADMSAdministrativeUnit</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>All</maml:name>
          <maml:Description>
            <maml:para>Se true, restituisce tutte le unità amministrative. Se false, restituisce il numero di oggetti specificati dal parametro Top</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>Specifica l'ID di un'unità amministrativa in 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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>All</maml:name>
        <maml:Description>
          <maml:para>Se true, restituisce tutte le unità amministrative. Se false, restituisce il numero di oggetti specificati dal parametro Top</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Filter</maml:name>
        <maml:Description>
          <maml:para>Specifica un'istruzione di filtro oData v3.0. Questo parametro filtra gli oggetti che vengono restituiti.</maml:para>
          <maml:para>Per altre informazioni sulle espressioni filtro oData v3.0, vedere https://msdn.microsoft.com/en-us/library/hh169248%28v=nav.90%29.aspx</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>Specifica l'ID di un'unità amministrativa in 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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Top</maml:name>
        <maml:Description>
          <maml:para>Specifica il numero massimo di record da restituire.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes/>
    <command:returnValues/>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples/>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>New-AzureADMSAdministrativeUnit</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-AzureADMSAdministrativeUnit</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-AzureADMSAdministrativeUnit</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
    </command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-AzureADMSAdministrativeUnitMember</command:name>
      <command:verb>Get</command:verb>
      <command:noun>AzureADMSAdministrativeUnitMember</command:noun>
      <maml:description>
        <maml:para>Recupera un membro di un'unità amministrativa.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Il cmdlet Get-AzureADMSAdministrativeUnitMember consente di recuperare un membro di unità amministrativa di Active Directory.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-AzureADMSAdministrativeUnitMember</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="infa">
          <maml:name>InformationAction</maml:name>
          <maml:Description>
            <maml:para>Specifica il modo in cui questo cmdlet risponde a un evento informativo. I valori accettabili per questo parametro sono: * Continue</maml:para>
            <maml:para>* Ignore</maml:para>
            <maml:para>* Inquire</maml:para>
            <maml:para>* SilentlyContinue</maml:para>
            <maml:para>* Stop</maml:para>
            <maml:para>* Suspend</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
          <dev:type>
            <maml:name>ActionPreference</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="iv">
          <maml:name>InformationVariable</maml:name>
          <maml:Description>
            <maml:para>Specifica una variabile in cui archiviare un messaggio relativo a un evento informativo.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>Specifica l'ID di un'unità amministrativa in 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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>All</maml:name>
          <maml:Description>
            <maml:para>Se true, restituisce tutti i membri delle unità amministrative. Se false, restituisce il numero di oggetti specificati dal parametro Top</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Top</maml:name>
          <maml:Description>
            <maml:para>Specifica il numero massimo di record da restituire.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="infa">
        <maml:name>InformationAction</maml:name>
        <maml:Description>
          <maml:para>Specifica il modo in cui questo cmdlet risponde a un evento informativo. I valori accettabili per questo parametro sono: * Continue</maml:para>
          <maml:para>* Ignore</maml:para>
          <maml:para>* Inquire</maml:para>
          <maml:para>* SilentlyContinue</maml:para>
          <maml:para>* Stop</maml:para>
          <maml:para>* Suspend</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
        <dev:type>
          <maml:name>ActionPreference</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="iv">
        <maml:name>InformationVariable</maml:name>
        <maml:Description>
          <maml:para>Specifica una variabile in cui archiviare un messaggio relativo a un evento informativo.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>Specifica l'ID di un'unità amministrativa in 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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>All</maml:name>
        <maml:Description>
          <maml:para>Se true, restituisce tutti i membri delle unità amministrative. Se false, restituisce il numero di oggetti specificati dal parametro Top</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Top</maml:name>
        <maml:Description>
          <maml:para>Specifica il numero massimo di record da restituire.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes/>
    <command:returnValues/>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>Esempio 1 Ottenere un membro dell'unità amministrativa in base a ID</maml:title>
        <dev:code>PS C:\&gt; Get-AzureADMSAdministrativeUnitMember -Id "ef08b536-9d0a-4f8f-bda5-8b9cd01a9159"</dev:code>
        <dev:remarks>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Add-AzureADMSAdministrativeUnitMember</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-AzureADMSAdministrativeUnitMember</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
    </command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-AzureADMSScopedRoleMembership</command:name>
      <command:verb>Get</command:verb>
      <command:noun>AzureADMSScopedRoleMembership</command:noun>
      <maml:description>
        <maml:para>Recupera un'appartenenza a un ruolo con ambito da un'unità amministrativa.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Il cmdlet Get-AzureADMSScopedRoleMembership consente di recuperare un'appartenenza a un ruolo con ambito da un'unità amministrativa in Azure Active Directory (AD).</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-AzureADMSScopedRoleMembership</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>Specifica l'ID di un oggetto.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>ScopedRoleMembershipId</maml:name>
          <maml:Description>
            <maml:para>Specifica l'ID di un'appartenenza a un ruolo con ambito.</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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>Specifica l'ID di un oggetto.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>ScopedRoleMembershipId</maml:name>
        <maml:Description>
          <maml:para>Specifica l'ID di un'appartenenza a un ruolo con ambito.</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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes/>
    <command:returnValues/>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>----------- Esempio 1 Ottenere l'amministratore di ruoli con ambito -----------</maml:title>
        <dev:code>PS C:\&gt;Get-AzureADMSScopedRoleMembership -Id "526b7173-5a6e-49dc-88ec-b677a9093709" -ScopedRoleMembershipId "356b7173-5a6e-49dc-88ec-b677a9093709"</dev:code>
        <dev:remarks>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>--------- Esempio 2 Elencare gli amministratori con ambito per l'unità amministrativa. ---------</maml:title>
        <dev:code>PS C:\&gt;Get-AzureADMSScopedRoleMembership -Id "526b7173-5a6e-49dc-88ec-b677a9093709"</dev:code>
        <dev:remarks>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Add-AzureADMSScopedRoleMembership</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-AzureADMSScopedRoleMembership</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
    </command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-AzureADMSAdministrativeUnit</command:name>
      <command:verb>New</command:verb>
      <command:noun>AzureADMSAdministrativeUnit</command:noun>
      <maml:description>
        <maml:para>Crea un'unità amministrativa.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Il cmdlet New-AzureADMSAdministrativeUnit consente di creare un'unità amministrativa in Azure Active Directory (AD).</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-AzureADMSAdministrativeUnit</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Description</maml:name>
          <maml:Description>
            <maml:para>Specifica una descrizione per la nuova unità amministrativa.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>DisplayName</maml:name>
          <maml:Description>
            <maml:para>Specifica il nome visualizzato della nuova unità amministrativa.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>IsMemberManagementRestricted</maml:name>
          <maml:Description>
            <maml:para>Indica se i diritti di gestione sulle risorse nelle unità amministrative devono essere limitati SOLO agli amministratori con ambito definito nell'oggetto unità amministrativa. Se non viene specificato alcun valore, verrà usata l'impostazione predefinita false.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="infa">
          <maml:name>InformationAction</maml:name>
          <maml:Description>
            <maml:para>Specifica il modo in cui questo cmdlet risponde a un evento informativo. I valori accettabili per questo parametro sono:</maml:para>
            <maml:para>- Continue</maml:para>
            <maml:para>- Ignore</maml:para>
            <maml:para>- Inquire</maml:para>
            <maml:para>- SilentlyContinue</maml:para>
            <maml:para>- Stop</maml:para>
            <maml:para>- Suspend</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
          <dev:type>
            <maml:name>ActionPreference</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="iv">
          <maml:name>InformationVariable</maml:name>
          <maml:Description>
            <maml:para>Specifica una variabile informativa.</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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Description</maml:name>
        <maml:Description>
          <maml:para>Specifica una descrizione per la nuova unità amministrativa.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>DisplayName</maml:name>
        <maml:Description>
          <maml:para>Specifica il nome visualizzato della nuova unità amministrativa.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>IsMemberManagementRestricted</maml:name>
        <maml:Description>
          <maml:para>Indica se i diritti di gestione sulle risorse nelle unità amministrative devono essere limitati SOLO agli amministratori con ambito definito nell'oggetto unità amministrativa. Se non viene specificato alcun valore, verrà usata l'impostazione predefinita false.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="infa">
        <maml:name>InformationAction</maml:name>
        <maml:Description>
          <maml:para>Specifica il modo in cui questo cmdlet risponde a un evento informativo. I valori accettabili per questo parametro sono:</maml:para>
          <maml:para>- Continue</maml:para>
          <maml:para>- Ignore</maml:para>
          <maml:para>- Inquire</maml:para>
          <maml:para>- SilentlyContinue</maml:para>
          <maml:para>- Stop</maml:para>
          <maml:para>- Suspend</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
        <dev:type>
          <maml:name>ActionPreference</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="iv">
        <maml:name>InformationVariable</maml:name>
        <maml:Description>
          <maml:para>Specifica una variabile informativa.</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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes/>
    <command:returnValues/>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples/>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-AzureADMSAdministrativeUnit</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-AzureADMSAdministrativeUnit</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-AzureADMSAdministrativeUnit</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
    </command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-AzureADMSAdministrativeUnitMember</command:name>
      <command:verb>New</command:verb>
      <command:noun>AzureADMSAdministrativeUnitMember</command:noun>
      <maml:description>
        <maml:para>Creare un nuovo oggetto come membro dell'unità amministrativa. Attualmente sono supportati solo gli oggetti gruppo.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Il cmdlet New-AzureADMSAdministrativeUnitMember crea un oggetto Azure Active Directory (Azure AD) come membro di un'unità amministrativa.</maml:para>
      <maml:para>Attualmente sono supportati solo i gruppi Azure Active Directory da creare come membri dell'unità amministrativa.</maml:para>
      <maml:para>Per informazioni sulla creazione di gruppi dinamici, vedere Uso di attributi per la creazione di regole avanzate (https://azure.microsoft.com/it-it/documentation/articles/active-directory-accessmanagement-groups-with-advanced-rules/).</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-AzureADMSAdministrativeUnitMember</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>Specifica l'ID dell’unità amministrativa di Azure Active Directory per cui creare un membro.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases="none">
          <maml:name>OdataType</maml:name>
          <maml:Description>
            <maml:para>Specifica il tipo OData dell'oggetto Azure Active Directory da creare come membro dell'unità amministrativa.</maml:para>
            <maml:para>Attualmente è supportato solo "Microsoft.Graph.Group".</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Description</maml:name>
          <maml:Description>
            <maml:para>Specifica una descrizione per il gruppo.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>DisplayName</maml:name>
          <maml:Description>
            <maml:para>Specifica un nome visualizzato per il gruppo.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>MailEnabled</maml:name>
          <maml:Description>
            <maml:para>Specifica se il gruppo è abilitato per la posta elettronica.</maml:para>
            <maml:para>Non è attualmente possibile creare gruppi abilitati per la posta elettronica in Azure AD.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>MailNickname</maml:name>
          <maml:Description>
            <maml:para>Specifica un nome alternativo di posta elettronica per il gruppo. Se MailEnabled è $False, è comunque necessario specificare un nome alternativo di posta elettronica.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>SecurityEnabled</maml:name>
          <maml:Description>
            <maml:para>Specifica se il gruppo è abilitato per la sicurezza. Per i gruppi di sicurezza, questo valore deve essere $True.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>GroupTypes</maml:name>
          <maml:Description>
            <maml:para>Indica che il gruppo è un gruppo dinamico. Per creare un gruppo dinamico, specificare un valore di DynamicMembership.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">System.Collections.Generic.List`1[System.String]</command:parameterValue>
          <dev:type>
            <maml:name>System.Collections.Generic.List`1[System.String]</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>MembershipRule</maml:name>
          <maml:Description>
            <maml:para>Specifica la regola di appartenenza per un gruppo dinamico.</maml:para>
            <maml:para>Per altre informazioni sulle regole che possono essere usate per i gruppi dinamici, vedere Uso di attributi per la creazione di regole avanzate (https://azure.microsoft.com/it-it/documentation/articles/active-directory-accessmanagement-groups-with-advanced-rules/).</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>MembershipRuleProcessingState</maml:name>
          <maml:Description>
            <maml:para>Specifica lo stato di elaborazione della regola. I valori accettabili per questo parametro sono:</maml:para>
            <maml:para>* "On". Elabora la regola del gruppo.</maml:para>
            <maml:para>* "Paused". Interrompe l'elaborazione della regola del gruppo.</maml:para>
            <maml:para></maml:para>
            <maml:para>La modifica del valore dello stato di elaborazione non modifica l'elenco dei membri del gruppo.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Visibility</maml:name>
          <maml:Description>
            <maml:para>Questo parametro determina la visibilità dei contenuti e dell'elenco dei membri del gruppo. Il parametro può accettare uno dei valori seguenti:</maml:para>
            <maml:para>* "Public": chiunque può visualizzare i contenuti del gruppo</maml:para>
            <maml:para>* "Private": solo i membri possono visualizzare i contenuti del gruppo</maml:para>
            <maml:para>* "HiddenMembership": solo i membri possono visualizzare i contenuti del gruppo e solo i membri, i proprietari, gli amministratori globali/società, l'amministratore utenti e gli amministratori di supporto tecnico possono visualizzare l'elenco dei membri del gruppo.</maml:para>
            <maml:para></maml:para>
            <maml:para>Se non viene specificato alcun valore, il valore predefinito sarà "Public".</maml:para>
            <maml:para>Note:</maml:para>
            <maml:para>* Questo parametro è valido solo per i gruppi con groupType impostato su "Unified".</maml:para>
            <maml:para>* Se questo attributo viene impostato su "HiddenMembership" per un gruppo, non sarà possibile modificarlo in seguito.</maml:para>
            <maml:para>* Chiunque può essere aggiunto a un gruppo per cui questo attributo è impostato su "Public". Se l'attributo è impostato su Private o HiddenMembership, solo i proprietari possono aggiungere nuovi membri al gruppo e le richieste di aggiunta al gruppo necessitano dell'approvazione dei proprietari.</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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>Specifica l'ID di un'unità amministrativa di 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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases="none">
        <maml:name>OdataType</maml:name>
        <maml:Description>
          <maml:para>Specifica il tipo OData dell'oggetto da creare nell'unità amministrativa.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Description</maml:name>
        <maml:Description>
          <maml:para>Specifica una descrizione per il gruppo.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>DisplayName</maml:name>
        <maml:Description>
          <maml:para>Specifica un nome visualizzato per il gruppo.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>MailEnabled</maml:name>
        <maml:Description>
          <maml:para>Specifica se il gruppo è abilitato per la posta elettronica.</maml:para>
          <maml:para>Non è attualmente possibile creare gruppi abilitati per la posta elettronica in Azure AD.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>MailNickname</maml:name>
        <maml:Description>
          <maml:para>Specifica un nome alternativo di posta elettronica per il gruppo. Se MailEnabled è $False, è comunque necessario specificare un nome alternativo di posta elettronica.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>SecurityEnabled</maml:name>
        <maml:Description>
          <maml:para>Specifica se il gruppo è abilitato per la sicurezza. Per i gruppi di sicurezza, questo valore deve essere $True.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>GroupTypes</maml:name>
        <maml:Description>
          <maml:para>Indica che il gruppo è un gruppo dinamico. Per creare un gruppo dinamico, specificare un valore di DynamicMembership.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">System.Collections.Generic.List`1[System.String]</command:parameterValue>
        <dev:type>
          <maml:name>System.Collections.Generic.List`1[System.String]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>MembershipRule</maml:name>
        <maml:Description>
          <maml:para>Specifica la regola di appartenenza per un gruppo dinamico.</maml:para>
          <maml:para>Per altre informazioni sulle regole che possono essere usate per i gruppi dinamici, vedere Uso di attributi per la creazione di regole avanzate (https://azure.microsoft.com/it-it/documentation/articles/active-directory-accessmanagement-groups-with-advanced-rules/).</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>MembershipRuleProcessingState</maml:name>
        <maml:Description>
          <maml:para>Specifica lo stato di elaborazione della regola. I valori accettabili per questo parametro sono:</maml:para>
          <maml:para>* "On". Elabora la regola del gruppo.</maml:para>
          <maml:para>* "Paused". Interrompe l'elaborazione della regola del gruppo.</maml:para>
          <maml:para></maml:para>
          <maml:para>La modifica del valore dello stato di elaborazione non modifica l'elenco dei membri del gruppo.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Visibility</maml:name>
        <maml:Description>
          <maml:para>Questo parametro determina la visibilità dei contenuti e dell'elenco dei membri del gruppo. Il parametro può accettare uno dei valori seguenti:</maml:para>
          <maml:para>* "Public": chiunque può visualizzare i contenuti del gruppo</maml:para>
          <maml:para>* "Private": solo i membri possono visualizzare i contenuti del gruppo</maml:para>
          <maml:para>* "HiddenMembership": solo i membri possono visualizzare i contenuti del gruppo e solo i membri, i proprietari, gli amministratori globali/società, l'amministratore utenti e gli amministratori di supporto tecnico possono visualizzare l'elenco dei membri del gruppo.</maml:para>
          <maml:para></maml:para>
          <maml:para>Se non viene specificato alcun valore, il valore predefinito sarà "Public".</maml:para>
          <maml:para>Note:</maml:para>
          <maml:para>* Questo parametro è valido solo per i gruppi con groupType impostato su "Unified".</maml:para>
          <maml:para>* Se questo attributo viene impostato su "HiddenMembership" per un gruppo, non sarà possibile modificarlo in seguito.</maml:para>
          <maml:para>* Chiunque può essere aggiunto a un gruppo per cui questo attributo è impostato su "Public". Se l'attributo è impostato su Private o HiddenMembership, solo i proprietari possono aggiungere nuovi membri al gruppo e le richieste di aggiunta al gruppo necessitano dell'approvazione dei proprietari.</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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <command:examples>
      <command:example>
        <maml:title>-------------- Esempio 1: Creare un gruppo dinamico in un'unità amministrativa --------------</maml:title>
        <dev:code>PS C:\&gt; New-AzureADMSAdministrativeUnitMember -Id "5c99c435-43de-42a3-a420-a5c90b7ccc5a" -OdataType "Microsoft.Graph.Group" -DisplayName "testGroupInAU10" -Description "testGroupInAU10" -MailEnabled $True -MailNickname "testGroupInAU10" -SecurityEnabled $False -GroupTypes @("Unified","DynamicMembership") -MembershipRule "(user.department -contains 'Marketing')" -MembershipRuleProcessingState "On"
 
Id DisplayName Description
-- ----------- -----------
89df76f0-b37a-4f41-8cd5-c5800ca89bd2 testGroupInAU10 testGroupInAU10</dev:code>
        <dev:remarks>
          <maml:para>Questo comando crea un nuovo gruppo dinamico in unìunità amministrativa con la regola seguente:</maml:para>
          <maml:para>`user.department -contains "Marketing"`</maml:para>
          <maml:para>Le virgolette doppie vengono sostituite dalle virgolette singole.</maml:para>
          <maml:para>Lo stato dell'elaborazione è On. Tutti gli utenti della directory che rispettano la regola vengono quindi aggiunti come membri al gruppo. Eventuali utenti non idonei vengono rimossi dal gruppo.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Add-AzureADMSAdministrativeUnitMember</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-AzureADMSAdministrativeUnitMember</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-AzureADMSAdministrativeUnitMember</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
    </command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Remove-AzureADMSAdministrativeUnit</command:name>
      <command:verb>Remove</command:verb>
      <command:noun>AzureADMSAdministrativeUnit</command:noun>
      <maml:description>
        <maml:para>Rimuove un'unità amministrativa.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Il cmdlet Remove-AzureADMSAdministrativeUnit consente di rimuovere un'unità amministrativa da Azure Active Directory.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Remove-AzureADMSAdministrativeUnit</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="infa">
          <maml:name>InformationAction</maml:name>
          <maml:Description>
            <maml:para>Specifica il modo in cui questo cmdlet risponde a un evento informativo. I valori accettabili per questo parametro sono: * Continue</maml:para>
            <maml:para>* Ignore</maml:para>
            <maml:para>* Inquire</maml:para>
            <maml:para>* SilentlyContinue</maml:para>
            <maml:para>* Stop</maml:para>
            <maml:para>* Suspend</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
          <dev:type>
            <maml:name>ActionPreference</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="iv">
          <maml:name>InformationVariable</maml:name>
          <maml:Description>
            <maml:para>Specifica una variabile in cui archiviare un messaggio relativo a un evento informativo.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>Specifica l'ID di un'unità amministrativa in 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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="infa">
        <maml:name>InformationAction</maml:name>
        <maml:Description>
          <maml:para>Specifica il modo in cui questo cmdlet risponde a un evento informativo. I valori accettabili per questo parametro sono: * Continue</maml:para>
          <maml:para>* Ignore</maml:para>
          <maml:para>* Inquire</maml:para>
          <maml:para>* SilentlyContinue</maml:para>
          <maml:para>* Stop</maml:para>
          <maml:para>* Suspend</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
        <dev:type>
          <maml:name>ActionPreference</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="iv">
        <maml:name>InformationVariable</maml:name>
        <maml:Description>
          <maml:para>Specifica una variabile in cui archiviare un messaggio relativo a un evento informativo.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>Specifica l'ID di un'unità amministrativa in 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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes/>
    <command:returnValues/>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples/>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-AzureADMSAdministrativeUnit</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-AzureADMSAdministrativeUnit</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
    </command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Remove-AzureADMSAdministrativeUnitMember</command:name>
      <command:verb>Remove</command:verb>
      <command:noun>AzureADMSAdministrativeUnitMember</command:noun>
      <maml:description>
        <maml:para>Rimuove un membro di un'unità amministrativa.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Il cmdlet Remove-AzureADMSAdministrativeUnitMember consente di rimuovere un membro di un'unità amministrativa in Azure Active Directory (AD).</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Remove-AzureADMSAdministrativeUnitMember</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="infa">
          <maml:name>InformationAction</maml:name>
          <maml:Description>
            <maml:para>Specifica il modo in cui questo cmdlet risponde a un evento informativo.</maml:para>
            <maml:para>I valori accettabili per questo parametro sono:</maml:para>
            <maml:para>- Continue</maml:para>
            <maml:para>- Ignore</maml:para>
            <maml:para>- Inquire</maml:para>
            <maml:para>- SilentlyContinue</maml:para>
            <maml:para>- Stop</maml:para>
            <maml:para>- Suspend</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
          <dev:type>
            <maml:name>ActionPreference</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="iv">
          <maml:name>InformationVariable</maml:name>
          <maml:Description>
            <maml:para>Specifica una variabile informativa.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>MemberId</maml:name>
          <maml:Description>
            <maml:para>Specifica l'ID del membro dell'unità amministrativa.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>Specifica l'ID di un'unità amministrativa in Azure AD.</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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="infa">
        <maml:name>InformationAction</maml:name>
        <maml:Description>
          <maml:para>Specifica il modo in cui questo cmdlet risponde a un evento informativo.</maml:para>
          <maml:para>I valori accettabili per questo parametro sono:</maml:para>
          <maml:para>- Continue</maml:para>
          <maml:para>- Ignore</maml:para>
          <maml:para>- Inquire</maml:para>
          <maml:para>- SilentlyContinue</maml:para>
          <maml:para>- Stop</maml:para>
          <maml:para>- Suspend</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
        <dev:type>
          <maml:name>ActionPreference</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="iv">
        <maml:name>InformationVariable</maml:name>
        <maml:Description>
          <maml:para>Specifica una variabile informativa.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>MemberId</maml:name>
        <maml:Description>
          <maml:para>Specifica l'ID del membro dell'unità amministrativa.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>Specifica l'ID di un'unità amministrativa in Azure AD.</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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes/>
    <command:returnValues/>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples/>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Add-AzureADMSAdministrativeUnitMember</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-AzureADMSAdministrativeUnitMember</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
    </command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Remove-AzureADMSScopedRoleMembership</command:name>
      <command:verb>Remove</command:verb>
      <command:noun>AzureADMSScopedRoleMembership</command:noun>
      <maml:description>
        <maml:para>Rimuove un'appartenenza a un ruolo con ambito.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Il cmdlet Remove-AzureADMSScopedRoleMembership consente di rimuovere un'appartenenza a un ruolo con ambito da Azure Active Directory (AD).</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Remove-AzureADMSScopedRoleMembership</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>Specifica un ID oggetto.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>ScopedRoleMembershipId</maml:name>
          <maml:Description>
            <maml:para>Specifica l'ID dell'appartenenza a un ruolo con ambito da rimuovere.</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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>Specifica un ID oggetto.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>ScopedRoleMembershipId</maml:name>
        <maml:Description>
          <maml:para>Specifica l'ID dell'appartenenza a un ruolo con ambito da rimuovere.</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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes/>
    <command:returnValues/>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Esempio 1 --------------------------</maml:title>
        <dev:code>Remove-AzureADMSScopedRoleMembership -Id "1026185e-25df-4522-a380-7ab697a7241c" -ScopedRoleMembershipId "3028185e-25df-4522-a380-7ab697a7241c"</dev:code>
        <dev:remarks>
          <maml:para>Consente di rimuovere un'appartenenza con ambito.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Add-AzureADMSScopedRoleMembership</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-AzureADMSScopedRoleMembership</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
    </command: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" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Set-AzureADMSAdministrativeUnit</command:name>
      <command:verb>Set</command:verb>
      <command:noun>AzureADMSAdministrativeUnit</command:noun>
      <maml:description>
        <maml:para>Aggiorna un'unità amministrativa.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Il cmdlet Set-AzureADMSAdministrativeUnit consente di aggiornare un'unità amministrativa in Azure Active Directory (AD).</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-AzureADMSAdministrativeUnit</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Description</maml:name>
          <maml:Description>
            <maml:para>Specifica una descrizione.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>DisplayName</maml:name>
          <maml:Description>
            <maml:para>Specifica un nome visualizzato.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>IsMemberManagementRestricted</maml:name>
          <maml:Description>
            <maml:para>Indica se i diritti di gestione sulle risorse nelle unità amministrative devono essere limitati SOLO agli amministratori con ambito definito nell'oggetto unità amministrativa.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="infa">
          <maml:name>InformationAction</maml:name>
          <maml:Description>
            <maml:para>Specifica il modo in cui questo cmdlet risponde a un evento informativo. I valori accettabili per questo parametro sono:</maml:para>
            <maml:para>- Continue</maml:para>
            <maml:para>- Ignore</maml:para>
            <maml:para>- Inquire</maml:para>
            <maml:para>- SilentlyContinue</maml:para>
            <maml:para>- Stop</maml:para>
            <maml:para>- Suspend</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
          <dev:type>
            <maml:name>ActionPreference</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="iv">
          <maml:name>InformationVariable</maml:name>
          <maml:Description>
            <maml:para>Specifica una variabile informativa.</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>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>Specifica l'ID di un'unità amministrativa in Azure AD.</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>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Description</maml:name>
        <maml:Description>
          <maml:para>Specifica una descrizione.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>DisplayName</maml:name>
        <maml:Description>
          <maml:para>Specifica un nome visualizzato.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>IsMemberManagementRestricted</maml:name>
        <maml:Description>
          <maml:para>Indica se i diritti di gestione sulle risorse nelle unità amministrative devono essere limitati SOLO agli amministratori con ambito definito nell'oggetto unità amministrativa.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="infa">
        <maml:name>InformationAction</maml:name>
        <maml:Description>
          <maml:para>Specifica il modo in cui questo cmdlet risponde a un evento informativo. I valori accettabili per questo parametro sono:</maml:para>
          <maml:para>- Continue</maml:para>
          <maml:para>- Ignore</maml:para>
          <maml:para>- Inquire</maml:para>
          <maml:para>- SilentlyContinue</maml:para>
          <maml:para>- Stop</maml:para>
          <maml:para>- Suspend</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
        <dev:type>
          <maml:name>ActionPreference</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="iv">
        <maml:name>InformationVariable</maml:name>
        <maml:Description>
          <maml:para>Specifica una variabile informativa.</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>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>Specifica l'ID di un'unità amministrativa in Azure AD.</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>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes/>
    <command:returnValues/>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples/>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Get-AzureADMSAdministrativeUnit</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>New-AzureADMSAdministrativeUnit</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-AzureADMSAdministrativeUnit</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
</helpItems>