Set-AzureADMSNamedLocationPolicy
Uppdaterar en namngiven platsprincip i Azure Active Directory efter PolicyId.
Syntax
Set-AzureADMSNamedLocationPolicy
-PolicyId <String>
[-OdataType <String>]
[-Id <String>]
[-DisplayName <String>]
[-IpRanges <System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.IpRange]>]
[-IsTrusted <Boolean>]
[-CountriesAndRegions <System.Collections.Generic.List`1[Microsoft.Open.MSGraph.Model.CountriesAndRegion]>]
[-IncludeUnknownCountriesAndRegions <Boolean>]
[<CommonParameters>]
Description
Med den här cmdleten kan en administratör uppdatera en namngiven platsprincip i Azure Active Directory efter PolicyId. Principer för villkorlig åtkomst är anpassade regler som definierar ett åtkomstscenario.
Exempel
Exempel 1: Uppdatera en ip-adress med namnet location policy i Azure AD efter PolicyId.
PS C:\> Set-AzureADMSNamedLocationPolicy -PolicyId 07a1f48d-0cbb-4c2c-8ea2-1ea00e3eb3b6 -OdataType "#microsoft.graph.ipNamedLocation" -IsTrusted $false
Det här kommandot uppdaterar en ip-namngiven platsprincip i Azure AD med PolicyId.
Exempel 2: Uppdatera ett land eller en region med namnet location policy i Azure AD efter PolicyId.
PS C:\> Set-AzureADMSNamedLocationPolicy -PolicyId 76fdfd4d-bd80-4c1e-8fd4-6abf49d121fe -OdataType "#microsoft.graph.countryNamedLocation" -IncludeUnknownCountriesAndRegions $true
Det här kommandot uppdaterar ett land eller en region med namnet location policy i Azure AD efter PolicyId.
Parametrar
-CountriesAndRegions
Anger länder och regioner för den namngivna platsprincipen i Azure Active Directory.
Typ: | List<T>[Microsoft.Open.MSGraph.Model.CountriesAndRegion] |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | False |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
-DisplayName
Anger visningsnamnet för en namngiven platsprincip i Azure Active Directory.
Typ: | String |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | False |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
-Id
{{ Fyllnings-ID Beskrivning }}
Typ: | String |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | False |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
-IncludeUnknownCountriesAndRegions
Anger värdet includeUnknownCountriesAndRegions för den namngivna platsprincipen i Azure Active Directory.
Typ: | Boolean |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | False |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
-IpRanges
Anger IP-intervallen för den namngivna platsprincipen i Azure Active Directory.
Typ: | List<T>[Microsoft.Open.MSGraph.Model.IpRange] |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | False |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
-IsTrusted
Anger isTrusted-värdet för den namngivna platsprincipen i Azure Active Directory.
Typ: | Boolean |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | False |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
-OdataType
Anger odatatypen för ett namngivet platsprincipobjekt i Azure Active Directory.
Typ: | String |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | False |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
-PolicyId
Anger ID för en namngiven platsprincip i Azure Active Directory.
Typ: | String |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | True |
Godkänn pipeline-indata: | True |
Godkänn jokertecken: | False |
Kommentarer
Se migreringsguiden för Set-AzureADMSNamedLocationPolicy till Microsoft Graph PowerShell.