diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Confirm-MgBetaIdentityRiskPreventionWebApplicationFirewallProvider.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Confirm-MgBetaIdentityRiskPreventionWebApplicationFirewallProvider.md index c92da7773eec1..effa6cc3459cf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Confirm-MgBetaIdentityRiskPreventionWebApplicationFirewallProvider.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Confirm-MgBetaIdentityRiskPreventionWebApplicationFirewallProvider.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/confirm-mgbetaidentityriskpreventionwebapplicationfirewallprovider Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Confirm-MgBetaIdentityRiskPreventionWebApplicationFirewallProvider --- @@ -29,7 +29,6 @@ Confirm-MgBetaIdentityRiskPreventionWebApplicationFirewallProvider [-AdditionalProperties ] [-HostName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Verify @@ -41,7 +40,6 @@ Confirm-MgBetaIdentityRiskPreventionWebApplicationFirewallProvider [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### VerifyViaIdentityExpanded @@ -52,7 +50,6 @@ Confirm-MgBetaIdentityRiskPreventionWebApplicationFirewallProvider [-AdditionalProperties ] [-HostName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### VerifyViaIdentity @@ -64,7 +61,6 @@ Confirm-MgBetaIdentityRiskPreventionWebApplicationFirewallProvider [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -77,6 +73,38 @@ This cmdlet has the following aliases, Initiate a verification operation for a webApplicationFirewallProvider object. This API triggers provider-specific verification logic and returns a webApplicationFirewallVerificationModel object describing the verification result. +## EXAMPLES +### Example 1: Verify a specific webApplicationFirewallProvider object + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.SignIns + +$params = @{ + hostName = "www.contoso.com" +} + +Confirm-MgBetaIdentityRiskPreventionWebApplicationFirewallProvider -WebApplicationFirewallProviderId $webApplicationFirewallProviderId -BodyParameter $params + +``` +This example will verify a specific webapplicationfirewallprovider object + +### Example 2: Verify a specific webApplicationFirewallProviders object along with the details of their associated provider. + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.SignIns + +$params = @{ + hostName = "www.contoso.com" +} + +Confirm-MgBetaIdentityRiskPreventionWebApplicationFirewallProvider -WebApplicationFirewallProviderId $webApplicationFirewallProviderId -ExpandProperty "provider" -BodyParameter $params + +``` +This example will verify a specific webapplicationfirewallproviders object along with the details of their associated provider. + + ## PARAMETERS ### -AdditionalProperties @@ -517,6 +545,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy @@ -589,6 +618,5 @@ INPUTOBJECT ``: Identity Parameter - diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Confirm-MgBetaInformationProtectionSignature.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Confirm-MgBetaInformationProtectionSignature.md index f4944d7944715..912ce4ab5d33f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Confirm-MgBetaInformationProtectionSignature.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Confirm-MgBetaInformationProtectionSignature.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/confirm-mgbetainformationprotectionsignature Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Confirm-MgBetaInformationProtectionSignature --- @@ -24,7 +24,7 @@ Confirm-MgBetaInformationProtectionSignature [-ResponseHeadersVariable ] [-AdditionalProperties ] [-DigestInputFile ] [-SignatureInputFile ] [-SigningKeyId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Verify @@ -35,7 +35,6 @@ Confirm-MgBetaInformationProtectionSignature [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Confirm-MgBetaRiskyAgentCompromised.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Confirm-MgBetaRiskyAgentCompromised.md index b974f3f82b18a..7f9dafa948822 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Confirm-MgBetaRiskyAgentCompromised.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Confirm-MgBetaRiskyAgentCompromised.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/confirm-mgbetariskyagentcompromised Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Confirm-MgBetaRiskyAgentCompromised --- @@ -25,7 +25,6 @@ Confirm-MgBetaRiskyAgentCompromised [-ResponseHeadersVariable ] [-AdditionalProperties ] [-AgentIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Confirm @@ -36,7 +35,6 @@ Confirm-MgBetaRiskyAgentCompromised [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -57,6 +55,26 @@ This action sets the targeted agent's riskLevel to high. | Delegated (personal Microsoft account) | Not supported | | Application | IdentityRiskyAgent.ReadWrite.All, | +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.SignIns + +$params = @{ + agentIds = @( + "29f270bb-4d23-4f68-8a57-dc73dc0d4caf" +"20f91ec9-d140-4d90-9cd9-f618587a1471" +) +} + +Confirm-MgBetaRiskyAgentCompromised -BodyParameter $params + +``` +This example shows how to use the Confirm-MgBetaRiskyAgentCompromised Cmdlet. + + ## PARAMETERS ### -AdditionalProperties @@ -416,6 +434,5 @@ BODYPARAMETER `] [-AdditionalPro [-AgentIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Confirm @@ -36,7 +35,6 @@ Confirm-MgBetaRiskyAgentSafe [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -57,6 +55,26 @@ This action sets the targeted agent's riskLevel to none. | Delegated (personal Microsoft account) | Not supported | | Application | IdentityRiskyAgent.ReadWrite.All, | +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.SignIns + +$params = @{ + agentIds = @( + "29f270bb-4d23-4f68-8a57-dc73dc0d4caf" +"20f91ec9-d140-4d90-9cd9-f618587a1471" +) +} + +Confirm-MgBetaRiskyAgentSafe -BodyParameter $params + +``` +This example shows how to use the Confirm-MgBetaRiskyAgentSafe Cmdlet. + + ## PARAMETERS ### -AdditionalProperties @@ -416,6 +434,5 @@ BODYPARAMETER `] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Confirm @@ -40,7 +39,6 @@ Confirm-MgBetaRiskyServicePrincipalCompromised [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Confirm-MgBetaRiskyUserCompromised.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Confirm-MgBetaRiskyUserCompromised.md index 529f9eb0853ec..e843cbdbb7543 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Confirm-MgBetaRiskyUserCompromised.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Confirm-MgBetaRiskyUserCompromised.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/confirm-mgbetariskyusercompromised Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Confirm-MgBetaRiskyUserCompromised --- @@ -28,7 +28,6 @@ Confirm-MgBetaRiskyUserCompromised [-ResponseHeadersVariable ] [-AdditionalProperties ] [-UserIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Confirm @@ -39,7 +38,6 @@ Confirm-MgBetaRiskyUserCompromised [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Confirm-MgBetaRiskyUserSafe.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Confirm-MgBetaRiskyUserSafe.md index 4ff9b294d890b..8c1df1a762c9c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Confirm-MgBetaRiskyUserSafe.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Confirm-MgBetaRiskyUserSafe.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/confirm-mgbetariskyusersafe Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Confirm-MgBetaRiskyUserSafe --- @@ -28,7 +28,6 @@ Confirm-MgBetaRiskyUserSafe [-ResponseHeadersVariable ] [-AdditionalProp [-UserIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Confirm @@ -39,7 +38,6 @@ Confirm-MgBetaRiskyUserSafe [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Confirm-MgBetaUserInformationProtectionSignature.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Confirm-MgBetaUserInformationProtectionSignature.md index 7ecc042d9b97e..3cacbcaa16f3c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Confirm-MgBetaUserInformationProtectionSignature.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Confirm-MgBetaUserInformationProtectionSignature.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/confirm-mgbetauserinformationprotectionsignature Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Confirm-MgBetaUserInformationProtectionSignature --- @@ -25,7 +25,6 @@ Confirm-MgBetaUserInformationProtectionSignature -UserId [-SignatureInputFile ] [-SigningKeyId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Verify @@ -36,7 +35,6 @@ Confirm-MgBetaUserInformationProtectionSignature -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### VerifyViaIdentityExpanded @@ -47,7 +45,6 @@ Confirm-MgBetaUserInformationProtectionSignature -InputObject ] [-SigningKeyId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### VerifyViaIdentity @@ -58,7 +55,6 @@ Confirm-MgBetaUserInformationProtectionSignature -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -566,6 +562,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Disable-MgBetaUserAuthenticationMethodSmsSignIn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Disable-MgBetaUserAuthenticationMethodSmsSignIn.md index f0a77163a64c2..2f98ec0a6f8d4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Disable-MgBetaUserAuthenticationMethodSmsSignIn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Disable-MgBetaUserAuthenticationMethodSmsSignIn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/disable-mgbetauserauthenticationmethodsmssignin Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Disable-MgBetaUserAuthenticationMethodSmsSignIn --- @@ -24,7 +24,6 @@ Disable-MgBetaUserAuthenticationMethodSmsSignIn -AuthenticationMethodId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DisableViaIdentity @@ -34,7 +33,6 @@ Disable-MgBetaUserAuthenticationMethodSmsSignIn -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -426,6 +424,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Enable-MgBetaUserAuthenticationMethodSmsSignIn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Enable-MgBetaUserAuthenticationMethodSmsSignIn.md index f6c20bc490e65..a3c58ecfbc068 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Enable-MgBetaUserAuthenticationMethodSmsSignIn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Enable-MgBetaUserAuthenticationMethodSmsSignIn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/enable-mgbetauserauthenticationmethodsmssignin Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Enable-MgBetaUserAuthenticationMethodSmsSignIn --- @@ -24,7 +24,6 @@ Enable-MgBetaUserAuthenticationMethodSmsSignIn -AuthenticationMethodId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### EnableViaIdentity @@ -34,7 +33,6 @@ Enable-MgBetaUserAuthenticationMethodSmsSignIn -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -426,6 +424,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Find-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyByMethodMode.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Find-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyByMethodMode.md index 23a372af62b2f..fb9ed7a4aaa1f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Find-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyByMethodMode.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Find-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyByMethodMode.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/find-mgbetaidentityconditionalaccessauthenticationstrengthpolicybymethodmode Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Find-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyByMethodMode --- @@ -25,7 +25,7 @@ Find-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyByMethodMode [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### FindViaIdentity1 @@ -36,7 +36,7 @@ Find-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyByMethodMode [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -514,6 +514,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Find-MgBetaPolicyAuthenticationStrengthPolicyByMethodMode.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Find-MgBetaPolicyAuthenticationStrengthPolicyByMethodMode.md index 4b1bdf52c8df0..b21b136149349 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Find-MgBetaPolicyAuthenticationStrengthPolicyByMethodMode.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Find-MgBetaPolicyAuthenticationStrengthPolicyByMethodMode.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/find-mgbetapolicyauthenticationstrengthpolicybymethodmode Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Find-MgBetaPolicyAuthenticationStrengthPolicyByMethodMode --- @@ -25,7 +25,7 @@ Find-MgBetaPolicyAuthenticationStrengthPolicyByMethodMode -AuthenticationMethodM [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### FindViaIdentity @@ -36,7 +36,7 @@ Find-MgBetaPolicyAuthenticationStrengthPolicyByMethodMode -InputObject ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -52,9 +52,9 @@ Get a list of the authenticationStrengthPolicy objects and their properties filt | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Policy.Read.AuthenticationMethod, Policy.ReadWrite.ConditionalAccess, Policy.ReadWrite.AuthenticationMethod, Policy.Read.All, | +| Delegated (work or school account) | Policy.Read.AuthenticationMethod, Policy.Read.All, Policy.ReadWrite.AuthenticationMethod, Policy.ReadWrite.ConditionalAccess, | | Delegated (personal Microsoft account) | Not supported | -| Application | Policy.Read.AuthenticationMethod, Policy.ReadWrite.ConditionalAccess, Policy.ReadWrite.AuthenticationMethod, Policy.Read.All, | +| Application | Policy.Read.AuthenticationMethod, Policy.Read.All, Policy.ReadWrite.AuthenticationMethod, Policy.ReadWrite.ConditionalAccess, | ## PARAMETERS @@ -522,6 +522,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaAgentRiskDetection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaAgentRiskDetection.md index 3bb058fe6fe02..1678554044319 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaAgentRiskDetection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaAgentRiskDetection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaagentriskdetection Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaAgentRiskDetection --- @@ -25,7 +25,7 @@ Get-MgBetaAgentRiskDetection [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -34,7 +34,7 @@ Get-MgBetaAgentRiskDetection [-ExpandProperty ] [-Property ] Get-MgBetaAgentRiskDetection -AgentRiskDetectionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -43,7 +43,7 @@ Get-MgBetaAgentRiskDetection -AgentRiskDetectionId [-ExpandProperty [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -63,6 +63,19 @@ Read the properties and relationships of agentRiskDetection object. | Delegated (personal Microsoft account) | Not supported | | Application | IdentityRiskEvent.Read.All, | +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.SignIns + +Get-MgBetaAgentRiskDetection + +``` +This example shows how to use the Get-MgBetaAgentRiskDetection Cmdlet. + + ## PARAMETERS ### -AgentRiskDetectionId @@ -573,6 +586,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy @@ -645,8 +659,6 @@ INPUTOBJECT ``: Identity Parameter - - diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaAgentRiskDetectionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaAgentRiskDetectionCount.md index e25dcfd492291..43fecdbdbf963 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaAgentRiskDetectionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaAgentRiskDetectionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaagentriskdetectioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaAgentRiskDetectionCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaAgentRiskDetectionCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaDataPolicyOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaDataPolicyOperation.md index b9ae008e883d7..563e7f6440e4e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaDataPolicyOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaDataPolicyOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetadatapolicyoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDataPolicyOperation --- @@ -28,7 +28,7 @@ Get-MgBetaDataPolicyOperation [-ExpandProperty ] [-Property [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaDataPolicyOperation [-ExpandProperty ] [-Property Get-MgBetaDataPolicyOperation -DataPolicyOperationId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaDataPolicyOperation -DataPolicyOperationId [-ExpandProperty < Get-MgBetaDataPolicyOperation -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -589,6 +589,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaDataPolicyOperationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaDataPolicyOperationCount.md index 3fdd88ba52040..a435d7946cbba 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaDataPolicyOperationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaDataPolicyOperationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetadatapolicyoperationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDataPolicyOperationCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaDataPolicyOperationCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityApiConnector.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityApiConnector.md index b278082bc891d..6057c31659f22 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityApiConnector.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityApiConnector.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityapiconnector Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityApiConnector --- @@ -28,7 +28,7 @@ Get-MgBetaIdentityApiConnector [-ExpandProperty ] [-Property ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaIdentityApiConnector [-ExpandProperty ] [-Property [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaIdentityApiConnector -IdentityApiConnectorId [-ExpandProperty Get-MgBetaIdentityApiConnector -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -589,6 +589,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityApiConnectorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityApiConnectorCount.md index 19930bad61bba..04feb80084f1e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityApiConnectorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityApiConnectorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityapiconnectorcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityApiConnectorCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaIdentityApiConnectorCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlow.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlow.md index ae04bec523334..88053226e732d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlow.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlow.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityauthenticationeventflow Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityAuthenticationEventFlow --- @@ -29,7 +29,7 @@ Get-MgBetaIdentityAuthenticationEventFlow [-ExpandProperty ] [-Propert [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaIdentityAuthenticationEventFlow -AuthenticationEventsFlowId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +49,7 @@ Get-MgBetaIdentityAuthenticationEventFlow -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -626,6 +626,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlow.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlow.md index ed7d2b5f8440c..5a847b4049e8a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlow.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlow.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityauthenticationeventflowasexternaluserselfservicesignupeventflow Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlow --- @@ -29,7 +29,6 @@ Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlo [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlo -AuthenticationEventsFlowId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlo -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -571,6 +570,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowCondition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowCondition.md index 2c67cb3300c49..0fbb872608446 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowCondition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowCondition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityauthenticationeventflowasexternaluserselfservicesignupeventflowcondition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowCondition --- @@ -29,7 +29,7 @@ Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlo -AuthenticationEventsFlowId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -39,7 +39,7 @@ Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlo -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -391,6 +391,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication.md index 795e09f2a50a7..4fa0b58e6ce4c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityauthenticationeventflowasexternaluserselfservicesignupeventflowincludeapplication Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication --- @@ -29,7 +29,7 @@ Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlo [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -40,7 +40,7 @@ Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlo [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +50,7 @@ Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlo -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -603,6 +603,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplicationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplicationCount.md index 7e3bf742da3b2..1ba929a9c6a81 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplicationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplicationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityauthenticationeventflowasexternaluserselfservicesignupeventflowincludeapplicationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplicationCount --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlo -AuthenticationEventsFlowId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlo -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -385,6 +385,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowOnAttributeCollection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowOnAttributeCollection.md index 33248fea4015c..8778376dfb3d2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowOnAttributeCollection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowOnAttributeCollection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityauthenticationeventflowasexternaluserselfservicesignupeventflowonattributecollection Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowOnAttributeCollection --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlo -AuthenticationEventsFlowId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlo -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -387,6 +387,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowOnAuthenticationMethodLoadStart.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowOnAuthenticationMethodLoadStart.md index 1ad54c00b7591..f61eef7b3fb03 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowOnAuthenticationMethodLoadStart.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowOnAuthenticationMethodLoadStart.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityauthenticationeventflowasexternaluserselfservicesignupeventflowonauthenticationmethodloadstart Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowOnAuthenticationMethodLoadStart --- @@ -31,7 +31,7 @@ Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlo -AuthenticationEventsFlowId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -41,7 +41,7 @@ Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlo -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -395,6 +395,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowAsOnAttributeCollectionExternalUserSelfServiceSignUpAttribute.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowAsOnAttributeCollectionExternalUserSelfServiceSignUpAttribute.md index a12d74e5ca5c5..53c464718a9f9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowAsOnAttributeCollectionExternalUserSelfServiceSignUpAttribute.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowAsOnAttributeCollectionExternalUserSelfServiceSignUpAttribute.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityauthenticationeventflowasonattributecollectionexternaluserselfservicesignupattribute Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityAuthenticationEventFlowAsOnAttributeCollectionExternalUserSelfServiceSignUpAttribute --- @@ -30,7 +30,7 @@ Get-MgBetaIdentityAuthenticationEventFlowAsOnAttributeCollectionExternalUserSelf [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowAsOnAttributeCollectionExternalUserSelfServiceSignUpAttributeCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowAsOnAttributeCollectionExternalUserSelfServiceSignUpAttributeCount.md index 5d63336e18739..4df41fbbc4feb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowAsOnAttributeCollectionExternalUserSelfServiceSignUpAttributeCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowAsOnAttributeCollectionExternalUserSelfServiceSignUpAttributeCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityauthenticationeventflowasonattributecollectionexternaluserselfservicesignupattributecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityAuthenticationEventFlowAsOnAttributeCollectionExternalUserSelfServiceSignUpAttributeCount --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityAuthenticationEventFlowAsOnAttributeCollectionExternalUserSelf -AuthenticationEventsFlowId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityAuthenticationEventFlowAsOnAttributeCollectionExternalUserSelf -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -385,6 +385,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProvider.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProvider.md index 3997307e6e1aa..8c7799816e8dd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProvider.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProvider.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityauthenticationeventflowasonauthenticationmethodloadstartexternaluserselfservicesignupidentityprovider Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProvider --- @@ -29,7 +29,7 @@ Get-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExtern [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef.md index 3bddbf0ace94f..999e8f62a2a25 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityauthenticationeventflowasonauthenticationmethodloadstartexternaluserselfservicesignupidentityproviderbyref Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef --- @@ -29,7 +29,6 @@ Get-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExtern [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderCount.md index fae4145dd04b2..9c74d1b86f92c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityauthenticationeventflowasonauthenticationmethodloadstartexternaluserselfservicesignupidentityprovidercount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderCount --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExtern -AuthenticationEventsFlowId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExtern -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -385,6 +385,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef.md index 5209c0568703a..942a4ffe06b59 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityauthenticationeventflowasongraphapretributecollectionexternaluserselfservicesignupattributebyref Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef --- @@ -30,7 +30,6 @@ Get-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalU [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowCondition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowCondition.md index 662374a38bdbc..d9e07edd21892 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowCondition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowCondition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityauthenticationeventflowcondition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityAuthenticationEventFlowCondition --- @@ -29,7 +29,7 @@ Get-MgBetaIdentityAuthenticationEventFlowCondition -AuthenticationEventsFlowId < [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -39,7 +39,7 @@ Get-MgBetaIdentityAuthenticationEventFlowCondition -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -391,6 +391,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowCount.md index 9c9eb46a08525..26d7cc14fe4a0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityauthenticationeventflowcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityAuthenticationEventFlowCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaIdentityAuthenticationEventFlowCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowCountAsExternalUserSelfServiceSignUpEventFlow.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowCountAsExternalUserSelfServiceSignUpEventFlow.md index 8b4d2f5ca33bc..0edbc431bf3e8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowCountAsExternalUserSelfServiceSignUpEventFlow.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowCountAsExternalUserSelfServiceSignUpEventFlow.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityauthenticationeventflowcountasexternaluserselfservicesignupeventflow Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityAuthenticationEventFlowCountAsExternalUserSelfServiceSignUpEventFlow --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityAuthenticationEventFlowCountAsExternalUserSelfServiceSignUpEve [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowIncludeApplication.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowIncludeApplication.md index 18f1496b545d8..465a08e9487e7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowIncludeApplication.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowIncludeApplication.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityauthenticationeventflowincludeapplication Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityAuthenticationEventFlowIncludeApplication --- @@ -29,7 +29,6 @@ Get-MgBetaIdentityAuthenticationEventFlowIncludeApplication -AuthenticationEvent [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -40,7 +39,7 @@ Get-MgBetaIdentityAuthenticationEventFlowIncludeApplication [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +49,7 @@ Get-MgBetaIdentityAuthenticationEventFlowIncludeApplication -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -616,6 +615,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowIncludeApplicationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowIncludeApplicationCount.md index 45104fda44838..99e326dd2a628 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowIncludeApplicationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowIncludeApplicationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityauthenticationeventflowincludeapplicationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityAuthenticationEventFlowIncludeApplicationCount --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityAuthenticationEventFlowIncludeApplicationCount -AuthenticationEventsFlowId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityAuthenticationEventFlowIncludeApplicationCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -393,6 +393,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowOnAttributeCollectionAsOnAttributeCollectionExternalUserSelfServiceSignUp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowOnAttributeCollectionAsOnAttributeCollectionExternalUserSelfServiceSignUp.md index 7594291dd23f8..9a85502d4a858 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowOnAttributeCollectionAsOnAttributeCollectionExternalUserSelfServiceSignUp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowOnAttributeCollectionAsOnAttributeCollectionExternalUserSelfServiceSignUp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityauthenticationeventflowonattributecollectionasonattributecollectionexternaluserselfservicesignup Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityAuthenticationEventFlowOnAttributeCollectionAsOnAttributeCollectionExternalUserSelfServiceSignUp --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityAuthenticationEventFlowOnAttributeCollectionAsOnAttributeColle -AuthenticationEventsFlowId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityAuthenticationEventFlowOnAttributeCollectionAsOnAttributeColle -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -343,6 +343,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowOnAuthenticationMethodLoadStartAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowOnAuthenticationMethodLoadStartAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUp.md index 01d343fedd6a7..125a46d465343 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowOnAuthenticationMethodLoadStartAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventFlowOnAuthenticationMethodLoadStartAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityauthenticationeventflowonauthenticationmethodloadstartasonauthenticationmethodloadstartexternaluserselfservicesignup Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityAuthenticationEventFlowOnAuthenticationMethodLoadStartAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUp --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityAuthenticationEventFlowOnAuthenticationMethodLoadStartAsOnAuth -AuthenticationEventsFlowId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityAuthenticationEventFlowOnAuthenticationMethodLoadStartAsOnAuth -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -343,6 +343,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventListener.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventListener.md index 979d9d6e12409..619953187b632 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventListener.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventListener.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityauthenticationeventlistener Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityAuthenticationEventListener --- @@ -30,7 +30,7 @@ Get-MgBetaIdentityAuthenticationEventListener [-ExpandProperty ] [-Pro [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -40,7 +40,7 @@ Get-MgBetaIdentityAuthenticationEventListener -AuthenticationEventListenerId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +50,7 @@ Get-MgBetaIdentityAuthenticationEventListener -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -595,6 +595,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventListenerCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventListenerCount.md index 9c08ae7253f8c..5300eb03fc187 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventListenerCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityAuthenticationEventListenerCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityauthenticationeventlistenercount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityAuthenticationEventListenerCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaIdentityAuthenticationEventListenerCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2CUserFlow.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2CUserFlow.md index 613b5f5855de7..4c91410e41942 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2CUserFlow.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2CUserFlow.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityb2cuserflow Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityB2CUserFlow --- @@ -25,7 +25,7 @@ Get-MgBetaIdentityB2CUserFlow [-ExpandProperty ] [-Property [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -34,7 +34,7 @@ Get-MgBetaIdentityB2CUserFlow [-ExpandProperty ] [-Property Get-MgBetaIdentityB2CUserFlow -B2CIdentityUserFlowId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -43,7 +43,7 @@ Get-MgBetaIdentityB2CUserFlow -B2CIdentityUserFlowId [-ExpandProperty < Get-MgBetaIdentityB2CUserFlow -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -597,6 +597,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2CUserFlowCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2CUserFlowCount.md index 0c6f1272ec04d..39302a1632d06 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2CUserFlowCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2CUserFlowCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityb2cuserflowcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityB2CUserFlowCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaIdentityB2CUserFlowCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2CUserFlowIdentityProvider.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2CUserFlowIdentityProvider.md index 2316136695394..b61ba1349cc04 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2CUserFlowIdentityProvider.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2CUserFlowIdentityProvider.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityb2cuserflowidentityprovider Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityB2CUserFlowIdentityProvider --- @@ -26,7 +26,6 @@ Get-MgBetaIdentityB2CUserFlowIdentityProvider -B2CIdentityUserFlowId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### List1 @@ -38,7 +37,6 @@ Get-MgBetaIdentityB2CUserFlowIdentityProvider -B2CIdentityUserFlowId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -48,7 +46,7 @@ Get-MgBetaIdentityB2CUserFlowIdentityProvider -B2CIdentityUserFlowId -IdentityProviderBaseId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -58,7 +56,7 @@ Get-MgBetaIdentityB2CUserFlowIdentityProvider -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -678,6 +676,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2CUserFlowIdentityProviderByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2CUserFlowIdentityProviderByRef.md index 97f021a766ab6..045a560d72b55 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2CUserFlowIdentityProviderByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2CUserFlowIdentityProviderByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityb2cuserflowidentityproviderbyref Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityB2CUserFlowIdentityProviderByRef --- @@ -25,7 +25,7 @@ Get-MgBetaIdentityB2CUserFlowIdentityProviderByRef -B2CIdentityUserFlowId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2CUserFlowIdentityProviderCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2CUserFlowIdentityProviderCount.md index 7e3a5426c775e..b823ac182a010 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2CUserFlowIdentityProviderCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2CUserFlowIdentityProviderCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityb2cuserflowidentityprovidercount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityB2CUserFlowIdentityProviderCount --- @@ -24,7 +24,7 @@ Get-MgBetaIdentityB2CUserFlowIdentityProviderCount -B2CIdentityUserFlowId ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### Get1 @@ -34,7 +34,7 @@ Get-MgBetaIdentityB2CUserFlowIdentityProviderCount -B2CIdentityUserFlowId ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -44,7 +44,7 @@ Get-MgBetaIdentityB2CUserFlowIdentityProviderCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -54,7 +54,7 @@ Get-MgBetaIdentityB2CUserFlowIdentityProviderCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -422,6 +422,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2CUserFlowLanguage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2CUserFlowLanguage.md index e2b11ea0997c9..6262a67a9c7b2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2CUserFlowLanguage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2CUserFlowLanguage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityb2cuserflowlanguage Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityB2CUserFlowLanguage --- @@ -29,7 +29,7 @@ Get-MgBetaIdentityB2CUserFlowLanguage -B2CIdentityUserFlowId [-ExpandPr [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaIdentityB2CUserFlowLanguage -B2CIdentityUserFlowId -UserFlowLanguageConfigurationId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +49,7 @@ Get-MgBetaIdentityB2CUserFlowLanguage -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -634,6 +634,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2CUserFlowLanguageCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2CUserFlowLanguageCount.md index 2991a378c4e26..bffad8c3621f3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2CUserFlowLanguageCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2CUserFlowLanguageCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityb2cuserflowlanguagecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityB2CUserFlowLanguageCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaIdentityB2CUserFlowLanguageCount -B2CIdentityUserFlowId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaIdentityB2CUserFlowLanguageCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -389,6 +389,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2CUserFlowLanguageDefaultPage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2CUserFlowLanguageDefaultPage.md index 5711565cf2f63..32e305f782e63 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2CUserFlowLanguageDefaultPage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2CUserFlowLanguageDefaultPage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityb2cuserflowlanguagedefaultpage Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityB2CUserFlowLanguageDefaultPage --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityB2CUserFlowLanguageDefaultPage -B2CIdentityUserFlowId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaIdentityB2CUserFlowLanguageDefaultPage -B2CIdentityUserFlowId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaIdentityB2CUserFlowLanguageDefaultPage -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -650,6 +650,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2CUserFlowLanguageDefaultPageContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2CUserFlowLanguageDefaultPageContent.md index f7daf4aa728aa..9ae5d896fcec2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2CUserFlowLanguageDefaultPageContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2CUserFlowLanguageDefaultPageContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityb2cuserflowlanguagedefaultpagecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityB2CUserFlowLanguageDefaultPageContent --- @@ -25,7 +25,7 @@ Get-MgBetaIdentityB2CUserFlowLanguageDefaultPageContent -B2CIdentityUserFlowId < -UserFlowLanguageConfigurationId -UserFlowLanguagePageId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaIdentityB2CUserFlowLanguageDefaultPageContent -B2CIdentityUserFlowId < Get-MgBetaIdentityB2CUserFlowLanguageDefaultPageContent -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -442,6 +442,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2CUserFlowLanguageDefaultPageCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2CUserFlowLanguageDefaultPageCount.md index beb110e10e929..77d8539e4ab54 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2CUserFlowLanguageDefaultPageCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2CUserFlowLanguageDefaultPageCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityb2cuserflowlanguagedefaultpagecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityB2CUserFlowLanguageDefaultPageCount --- @@ -24,7 +24,7 @@ Get-MgBetaIdentityB2CUserFlowLanguageDefaultPageCount -B2CIdentityUserFlowId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaIdentityB2CUserFlowLanguageDefaultPageCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -411,6 +411,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2CUserFlowLanguageOverridePage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2CUserFlowLanguageOverridePage.md index 7261ba6b976b2..6f9c89018ee6a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2CUserFlowLanguageOverridePage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2CUserFlowLanguageOverridePage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityb2cuserflowlanguageoverridepage Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityB2CUserFlowLanguageOverridePage --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityB2CUserFlowLanguageOverridePage -B2CIdentityUserFlowId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaIdentityB2CUserFlowLanguageOverridePage -B2CIdentityUserFlowId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaIdentityB2CUserFlowLanguageOverridePage -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -650,6 +650,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2CUserFlowLanguageOverridePageContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2CUserFlowLanguageOverridePageContent.md index eeef2d16584e0..6533673829079 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2CUserFlowLanguageOverridePageContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2CUserFlowLanguageOverridePageContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityb2cuserflowlanguageoverridepagecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityB2CUserFlowLanguageOverridePageContent --- @@ -25,7 +25,7 @@ Get-MgBetaIdentityB2CUserFlowLanguageOverridePageContent -B2CIdentityUserFlowId -UserFlowLanguageConfigurationId -UserFlowLanguagePageId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaIdentityB2CUserFlowLanguageOverridePageContent -B2CIdentityUserFlowId Get-MgBetaIdentityB2CUserFlowLanguageOverridePageContent -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -433,6 +433,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2CUserFlowLanguageOverridePageCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2CUserFlowLanguageOverridePageCount.md index c16f69b4174c5..4af68c0e6a401 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2CUserFlowLanguageOverridePageCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2CUserFlowLanguageOverridePageCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityb2cuserflowlanguageoverridepagecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityB2CUserFlowLanguageOverridePageCount --- @@ -24,7 +24,7 @@ Get-MgBetaIdentityB2CUserFlowLanguageOverridePageCount -B2CIdentityUserFlowId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaIdentityB2CUserFlowLanguageOverridePageCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -411,6 +411,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2CUserFlowUserAttributeAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2CUserFlowUserAttributeAssignment.md index d5a9f7d2358c8..4b45fbe76c7ec 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2CUserFlowUserAttributeAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2CUserFlowUserAttributeAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityb2cuserflowuserattributeassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityB2CUserFlowUserAttributeAssignment --- @@ -26,7 +26,6 @@ Get-MgBetaIdentityB2CUserFlowUserAttributeAssignment -B2CIdentityUserFlowId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaIdentityB2CUserFlowUserAttributeAssignment -B2CIdentityUserFlowId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaIdentityB2CUserFlowUserAttributeAssignment -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -627,6 +626,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentCount.md index 739c021e2d655..aeaa7237d5ceb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityb2cuserflowuserattributeassignmentcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentCount --- @@ -24,7 +24,7 @@ Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentCount -B2CIdentityUserFlowId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -390,6 +390,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentOrder.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentOrder.md index cb4ba5d6059a6..97d4fb5b0c4ca 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentOrder.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentOrder.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityb2cuserflowuserattributeassignmentorder Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentOrder --- @@ -23,7 +23,7 @@ Get the order of identityUserFlowAttributeAssignments being collected within a u Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentOrder -B2CIdentityUserFlowId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentOrder -B2CIdentityUserFlowId Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentOrder -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -359,6 +359,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentUserAttribute.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentUserAttribute.md index 87d18fcbf4b23..f0f47e019bbf0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentUserAttribute.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentUserAttribute.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityb2cuserflowuserattributeassignmentuserattribute Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentUserAttribute --- @@ -24,7 +24,7 @@ Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentUserAttribute -B2CIdentityUs -IdentityUserFlowAttributeAssignmentId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentUserAttribute -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -405,6 +405,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlow.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlow.md index 5580fccf5c158..0109e5d07f0a1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlow.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlow.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityb2xuserflow Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityB2XUserFlow --- @@ -28,7 +28,7 @@ Get-MgBetaIdentityB2XUserFlow [-ExpandProperty ] [-Property [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaIdentityB2XUserFlow [-ExpandProperty ] [-Property Get-MgBetaIdentityB2XUserFlow -B2XIdentityUserFlowId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaIdentityB2XUserFlow -B2XIdentityUserFlowId [-ExpandProperty < Get-MgBetaIdentityB2XUserFlow -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -600,6 +600,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowApiConnectorConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowApiConnectorConfiguration.md index 7ab1b5cf50586..8af9bf5d94a4e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowApiConnectorConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowApiConnectorConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityb2xuserflowapiconnectorconfiguration Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityB2XUserFlowApiConnectorConfiguration --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityB2XUserFlowApiConnectorConfiguration -B2XIdentityUserFlowId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityB2XUserFlowApiConnectorConfiguration -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -408,6 +408,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowCount.md index 5b02292e906d5..bc8dadf7391c3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityb2xuserflowcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityB2XUserFlowCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaIdentityB2XUserFlowCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowIdentityProvider.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowIdentityProvider.md index 42db858fa7b2e..bb5a017b37052 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowIdentityProvider.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowIdentityProvider.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityb2xuserflowidentityprovider Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityB2XUserFlowIdentityProvider --- @@ -29,7 +29,6 @@ Get-MgBetaIdentityB2XUserFlowIdentityProvider -B2XIdentityUserFlowId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### List1 @@ -41,7 +40,6 @@ Get-MgBetaIdentityB2XUserFlowIdentityProvider -B2XIdentityUserFlowId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -51,7 +49,7 @@ Get-MgBetaIdentityB2XUserFlowIdentityProvider -B2XIdentityUserFlowId -IdentityProviderId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -61,7 +59,7 @@ Get-MgBetaIdentityB2XUserFlowIdentityProvider -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -681,6 +679,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowIdentityProviderByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowIdentityProviderByRef.md index b5e2f30d544e1..53503fb706458 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowIdentityProviderByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowIdentityProviderByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityb2xuserflowidentityproviderbyref Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityB2XUserFlowIdentityProviderByRef --- @@ -28,7 +28,7 @@ Get-MgBetaIdentityB2XUserFlowIdentityProviderByRef -B2XIdentityUserFlowId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowIdentityProviderCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowIdentityProviderCount.md index 5af7afebd0dc3..e35f135faaa3c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowIdentityProviderCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowIdentityProviderCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityb2xuserflowidentityprovidercount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityB2XUserFlowIdentityProviderCount --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityB2XUserFlowIdentityProviderCount -B2XIdentityUserFlowId ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### Get1 @@ -37,7 +37,7 @@ Get-MgBetaIdentityB2XUserFlowIdentityProviderCount -B2XIdentityUserFlowId ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -47,7 +47,7 @@ Get-MgBetaIdentityB2XUserFlowIdentityProviderCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -57,7 +57,7 @@ Get-MgBetaIdentityB2XUserFlowIdentityProviderCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -425,6 +425,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowLanguage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowLanguage.md index 1f5c11b5c3eec..42ab05a7dd369 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowLanguage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowLanguage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityb2xuserflowlanguage Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityB2XUserFlowLanguage --- @@ -30,7 +30,7 @@ Get-MgBetaIdentityB2XUserFlowLanguage -B2XIdentityUserFlowId [-ExpandPr [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -40,7 +40,7 @@ Get-MgBetaIdentityB2XUserFlowLanguage -B2XIdentityUserFlowId -UserFlowLanguageConfigurationId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +50,7 @@ Get-MgBetaIdentityB2XUserFlowLanguage -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -622,6 +622,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowLanguageCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowLanguageCount.md index fb48d7ab3e4a4..79f8055fbfe66 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowLanguageCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowLanguageCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityb2xuserflowlanguagecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityB2XUserFlowLanguageCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaIdentityB2XUserFlowLanguageCount -B2XIdentityUserFlowId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaIdentityB2XUserFlowLanguageCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -392,6 +392,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowLanguageDefaultPage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowLanguageDefaultPage.md index 703910a4085fd..e543f32f642a7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowLanguageDefaultPage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowLanguageDefaultPage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityb2xuserflowlanguagedefaultpage Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityB2XUserFlowLanguageDefaultPage --- @@ -30,7 +30,7 @@ Get-MgBetaIdentityB2XUserFlowLanguageDefaultPage -B2XIdentityUserFlowId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -41,7 +41,7 @@ Get-MgBetaIdentityB2XUserFlowLanguageDefaultPage -B2XIdentityUserFlowId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -51,7 +51,7 @@ Get-MgBetaIdentityB2XUserFlowLanguageDefaultPage -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -640,6 +640,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowLanguageDefaultPageContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowLanguageDefaultPageContent.md index ede8665fa374d..a88f9bd330583 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowLanguageDefaultPageContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowLanguageDefaultPageContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityb2xuserflowlanguagedefaultpagecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityB2XUserFlowLanguageDefaultPageContent --- @@ -28,7 +28,7 @@ Get-MgBetaIdentityB2XUserFlowLanguageDefaultPageContent -B2XIdentityUserFlowId < -UserFlowLanguageConfigurationId -UserFlowLanguagePageId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityB2XUserFlowLanguageDefaultPageContent -B2XIdentityUserFlowId < Get-MgBetaIdentityB2XUserFlowLanguageDefaultPageContent -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -436,6 +436,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowLanguageDefaultPageCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowLanguageDefaultPageCount.md index c16e64c699912..acc23f245b8a9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowLanguageDefaultPageCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowLanguageDefaultPageCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityb2xuserflowlanguagedefaultpagecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityB2XUserFlowLanguageDefaultPageCount --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityB2XUserFlowLanguageDefaultPageCount -B2XIdentityUserFlowId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityB2XUserFlowLanguageDefaultPageCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -414,6 +414,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowLanguageOverridePage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowLanguageOverridePage.md index 0717307de8891..6fb733058cd5f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowLanguageOverridePage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowLanguageOverridePage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityb2xuserflowlanguageoverridepage Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityB2XUserFlowLanguageOverridePage --- @@ -30,7 +30,7 @@ Get-MgBetaIdentityB2XUserFlowLanguageOverridePage -B2XIdentityUserFlowId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -41,7 +41,7 @@ Get-MgBetaIdentityB2XUserFlowLanguageOverridePage -B2XIdentityUserFlowId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -51,7 +51,7 @@ Get-MgBetaIdentityB2XUserFlowLanguageOverridePage -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -653,6 +653,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowLanguageOverridePageContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowLanguageOverridePageContent.md index 32c933ea480e1..33524328bac44 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowLanguageOverridePageContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowLanguageOverridePageContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityb2xuserflowlanguageoverridepagecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityB2XUserFlowLanguageOverridePageContent --- @@ -28,7 +28,7 @@ Get-MgBetaIdentityB2XUserFlowLanguageOverridePageContent -B2XIdentityUserFlowId -UserFlowLanguageConfigurationId -UserFlowLanguagePageId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityB2XUserFlowLanguageOverridePageContent -B2XIdentityUserFlowId Get-MgBetaIdentityB2XUserFlowLanguageOverridePageContent -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -436,6 +436,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowLanguageOverridePageCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowLanguageOverridePageCount.md index 0f0b26ec27ed9..06f316350249d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowLanguageOverridePageCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowLanguageOverridePageCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityb2xuserflowlanguageoverridepagecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityB2XUserFlowLanguageOverridePageCount --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityB2XUserFlowLanguageOverridePageCount -B2XIdentityUserFlowId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityB2XUserFlowLanguageOverridePageCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -414,6 +414,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowPostAttributeCollection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowPostAttributeCollection.md index 5fa66dad7fe14..e348af0bf44a6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowPostAttributeCollection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowPostAttributeCollection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityb2xuserflowpostattributecollection Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityB2XUserFlowPostAttributeCollection --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityB2XUserFlowPostAttributeCollection -B2XIdentityUserFlowId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityB2XUserFlowPostAttributeCollection -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -387,6 +387,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef.md index 15c2a8510da24..a30725494afa0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityb2xuserflowpostattributecollectionbyref Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef --- @@ -26,7 +26,7 @@ Get ref of postAttributeCollection from identity Get-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef -B2XIdentityUserFlowId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef -B2XIdentityUserFlowId Get-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -341,6 +341,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowPostFederationSignup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowPostFederationSignup.md index d672fc02f5747..e23249174dde3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowPostFederationSignup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowPostFederationSignup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityb2xuserflowpostfederationsignup Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityB2XUserFlowPostFederationSignup --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityB2XUserFlowPostFederationSignup -B2XIdentityUserFlowId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityB2XUserFlowPostFederationSignup -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -387,6 +387,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowPostFederationSignupByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowPostFederationSignupByRef.md index a2031eb73e928..75b16697725b4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowPostFederationSignupByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowPostFederationSignupByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityb2xuserflowpostfederationsignupbyref Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityB2XUserFlowPostFederationSignupByRef --- @@ -26,7 +26,7 @@ Get ref of postFederationSignup from identity Get-MgBetaIdentityB2XUserFlowPostFederationSignupByRef -B2XIdentityUserFlowId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaIdentityB2XUserFlowPostFederationSignupByRef -B2XIdentityUserFlowId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -341,6 +341,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowPreTokenIssuance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowPreTokenIssuance.md index 4896db14ed8b3..ba867825e726c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowPreTokenIssuance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowPreTokenIssuance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityb2xuserflowpretokenissuance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityB2XUserFlowPreTokenIssuance --- @@ -24,7 +24,7 @@ Get-MgBetaIdentityB2XUserFlowPreTokenIssuance -B2XIdentityUserFlowId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaIdentityB2XUserFlowPreTokenIssuance -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -384,6 +384,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowUserAttributeAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowUserAttributeAssignment.md index 28d742fcee626..b0c5da810b0c4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowUserAttributeAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowUserAttributeAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityb2xuserflowuserattributeassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityB2XUserFlowUserAttributeAssignment --- @@ -29,7 +29,6 @@ Get-MgBetaIdentityB2XUserFlowUserAttributeAssignment -B2XIdentityUserFlowId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaIdentityB2XUserFlowUserAttributeAssignment -B2XIdentityUserFlowId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaIdentityB2XUserFlowUserAttributeAssignment -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -630,6 +629,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentCount.md index af59d6aaee71e..7940ff4a864c1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityb2xuserflowuserattributeassignmentcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentCount --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentCount -B2XIdentityUserFlowId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -393,6 +393,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentOrder.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentOrder.md index 6ebeb78aff3f7..b0873bc272f95 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentOrder.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentOrder.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityb2xuserflowuserattributeassignmentorder Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentOrder --- @@ -26,7 +26,7 @@ Get the order of identityUserFlowAttributeAssignments being collected within a u Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentOrder -B2XIdentityUserFlowId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentOrder -B2XIdentityUserFlowId Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentOrder -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -349,6 +349,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentUserAttribute.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentUserAttribute.md index 45712b3392a01..4dff5aa485247 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentUserAttribute.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentUserAttribute.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityb2xuserflowuserattributeassignmentuserattribute Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentUserAttribute --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentUserAttribute -B2XIdentityUs -IdentityUserFlowAttributeAssignmentId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentUserAttribute -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -408,6 +408,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReference.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReference.md index 55cbf1cfc0377..37fc2664d35bd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReference.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReference.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityconditionalaccessauthenticationcontextclassreference Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReference --- @@ -28,7 +28,7 @@ Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReference [-ExpandP [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReference -AuthenticationContextClassReferenceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReference -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -64,9 +64,9 @@ Retrieve the properties and relationships of a authenticationContextClassReferen | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | AuthenticationContext.Read.All, Policy.Read.ConditionalAccess, AuthenticationContext.ReadWrite.All, | +| Delegated (work or school account) | AuthenticationContext.Read.All, AuthenticationContext.ReadWrite.All, Policy.Read.ConditionalAccess, | | Delegated (personal Microsoft account) | Not supported | -| Application | AuthenticationContext.Read.All, Policy.Read.ConditionalAccess, AuthenticationContext.ReadWrite.All, | +| Application | AuthenticationContext.Read.All, AuthenticationContext.ReadWrite.All, Policy.Read.ConditionalAccess, | ## EXAMPLES ### Example 1: Code snippet @@ -591,6 +591,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReferenceCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReferenceCount.md index 6b688c1018167..5bd344d35ef4f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReferenceCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReferenceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityconditionalaccessauthenticationcontextclassreferencecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReferenceCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReferenceCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -42,9 +42,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | AuthenticationContext.Read.All, Policy.ReadWrite.ConditionalAccess, Policy.Read.ConditionalAccess, AuthenticationContext.ReadWrite.All, | +| Delegated (work or school account) | AuthenticationContext.Read.All, AuthenticationContext.ReadWrite.All, Policy.Read.ConditionalAccess, Policy.ReadWrite.ConditionalAccess, | | Delegated (personal Microsoft account) | Not supported | -| Application | AuthenticationContext.Read.All, Policy.ReadWrite.ConditionalAccess, Policy.Read.ConditionalAccess, AuthenticationContext.ReadWrite.All, | +| Application | AuthenticationContext.Read.All, AuthenticationContext.ReadWrite.All, Policy.Read.ConditionalAccess, Policy.ReadWrite.ConditionalAccess, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessAuthenticationStrength.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessAuthenticationStrength.md index 368b9bde31d3e..727a1fd39ead6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessAuthenticationStrength.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessAuthenticationStrength.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityconditionalaccessauthenticationstrength Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityConditionalAccessAuthenticationStrength --- @@ -24,7 +24,7 @@ See the authenticationStrength relationship instead. Get-MgBetaIdentityConditionalAccessAuthenticationStrength [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode.md index d5c4af8d1b7f8..831626047dbc2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityconditionalaccessauthenticationstrengthauthenticationmethodmode Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode --- @@ -26,7 +26,6 @@ Get-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMod [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get1 @@ -36,7 +35,7 @@ Get-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMod -AuthenticationMethodModeDetailId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -46,7 +45,7 @@ Get-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMod -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -568,6 +567,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodModeCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodModeCount.md index cbfc56b2badd7..7be01be967b46 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodModeCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodModeCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityconditionalaccessauthenticationstrengthauthenticationmethodmodecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodModeCount --- @@ -24,7 +24,7 @@ Get-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMod [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy.md index f508062fab917..8533e623162f3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityconditionalaccessauthenticationstrengthpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy --- @@ -25,7 +25,7 @@ Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy [-ExpandProperty [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get1 @@ -35,7 +35,7 @@ Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy -AuthenticationStrengthPolicyId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -45,7 +45,7 @@ Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -567,6 +567,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration.md index e298cdbf4d1b7..2c4f66f9a4587 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityconditionalaccessauthenticationstrengthpolicycombinationconfiguration Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration --- @@ -26,7 +26,7 @@ Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfig [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get1 @@ -37,7 +37,7 @@ Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfig [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -47,7 +47,7 @@ Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfig -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -596,6 +596,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfigurationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfigurationCount.md index 37a368989b714..d80adcb4f566a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfigurationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfigurationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityconditionalaccessauthenticationstrengthpolicycombinationconfigurationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfigurationCount --- @@ -24,7 +24,7 @@ Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfig -AuthenticationStrengthPolicyId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -34,7 +34,7 @@ Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfig -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -382,6 +382,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCount.md index cc020f746ec84..920be77d3f6a3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityconditionalaccessauthenticationstrengthpolicycount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessDeletedItem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessDeletedItem.md index 795f5ba4f67f5..87f18863da471 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessDeletedItem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessDeletedItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityconditionalaccessdeleteditem Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityConditionalAccessDeletedItem --- @@ -25,7 +25,7 @@ Returns a collection of the deleted Conditional Access objects. Get-MgBetaIdentityConditionalAccessDeletedItem [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessDeletedItemNamedLocation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessDeletedItemNamedLocation.md index 661b9888441cc..2b1eb52d24e1f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessDeletedItemNamedLocation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessDeletedItemNamedLocation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityconditionalaccessdeleteditemnamedlocation Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityConditionalAccessDeletedItemNamedLocation --- @@ -25,7 +25,7 @@ Get-MgBetaIdentityConditionalAccessDeletedItemNamedLocation [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaIdentityConditionalAccessDeletedItemNamedLocation -NamedLocationId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaIdentityConditionalAccessDeletedItemNamedLocation -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -57,6 +57,19 @@ This cmdlet has the following aliases, Read the properties and relationships of a policyDeletableItem object, which might be one of the following deleted policy types:\r- crossTenantAccessPolicyConfigurationPartner\r- crossTenantIdentitySyncPolicyPartner\r- conditionalAccessPolicy\r- namedLocation +## EXAMPLES +### Example 1: Retrieve a deleted namedLocation object + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.SignIns + +Get-MgBetaIdentityConditionalAccessDeletedItemNamedLocation -NamedLocationId $namedLocationId + +``` +This example will retrieve a deleted namedlocation object + + ## PARAMETERS ### -All @@ -567,6 +580,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy @@ -639,8 +653,6 @@ INPUTOBJECT ``: Identity Parameter - - diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessDeletedItemNamedLocationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessDeletedItemNamedLocationCount.md index b77d5c70a188b..e0fcf4b1b00e3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessDeletedItemNamedLocationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessDeletedItemNamedLocationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityconditionalaccessdeleteditemnamedlocationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityConditionalAccessDeletedItemNamedLocationCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaIdentityConditionalAccessDeletedItemNamedLocationCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessDeletedItemPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessDeletedItemPolicy.md index 0158c04b4efdb..f08f4e54375e7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessDeletedItemPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessDeletedItemPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityconditionalaccessdeleteditempolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityConditionalAccessDeletedItemPolicy --- @@ -25,7 +25,7 @@ Get-MgBetaIdentityConditionalAccessDeletedItemPolicy [-ExpandProperty [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaIdentityConditionalAccessDeletedItemPolicy -ConditionalAccessPolicyId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaIdentityConditionalAccessDeletedItemPolicy -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -57,6 +57,19 @@ This cmdlet has the following aliases, Read the properties and relationships of a policyDeletableItem object, which might be one of the following deleted policy types:\r- crossTenantAccessPolicyConfigurationPartner\r- crossTenantIdentitySyncPolicyPartner\r- conditionalAccessPolicy\r- namedLocation +## EXAMPLES +### Example 1: Retrieve a deleted conditionalAccessPolicy object + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.SignIns + +Get-MgBetaIdentityConditionalAccessDeletedItemPolicy -ConditionalAccessPolicyId $conditionalAccessPolicyId + +``` +This example will retrieve a deleted conditionalaccesspolicy object + + ## PARAMETERS ### -All @@ -567,6 +580,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy @@ -639,8 +653,6 @@ INPUTOBJECT ``: Identity Parameter - - diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessDeletedItemPolicyCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessDeletedItemPolicyCount.md index 98aad938ddd66..aef47f430bb63 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessDeletedItemPolicyCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessDeletedItemPolicyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityconditionalaccessdeleteditempolicycount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityConditionalAccessDeletedItemPolicyCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaIdentityConditionalAccessDeletedItemPolicyCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessNamedLocation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessNamedLocation.md index 55297d70245ff..e06b8f920aaac 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessNamedLocation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessNamedLocation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityconditionalaccessnamedlocation Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityConditionalAccessNamedLocation --- @@ -28,7 +28,7 @@ Get-MgBetaIdentityConditionalAccessNamedLocation [-ExpandProperty ] [- [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaIdentityConditionalAccessNamedLocation -NamedLocationId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaIdentityConditionalAccessNamedLocation -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -607,6 +607,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessNamedLocationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessNamedLocationCount.md index 49ccfcf6442e4..cbea60701e635 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessNamedLocationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessNamedLocationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityconditionalaccessnamedlocationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityConditionalAccessNamedLocationCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaIdentityConditionalAccessNamedLocationCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessPolicy.md index ff7fea72d5ecc..98099576dbadc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityconditionalaccesspolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityConditionalAccessPolicy --- @@ -28,7 +28,7 @@ Get-MgBetaIdentityConditionalAccessPolicy [-ExpandProperty ] [-Propert [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaIdentityConditionalAccessPolicy -ConditionalAccessPolicyId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaIdentityConditionalAccessPolicy -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -631,6 +631,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessPolicyCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessPolicyCount.md index 457100c3824fc..6b20d8f76c471 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessPolicyCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessPolicyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityconditionalaccesspolicycount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityConditionalAccessPolicyCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaIdentityConditionalAccessPolicyCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessTemplate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessTemplate.md index 2927140578df1..e3feb4a82f129 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessTemplate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessTemplate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityconditionalaccesstemplate Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityConditionalAccessTemplate --- @@ -28,7 +28,7 @@ Get-MgBetaIdentityConditionalAccessTemplate [-ExpandProperty ] [-Prope [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaIdentityConditionalAccessTemplate -ConditionalAccessTemplateId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaIdentityConditionalAccessTemplate -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -602,6 +602,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessTemplateCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessTemplateCount.md index 7b145b06e5bae..6efdf2ce2f084 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessTemplateCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityConditionalAccessTemplateCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityconditionalaccesstemplatecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityConditionalAccessTemplateCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaIdentityConditionalAccessTemplateCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityContinuouAccessEvaluationPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityContinuouAccessEvaluationPolicy.md index 14d01852efaab..babec41c50902 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityContinuouAccessEvaluationPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityContinuouAccessEvaluationPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentitycontinuouaccessevaluationpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityContinuouAccessEvaluationPolicy --- @@ -23,7 +23,7 @@ Read the properties and relationships of a continuousAccessEvaluationPolicy obje Get-MgBetaIdentityContinuouAccessEvaluationPolicy [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityCustomAuthenticationExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityCustomAuthenticationExtension.md index 28b1a671723fc..6afb43215d7fb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityCustomAuthenticationExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityCustomAuthenticationExtension.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentitycustomauthenticationextension Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityCustomAuthenticationExtension --- @@ -29,7 +29,7 @@ Get-MgBetaIdentityCustomAuthenticationExtension [-ExpandProperty ] [-P [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaIdentityCustomAuthenticationExtension -CustomAuthenticationExtensionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +49,7 @@ Get-MgBetaIdentityCustomAuthenticationExtension -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -71,16 +71,27 @@ The following derived types are currently supported. | Application | CustomAuthenticationExtension.Read.All, CustomAuthenticationExtension.ReadWrite.All, | ## EXAMPLES -### Example 1: Code snippet +### Example 1: Get an onTokenIssuanceStartCustomExtension object ```powershell Import-Module Microsoft.Graph.Beta.Identity.SignIns -Get-MgBetaIdentityCustomAuthenticationExtension +Get-MgBetaIdentityCustomAuthenticationExtension -CustomAuthenticationExtensionId $customAuthenticationExtensionId ``` -This example shows how to use the Get-MgBetaIdentityCustomAuthenticationExtension Cmdlet. +This example will get an ontokenissuancestartcustomextension object + +### Example 2: Get an onVerifiedIdClaimValidationCustomExtension object + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.SignIns + +Get-MgBetaIdentityCustomAuthenticationExtension -CustomAuthenticationExtensionId $customAuthenticationExtensionId + +``` +This example will get an onverifiedidclaimvalidationcustomextension object ## PARAMETERS @@ -593,6 +604,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityCustomAuthenticationExtensionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityCustomAuthenticationExtensionCount.md index 30d560e520c4e..0a9a55d26293c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityCustomAuthenticationExtensionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityCustomAuthenticationExtensionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentitycustomauthenticationextensioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityCustomAuthenticationExtensionCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaIdentityCustomAuthenticationExtensionCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityProvider.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityProvider.md index 35ab3b24978ff..e0386b54d1de0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityProvider.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityProvider.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityprovider Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityProvider --- @@ -30,7 +30,7 @@ Get-MgBetaIdentityProvider [-ExpandProperty ] [-Property ] [ [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaIdentityProvider [-ExpandProperty ] [-Property ] [ Get-MgBetaIdentityProvider -IdentityProviderBaseId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaIdentityProvider -IdentityProviderBaseId [-ExpandProperty [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -604,6 +604,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityProviderCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityProviderCount.md index b610c7851e90e..dec4b0f9f9a2b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityProviderCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityProviderCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityprovidercount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityProviderCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaIdentityProviderCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityRiskPrevention.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityRiskPrevention.md index feb58d3350ece..4c74c4ebaaf04 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityRiskPrevention.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityRiskPrevention.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityriskprevention Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityRiskPrevention --- @@ -26,7 +26,7 @@ Represents the entry point for fraud and risk prevention configurations in Micro Get-MgBetaIdentityRiskPrevention [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityRiskPreventionFraudProtectionProvider.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityRiskPreventionFraudProtectionProvider.md index 06ca31f7f3185..a314244150849 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityRiskPreventionFraudProtectionProvider.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityRiskPreventionFraudProtectionProvider.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityriskpreventionfraudprotectionprovider Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityRiskPreventionFraudProtectionProvider --- @@ -28,7 +28,7 @@ Get-MgBetaIdentityRiskPreventionFraudProtectionProvider [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaIdentityRiskPreventionFraudProtectionProvider -FraudProtectionProvider [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaIdentityRiskPreventionFraudProtectionProvider -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -578,6 +578,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityRiskPreventionFraudProtectionProviderCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityRiskPreventionFraudProtectionProviderCount.md index c8ef11f6d8cd2..8059b0472f945 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityRiskPreventionFraudProtectionProviderCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityRiskPreventionFraudProtectionProviderCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityriskpreventionfraudprotectionprovidercount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityRiskPreventionFraudProtectionProviderCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaIdentityRiskPreventionFraudProtectionProviderCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityRiskPreventionWebApplicationFirewallProvider.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityRiskPreventionWebApplicationFirewallProvider.md index 7f13f750cf2a3..57cd50f268647 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityRiskPreventionWebApplicationFirewallProvider.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityRiskPreventionWebApplicationFirewallProvider.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityriskpreventionwebapplicationfirewallprovider Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityRiskPreventionWebApplicationFirewallProvider --- @@ -28,7 +28,7 @@ Get-MgBetaIdentityRiskPreventionWebApplicationFirewallProvider [-ExpandProperty [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaIdentityRiskPreventionWebApplicationFirewallProvider -WebApplicationFirewallProviderId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaIdentityRiskPreventionWebApplicationFirewallProvider -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -68,6 +68,19 @@ Read the properties and relationships of webApplicationFirewallProvider object. | Delegated (personal Microsoft account) | Not supported | | Application | Not supported | +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.SignIns + +Get-MgBetaIdentityRiskPreventionWebApplicationFirewallProvider + +``` +This example shows how to use the Get-MgBetaIdentityRiskPreventionWebApplicationFirewallProvider Cmdlet. + + ## PARAMETERS ### -All @@ -578,6 +591,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy @@ -650,8 +664,6 @@ INPUTOBJECT ``: Identity Parameter - - diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityRiskPreventionWebApplicationFirewallProviderCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityRiskPreventionWebApplicationFirewallProviderCount.md index ec32ba58aa293..05985d6878774 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityRiskPreventionWebApplicationFirewallProviderCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityRiskPreventionWebApplicationFirewallProviderCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityriskpreventionwebapplicationfirewallprovidercount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityRiskPreventionWebApplicationFirewallProviderCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaIdentityRiskPreventionWebApplicationFirewallProviderCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityRiskPreventionWebApplicationFirewallVerification.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityRiskPreventionWebApplicationFirewallVerification.md index dba9513bad74e..a6f2305e3e5e2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityRiskPreventionWebApplicationFirewallVerification.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityRiskPreventionWebApplicationFirewallVerification.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityriskpreventionwebapplicationfirewallverification Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityRiskPreventionWebApplicationFirewallVerification --- @@ -28,7 +28,7 @@ Get-MgBetaIdentityRiskPreventionWebApplicationFirewallVerification [-ExpandPrope [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaIdentityRiskPreventionWebApplicationFirewallVerification -WebApplicationFirewallVerificationModelId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaIdentityRiskPreventionWebApplicationFirewallVerification -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -68,6 +68,30 @@ Read the properties and relationships of webApplicationFirewallVerificationModel | Delegated (personal Microsoft account) | Not supported | | Application | Not supported | +## EXAMPLES +### Example 1: Retrieve a specific webApplicationFirewallVerifications object. + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.SignIns + +Get-MgBetaIdentityRiskPreventionWebApplicationFirewallVerification -WebApplicationFirewallVerificationModelId $webApplicationFirewallVerificationModelId + +``` +This example will retrieve a specific webapplicationfirewallverifications object. + +### Example 2: Retrieve a specific webApplicationFirewallVerifications object along with the details of their associated provider + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.SignIns + +Get-MgBetaIdentityRiskPreventionWebApplicationFirewallVerification -WebApplicationFirewallVerificationModelId $webApplicationFirewallVerificationModelId -ExpandProperty "provider" + +``` +This example will retrieve a specific webapplicationfirewallverifications object along with the details of their associated provider + + ## PARAMETERS ### -All @@ -578,6 +602,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy @@ -650,8 +675,6 @@ INPUTOBJECT ``: Identity Parameter - - diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityRiskPreventionWebApplicationFirewallVerificationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityRiskPreventionWebApplicationFirewallVerificationCount.md index e5f7c6f4f8636..a6dfd1f07adae 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityRiskPreventionWebApplicationFirewallVerificationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityRiskPreventionWebApplicationFirewallVerificationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityriskpreventionwebapplicationfirewallverificationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityRiskPreventionWebApplicationFirewallVerificationCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaIdentityRiskPreventionWebApplicationFirewallVerificationCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityRiskPreventionWebApplicationFirewallVerificationProvider.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityRiskPreventionWebApplicationFirewallVerificationProvider.md index 9f55e611578bf..068234302791f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityRiskPreventionWebApplicationFirewallVerificationProvider.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityRiskPreventionWebApplicationFirewallVerificationProvider.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityriskpreventionwebapplicationfirewallverificationprovider Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityRiskPreventionWebApplicationFirewallVerificationProvider --- @@ -28,7 +28,7 @@ Get-MgBetaIdentityRiskPreventionWebApplicationFirewallVerificationProvider -WebApplicationFirewallVerificationModelId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaIdentityRiskPreventionWebApplicationFirewallVerificationProvider -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -389,6 +389,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentitySignInIdentifier.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentitySignInIdentifier.md index f55abedd4b109..6b196a4cba859 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentitySignInIdentifier.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentitySignInIdentifier.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentitysigninidentifier Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentitySignInIdentifier --- @@ -25,7 +25,7 @@ Get-MgBetaIdentitySignInIdentifier [-ExpandProperty ] [-Property ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -34,7 +34,7 @@ Get-MgBetaIdentitySignInIdentifier [-ExpandProperty ] [-Property [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -44,7 +44,7 @@ Get-MgBetaIdentitySignInIdentifier -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -574,6 +574,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentitySignInIdentifierCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentitySignInIdentifierCount.md index 751c92bf4af08..14d5b5dee4b0a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentitySignInIdentifierCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentitySignInIdentifierCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentitysigninidentifiercount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentitySignInIdentifierCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaIdentitySignInIdentifierCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityUserFlow.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityUserFlow.md index c72bc80ded5ae..f88a1b2a04cb3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityUserFlow.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityUserFlow.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityuserflow Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityUserFlow --- @@ -25,7 +25,7 @@ Get-MgBetaIdentityUserFlow [-ExpandProperty ] [-Property ] [ [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -34,7 +34,7 @@ Get-MgBetaIdentityUserFlow [-ExpandProperty ] [-Property ] [ Get-MgBetaIdentityUserFlow -IdentityUserFlowId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -43,7 +43,7 @@ Get-MgBetaIdentityUserFlow -IdentityUserFlowId [-ExpandProperty [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -586,6 +586,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityUserFlowAttribute.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityUserFlowAttribute.md index 1f6887e24e79f..3a9f77395bcba 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityUserFlowAttribute.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityUserFlowAttribute.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityuserflowattribute Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityUserFlowAttribute --- @@ -28,7 +28,7 @@ Get-MgBetaIdentityUserFlowAttribute [-ExpandProperty ] [-Property ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaIdentityUserFlowAttribute -IdentityUserFlowAttributeId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaIdentityUserFlowAttribute -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -591,6 +591,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityUserFlowAttributeCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityUserFlowAttributeCount.md index af23258ec1bb1..ea2be400e4119 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityUserFlowAttributeCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityUserFlowAttributeCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityuserflowattributecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityUserFlowAttributeCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaIdentityUserFlowAttributeCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityUserFlowCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityUserFlowCount.md index cd6d37be11bca..29bce92451f8d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityUserFlowCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityUserFlowCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityuserflowcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityUserFlowCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaIdentityUserFlowCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityVerifiedId.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityVerifiedId.md index 8f0cb06bcbf65..d8543191789fd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityVerifiedId.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityVerifiedId.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityverifiedid Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityVerifiedId --- @@ -13,7 +13,7 @@ title: Get-MgBetaIdentityVerifiedId ## SYNOPSIS -Get verifiedId from identity +Entry point for verified ID operations. ## SYNTAX @@ -23,7 +23,7 @@ Get verifiedId from identity Get-MgBetaIdentityVerifiedId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -33,7 +33,7 @@ This cmdlet has the following aliases, ## DESCRIPTION -Get verifiedId from identity +Entry point for verified ID operations. ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityVerifiedIdProfile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityVerifiedIdProfile.md index 2acdecfb260d5..fbee214581ce1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityVerifiedIdProfile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityVerifiedIdProfile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityverifiedidprofile Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityVerifiedIdProfile --- @@ -25,7 +25,7 @@ Get-MgBetaIdentityVerifiedIdProfile [-ExpandProperty ] [-Property ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -34,7 +34,7 @@ Get-MgBetaIdentityVerifiedIdProfile [-ExpandProperty ] [-Property [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -44,7 +44,7 @@ Get-MgBetaIdentityVerifiedIdProfile -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -64,6 +64,19 @@ Read the properties and relationships of verifiedIdProfile object. | Delegated (personal Microsoft account) | Not supported | | Application | VerifiedId-Profile.Read.All, | +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.SignIns + +Get-MgBetaIdentityVerifiedIdProfile + +``` +This example shows how to use the Get-MgBetaIdentityVerifiedIdProfile Cmdlet. + + ## PARAMETERS ### -All @@ -574,6 +587,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy @@ -646,8 +660,6 @@ INPUTOBJECT ``: Identity Parameter - - diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityVerifiedIdProfileCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityVerifiedIdProfileCount.md index 7a0c5e901fdba..2f7dce600deae 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityVerifiedIdProfileCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaIdentityVerifiedIdProfileCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityverifiedidprofilecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityVerifiedIdProfileCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaIdentityVerifiedIdProfileCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInformationProtection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInformationProtection.md index 1ebc5fa0de423..3d681b1bd9e51 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInformationProtection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInformationProtection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetainformationprotection Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaInformationProtection --- @@ -26,7 +26,7 @@ Get informationProtection Get-MgBetaInformationProtection [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInformationProtectionBitlocker.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInformationProtectionBitlocker.md index 70d79841ef569..1b3643ea0c11e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInformationProtectionBitlocker.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInformationProtectionBitlocker.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetainformationprotectionbitlocker Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaInformationProtectionBitlocker --- @@ -26,7 +26,7 @@ Get bitlocker from informationProtection Get-MgBetaInformationProtectionBitlocker [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInformationProtectionBitlockerRecoveryKey.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInformationProtectionBitlockerRecoveryKey.md index 1c28698d77f0c..4521180a55536 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInformationProtectionBitlockerRecoveryKey.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInformationProtectionBitlockerRecoveryKey.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetainformationprotectionbitlockerrecoverykey Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaInformationProtectionBitlockerRecoveryKey --- @@ -32,7 +32,7 @@ Get-MgBetaInformationProtectionBitlockerRecoveryKey [-ExpandProperty ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -42,7 +42,7 @@ Get-MgBetaInformationProtectionBitlockerRecoveryKey -BitlockerRecoveryKeyId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -52,7 +52,7 @@ Get-MgBetaInformationProtectionBitlockerRecoveryKey -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -610,6 +610,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInformationProtectionBitlockerRecoveryKeyCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInformationProtectionBitlockerRecoveryKeyCount.md index 0bd23e808593c..19af6c1951fa4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInformationProtectionBitlockerRecoveryKeyCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInformationProtectionBitlockerRecoveryKeyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetainformationprotectionbitlockerrecoverykeycount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaInformationProtectionBitlockerRecoveryKeyCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaInformationProtectionBitlockerRecoveryKeyCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInformationProtectionDataLossPreventionPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInformationProtectionDataLossPreventionPolicy.md index 4fad557b87af4..ccbb9fa02a9c0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInformationProtectionDataLossPreventionPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInformationProtectionDataLossPreventionPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetainformationprotectiondatalosspreventionpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaInformationProtectionDataLossPreventionPolicy --- @@ -25,7 +25,7 @@ Get-MgBetaInformationProtectionDataLossPreventionPolicy [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaInformationProtectionDataLossPreventionPolicy -DataLossPreventionPolic [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaInformationProtectionDataLossPreventionPolicy -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -567,6 +567,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInformationProtectionDataLossPreventionPolicyCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInformationProtectionDataLossPreventionPolicyCount.md index e169131f898db..1bb119a676e92 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInformationProtectionDataLossPreventionPolicyCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInformationProtectionDataLossPreventionPolicyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetainformationprotectiondatalosspreventionpolicycount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaInformationProtectionDataLossPreventionPolicyCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaInformationProtectionDataLossPreventionPolicyCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInformationProtectionPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInformationProtectionPolicy.md index 35faf6cc74e30..36a1a3d3e5b85 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInformationProtectionPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInformationProtectionPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetainformationprotectionpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaInformationProtectionPolicy --- @@ -23,7 +23,7 @@ Get policy from informationProtection Get-MgBetaInformationProtectionPolicy [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInformationProtectionPolicyLabel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInformationProtectionPolicyLabel.md index f08f06a603d30..476fd53e72679 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInformationProtectionPolicyLabel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInformationProtectionPolicyLabel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetainformationprotectionpolicylabel Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaInformationProtectionPolicyLabel --- @@ -25,7 +25,7 @@ Get-MgBetaInformationProtectionPolicyLabel [-ExpandProperty ] [-Proper [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaInformationProtectionPolicyLabel -InformationProtectionLabelId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaInformationProtectionPolicyLabel -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -575,6 +575,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInformationProtectionPolicyLabelCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInformationProtectionPolicyLabelCount.md index 1994c106a2685..831a18af82a0b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInformationProtectionPolicyLabelCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInformationProtectionPolicyLabelCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetainformationprotectionpolicylabelcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaInformationProtectionPolicyLabelCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaInformationProtectionPolicyLabelCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInformationProtectionSensitivityLabelCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInformationProtectionSensitivityLabelCount.md index f112560fb0133..a02b4550feaee 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInformationProtectionSensitivityLabelCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInformationProtectionSensitivityLabelCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetainformationprotectionsensitivitylabelcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaInformationProtectionSensitivityLabelCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaInformationProtectionSensitivityLabelCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInformationProtectionSensitivityLabelRight.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInformationProtectionSensitivityLabelRight.md index e975652937710..9b35bf82669ae 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInformationProtectionSensitivityLabelRight.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInformationProtectionSensitivityLabelRight.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetainformationprotectionsensitivitylabelright Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaInformationProtectionSensitivityLabelRight --- @@ -24,7 +24,7 @@ Get-MgBetaInformationProtectionSensitivityLabelRight -SensitivityLabelId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaInformationProtectionSensitivityLabelRight -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -384,6 +384,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInformationProtectionSensitivityLabelSublabelCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInformationProtectionSensitivityLabelSublabelCount.md index 13e15a02da08f..76d337777f0d6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInformationProtectionSensitivityLabelSublabelCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInformationProtectionSensitivityLabelSublabelCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetainformationprotectionsensitivitylabelsublabelcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaInformationProtectionSensitivityLabelSublabelCount --- @@ -24,7 +24,7 @@ Get-MgBetaInformationProtectionSensitivityLabelSublabelCount -SensitivityLabelId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaInformationProtectionSensitivityLabelSublabelCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -382,6 +382,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInformationProtectionSensitivityLabelSublabelRight.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInformationProtectionSensitivityLabelSublabelRight.md index d43c2d89a773a..bac8285bbf5f3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInformationProtectionSensitivityLabelSublabelRight.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInformationProtectionSensitivityLabelSublabelRight.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetainformationprotectionsensitivitylabelsublabelright Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaInformationProtectionSensitivityLabelSublabelRight --- @@ -24,7 +24,7 @@ Get-MgBetaInformationProtectionSensitivityLabelSublabelRight -SensitivityLabelId -SensitivityLabelId1 [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaInformationProtectionSensitivityLabelSublabelRight -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -405,6 +405,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInformationProtectionSensitivityPolicySetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInformationProtectionSensitivityPolicySetting.md index 2c4c2301c65a6..12ac4a8cfc35e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInformationProtectionSensitivityPolicySetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInformationProtectionSensitivityPolicySetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetainformationprotectionsensitivitypolicysetting Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaInformationProtectionSensitivityPolicySetting --- @@ -23,7 +23,7 @@ Get sensitivityPolicySettings from informationProtection Get-MgBetaInformationProtectionSensitivityPolicySetting [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInformationProtectionThreatAssessmentRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInformationProtectionThreatAssessmentRequest.md index 5cc899191f5e3..c20a2c160218e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInformationProtectionThreatAssessmentRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInformationProtectionThreatAssessmentRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetainformationprotectionthreatassessmentrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaInformationProtectionThreatAssessmentRequest --- @@ -29,7 +29,7 @@ Get-MgBetaInformationProtectionThreatAssessmentRequest [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaInformationProtectionThreatAssessmentRequest -ThreatAssessmentRequestI [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +49,7 @@ Get-MgBetaInformationProtectionThreatAssessmentRequest -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -637,6 +637,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInformationProtectionThreatAssessmentRequestCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInformationProtectionThreatAssessmentRequestCount.md index af997b06c58c6..d0b84f4be4705 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInformationProtectionThreatAssessmentRequestCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInformationProtectionThreatAssessmentRequestCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetainformationprotectionthreatassessmentrequestcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaInformationProtectionThreatAssessmentRequestCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaInformationProtectionThreatAssessmentRequestCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInformationProtectionThreatAssessmentRequestResult.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInformationProtectionThreatAssessmentRequestResult.md index 8d048a943b741..0d802e891be65 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInformationProtectionThreatAssessmentRequestResult.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInformationProtectionThreatAssessmentRequestResult.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetainformationprotectionthreatassessmentrequestresult Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaInformationProtectionThreatAssessmentRequestResult --- @@ -31,7 +31,6 @@ Get-MgBetaInformationProtectionThreatAssessmentRequestResult -ThreatAssessmentRe [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -41,7 +40,7 @@ Get-MgBetaInformationProtectionThreatAssessmentRequestResult -ThreatAssessmentRe -ThreatAssessmentResultId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -51,7 +50,7 @@ Get-MgBetaInformationProtectionThreatAssessmentRequestResult -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -602,6 +601,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInformationProtectionThreatAssessmentRequestResultCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInformationProtectionThreatAssessmentRequestResultCount.md index 6a3aaf526058d..e5ad8024ad5e4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInformationProtectionThreatAssessmentRequestResultCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInformationProtectionThreatAssessmentRequestResultCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetainformationprotectionthreatassessmentrequestresultcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaInformationProtectionThreatAssessmentRequestResultCount --- @@ -27,7 +27,7 @@ Get-MgBetaInformationProtectionThreatAssessmentRequestResultCount -ThreatAssessmentRequestId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaInformationProtectionThreatAssessmentRequestResultCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -385,6 +385,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInvitation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInvitation.md index 877c5aea6b2bc..46f51b160945f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInvitation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInvitation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetainvitation Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaInvitation --- @@ -28,7 +28,7 @@ Get-MgBetaInvitation [-ExpandProperty ] [-Filter ] [-Property [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInvitationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInvitationCount.md index 7576e387f59f2..e40026d3a30b9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInvitationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInvitationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetainvitationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaInvitationCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaInvitationCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInvitationInvitedUserMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInvitationInvitedUserMailboxSetting.md index ac9667e82d1d1..c371342fe8a3e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInvitationInvitedUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInvitationInvitedUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetainvitationinvitedusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaInvitationInvitedUserMailboxSetting --- @@ -29,7 +29,7 @@ Requires $select to retrieve. Get-MgBetaInvitationInvitedUserMailboxSetting [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInvitationInvitedUserServiceProvisioningError.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInvitationInvitedUserServiceProvisioningError.md index 4622bc920dd8d..5365e4f083549 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInvitationInvitedUserServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInvitationInvitedUserServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetainvitationinviteduserserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaInvitationInvitedUserServiceProvisioningError --- @@ -28,7 +28,7 @@ Get-MgBetaInvitationInvitedUserServiceProvisioningError [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInvitationInvitedUserServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInvitationInvitedUserServiceProvisioningErrorCount.md index da070f75ccfe7..350622f21fe96 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInvitationInvitedUserServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInvitationInvitedUserServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetainvitationinviteduserserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaInvitationInvitedUserServiceProvisioningErrorCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaInvitationInvitedUserServiceProvisioningErrorCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInvitationInvitedUserSponsor.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInvitationInvitedUserSponsor.md index 049aed34f9827..1fa0e3841a5b8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInvitationInvitedUserSponsor.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInvitationInvitedUserSponsor.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetainvitationinvitedusersponsor Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaInvitationInvitedUserSponsor --- @@ -29,7 +29,7 @@ Get-MgBetaInvitationInvitedUserSponsor [-ExpandProperty ] [-Property < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaInvitationInvitedUserSponsor [-ExpandProperty ] [-Property < Get-MgBetaInvitationInvitedUserSponsor -DirectoryObjectId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaInvitationInvitedUserSponsor -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -571,6 +571,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInvitationInvitedUserSponsorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInvitationInvitedUserSponsorCount.md index c789b356c3325..36786836563f3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInvitationInvitedUserSponsorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaInvitationInvitedUserSponsorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetainvitationinvitedusersponsorcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaInvitationInvitedUserSponsorCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaInvitationInvitedUserSponsorCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaOauth2PermissionGrant.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaOauth2PermissionGrant.md index b5023cbf1f9bc..13b7c12e89e4c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaOauth2PermissionGrant.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaOauth2PermissionGrant.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaoauth2permissiongrant Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaOauth2PermissionGrant --- @@ -29,7 +29,7 @@ Get-MgBetaOauth2PermissionGrant [-ExpandProperty ] [-Property ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaOauth2PermissionGrant [-ExpandProperty ] [-Property [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaOauth2PermissionGrant -OAuth2PermissionGrantId [-ExpandProper Get-MgBetaOauth2PermissionGrant -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -64,9 +64,9 @@ An oAuth2PermissionGrant represents delegated permissions which have been grante | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Directory.Read.All, Directory.ReadWrite.All, DelegatedPermissionGrant.ReadWrite.All, | +| Delegated (work or school account) | Directory.Read.All, DelegatedPermissionGrant.ReadWrite.All, Directory.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Directory.Read.All, Directory.ReadWrite.All, DelegatedPermissionGrant.ReadWrite.All, | +| Application | Directory.Read.All, DelegatedPermissionGrant.ReadWrite.All, Directory.ReadWrite.All, | ## EXAMPLES ### Example 1: Code snippet @@ -591,6 +591,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaOauth2PermissionGrantCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaOauth2PermissionGrantCount.md index 2f1458137f042..70a431ae3638c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaOauth2PermissionGrantCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaOauth2PermissionGrantCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaoauth2permissiongrantcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaOauth2PermissionGrantCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaOauth2PermissionGrantCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -42,9 +42,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Directory.Read.All, Directory.ReadWrite.All, DelegatedPermissionGrant.ReadWrite.All, | +| Delegated (work or school account) | Directory.Read.All, DelegatedPermissionGrant.ReadWrite.All, Directory.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Directory.Read.All, Directory.ReadWrite.All, DelegatedPermissionGrant.ReadWrite.All, | +| Application | Directory.Read.All, DelegatedPermissionGrant.ReadWrite.All, Directory.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaOauth2PermissionGrantDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaOauth2PermissionGrantDelta.md index dd4880c0b062d..646b0d241b88c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaOauth2PermissionGrantDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaOauth2PermissionGrantDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaoauth2permissiongrantdelta Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaOauth2PermissionGrantDelta --- @@ -29,7 +29,7 @@ Get-MgBetaOauth2PermissionGrantDelta [-ExpandProperty ] [-Filter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES @@ -48,7 +48,7 @@ For more information, see Use delta query to track changes in Microsoft Graph da | --------------- | ------------------------------------------ | | Delegated (work or school account) | Directory.Read.All, Directory.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Directory.Read.All, Directory.ReadWrite.All, DelegatedPermissionGrant.ReadWrite.All, | +| Application | Directory.Read.All, DelegatedPermissionGrant.ReadWrite.All, Directory.ReadWrite.All, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaOrganizationCertificateBasedAuthConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaOrganizationCertificateBasedAuthConfiguration.md index f0802b601abe2..f5b1fdb537ffe 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaOrganizationCertificateBasedAuthConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaOrganizationCertificateBasedAuthConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaorganizationcertificatebasedauthconfiguration Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaOrganizationCertificateBasedAuthConfiguration --- @@ -29,7 +29,6 @@ Get-MgBetaOrganizationCertificateBasedAuthConfiguration -OrganizationId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaOrganizationCertificateBasedAuthConfiguration -CertificateBasedAuthConfigurationId -OrganizationId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaOrganizationCertificateBasedAuthConfiguration -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -619,6 +618,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaOrganizationCertificateBasedAuthConfigurationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaOrganizationCertificateBasedAuthConfigurationCount.md index 3b27788eade06..2faacf2ebd96c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaOrganizationCertificateBasedAuthConfigurationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaOrganizationCertificateBasedAuthConfigurationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaorganizationcertificatebasedauthconfigurationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaOrganizationCertificateBasedAuthConfigurationCount --- @@ -27,7 +27,7 @@ Get-MgBetaOrganizationCertificateBasedAuthConfigurationCount -OrganizationId ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaOrganizationCertificateBasedAuthConfigurationCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -393,6 +393,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyAccessReviewPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyAccessReviewPolicy.md index 06ad17179e5d3..e895727cdf40b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyAccessReviewPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyAccessReviewPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicyaccessreviewpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyAccessReviewPolicy --- @@ -23,7 +23,7 @@ Read the properties and relationships of an accessReviewPolicy object. Get-MgBetaPolicyAccessReviewPolicy [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyActivityBasedTimeoutPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyActivityBasedTimeoutPolicy.md index a429f4b6905ff..aa39a971b5345 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyActivityBasedTimeoutPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyActivityBasedTimeoutPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicyactivitybasedtimeoutpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyActivityBasedTimeoutPolicy --- @@ -28,7 +28,7 @@ Get-MgBetaPolicyActivityBasedTimeoutPolicy [-ExpandProperty ] [-Proper [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaPolicyActivityBasedTimeoutPolicy -ActivityBasedTimeoutPolicyId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaPolicyActivityBasedTimeoutPolicy -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -64,9 +64,9 @@ Get the properties of an activityBasedTimeoutPolicy object. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, Policy.Read.ApplicationConfiguration, | +| Delegated (work or school account) | Policy.Read.All, Policy.Read.ApplicationConfiguration, Policy.ReadWrite.ApplicationConfiguration, | | Delegated (personal Microsoft account) | Not supported | -| Application | Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, Policy.Read.ApplicationConfiguration, | +| Application | Policy.Read.All, Policy.Read.ApplicationConfiguration, Policy.ReadWrite.ApplicationConfiguration, | ## EXAMPLES ### Example 1: Code snippet @@ -591,6 +591,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyActivityBasedTimeoutPolicyApplyTo.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyActivityBasedTimeoutPolicyApplyTo.md index 6c806a5788312..b2982d5d40045 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyActivityBasedTimeoutPolicyApplyTo.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyActivityBasedTimeoutPolicyApplyTo.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicyactivitybasedtimeoutpolicyapplyto Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyActivityBasedTimeoutPolicyApplyTo --- @@ -29,7 +29,6 @@ Get-MgBetaPolicyActivityBasedTimeoutPolicyApplyTo -ActivityBasedTimeoutPolicyId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaPolicyActivityBasedTimeoutPolicyApplyTo -ActivityBasedTimeoutPolicyId -DirectoryObjectId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaPolicyActivityBasedTimeoutPolicyApplyTo -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -598,6 +597,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyActivityBasedTimeoutPolicyApplyToCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyActivityBasedTimeoutPolicyApplyToCount.md index 776a833d18b96..3d50e177f7f5b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyActivityBasedTimeoutPolicyApplyToCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyActivityBasedTimeoutPolicyApplyToCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicyactivitybasedtimeoutpolicyapplytocount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyActivityBasedTimeoutPolicyApplyToCount --- @@ -27,7 +27,7 @@ Get-MgBetaPolicyActivityBasedTimeoutPolicyApplyToCount -ActivityBasedTimeoutPoli [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaPolicyActivityBasedTimeoutPolicyApplyToCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -385,6 +385,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyActivityBasedTimeoutPolicyCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyActivityBasedTimeoutPolicyCount.md index a4f8fdc843265..6f588167f8566 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyActivityBasedTimeoutPolicyCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyActivityBasedTimeoutPolicyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicyactivitybasedtimeoutpolicycount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyActivityBasedTimeoutPolicyCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaPolicyActivityBasedTimeoutPolicyCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -42,9 +42,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, Policy.Read.ApplicationConfiguration, | +| Delegated (work or school account) | Policy.Read.All, Policy.Read.ApplicationConfiguration, Policy.ReadWrite.ApplicationConfiguration, | | Delegated (personal Microsoft account) | Not supported | -| Application | Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, Policy.Read.ApplicationConfiguration, | +| Application | Policy.Read.All, Policy.Read.ApplicationConfiguration, Policy.ReadWrite.ApplicationConfiguration, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyAdminConsentRequestPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyAdminConsentRequestPolicy.md index 227bf1ee662ca..d06d9a7b8d0da 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyAdminConsentRequestPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyAdminConsentRequestPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicyadminconsentrequestpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyAdminConsentRequestPolicy --- @@ -26,7 +26,7 @@ Read the properties and relationships of an adminConsentRequestPolicy object. Get-MgBetaPolicyAdminConsentRequestPolicy [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -42,9 +42,9 @@ Read the properties and relationships of an adminConsentRequestPolicy object. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Policy.Read.All, Policy.ReadWrite.ConsentRequest, Directory.ReadWrite.All, Directory.Read.All, | +| Delegated (work or school account) | Policy.Read.All, Directory.Read.All, Directory.ReadWrite.All, Policy.ReadWrite.ConsentRequest, | | Delegated (personal Microsoft account) | Not supported | -| Application | Policy.Read.All, Policy.ReadWrite.ConsentRequest, Directory.ReadWrite.All, Directory.Read.All, | +| Application | Policy.Read.All, Directory.Read.All, Directory.ReadWrite.All, Policy.ReadWrite.ConsentRequest, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyAppManagementPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyAppManagementPolicy.md index d1c9b49fc6045..16c10692b98bb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyAppManagementPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyAppManagementPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicyappmanagementpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyAppManagementPolicy --- @@ -28,7 +28,7 @@ Get-MgBetaPolicyAppManagementPolicy [-ExpandProperty ] [-Property ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaPolicyAppManagementPolicy [-ExpandProperty ] [-Property [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaPolicyAppManagementPolicy -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -63,9 +63,9 @@ Read the properties of an appManagementPolicy object. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, Policy.Read.ApplicationConfiguration, | +| Delegated (work or school account) | Policy.Read.All, Policy.Read.ApplicationConfiguration, Policy.ReadWrite.ApplicationConfiguration, | | Delegated (personal Microsoft account) | Not supported | -| Application | Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, Policy.Read.ApplicationConfiguration, | +| Application | Policy.Read.All, Policy.Read.ApplicationConfiguration, Policy.ReadWrite.ApplicationConfiguration, | ## EXAMPLES ### Example 1: Code snippet @@ -590,6 +590,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyAppManagementPolicyApplyTo.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyAppManagementPolicyApplyTo.md index daafd412837c7..91420086055e7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyAppManagementPolicyApplyTo.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyAppManagementPolicyApplyTo.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicyappmanagementpolicyapplyto Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyAppManagementPolicyApplyTo --- @@ -29,7 +29,6 @@ Get-MgBetaPolicyAppManagementPolicyApplyTo -AppManagementPolicyId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaPolicyAppManagementPolicyApplyTo -AppManagementPolicyId -DirectoryObjectId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaPolicyAppManagementPolicyApplyTo -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -622,6 +621,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyAppManagementPolicyApplyToCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyAppManagementPolicyApplyToCount.md index cebe36303dfd9..8b5ec21ecb62f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyAppManagementPolicyApplyToCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyAppManagementPolicyApplyToCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicyappmanagementpolicyapplytocount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyAppManagementPolicyApplyToCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaPolicyAppManagementPolicyApplyToCount -AppManagementPolicyId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaPolicyAppManagementPolicyApplyToCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -52,9 +52,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Application.Read.All, Policy.ReadWrite.ApplicationConfiguration, Policy.Read.ApplicationConfiguration, Policy.Read.All, | +| Delegated (work or school account) | Application.Read.All, Policy.Read.All, Policy.Read.ApplicationConfiguration, Policy.ReadWrite.ApplicationConfiguration, | | Delegated (personal Microsoft account) | Not supported | -| Application | Application.Read.All, Policy.ReadWrite.ApplicationConfiguration, Policy.Read.ApplicationConfiguration, Policy.Read.All, | +| Application | Application.Read.All, Policy.Read.All, Policy.Read.ApplicationConfiguration, Policy.ReadWrite.ApplicationConfiguration, | ## PARAMETERS @@ -392,6 +392,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyAppManagementPolicyCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyAppManagementPolicyCount.md index 9ac4b060c6a47..1684678d00257 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyAppManagementPolicyCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyAppManagementPolicyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicyappmanagementpolicycount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyAppManagementPolicyCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaPolicyAppManagementPolicyCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -42,9 +42,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, Policy.Read.ApplicationConfiguration, | +| Delegated (work or school account) | Policy.Read.All, Policy.Read.ApplicationConfiguration, Policy.ReadWrite.ApplicationConfiguration, | | Delegated (personal Microsoft account) | Not supported | -| Application | Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, Policy.Read.ApplicationConfiguration, | +| Application | Policy.Read.All, Policy.Read.ApplicationConfiguration, Policy.ReadWrite.ApplicationConfiguration, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyAuthenticationFlowPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyAuthenticationFlowPolicy.md index 360cc83a563a9..88e7b7f69e031 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyAuthenticationFlowPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyAuthenticationFlowPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicyauthenticationflowpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyAuthenticationFlowPolicy --- @@ -26,7 +26,7 @@ Read the properties and relationships of an authenticationFlowsPolicy object. Get-MgBetaPolicyAuthenticationFlowPolicy [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyAuthenticationMethodPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyAuthenticationMethodPolicy.md index a080179483b04..afb962364b90d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyAuthenticationMethodPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyAuthenticationMethodPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicyauthenticationmethodpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyAuthenticationMethodPolicy --- @@ -26,7 +26,7 @@ Read the properties and relationships of an authenticationMethodsPolicy object. Get-MgBetaPolicyAuthenticationMethodPolicy [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -42,9 +42,9 @@ Read the properties and relationships of an authenticationMethodsPolicy object. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Policy.Read.AuthenticationMethod, Policy.ReadWrite.AuthenticationMethod, Policy.Read.All, | +| Delegated (work or school account) | Policy.Read.AuthenticationMethod, Policy.Read.All, Policy.ReadWrite.AuthenticationMethod, | | Delegated (personal Microsoft account) | Not supported | -| Application | Policy.Read.AuthenticationMethod, Policy.ReadWrite.AuthenticationMethod, Policy.Read.All, | +| Application | Policy.Read.AuthenticationMethod, Policy.Read.All, Policy.ReadWrite.AuthenticationMethod, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration.md index cca6b0d22ad80..7050ede267132 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicyauthenticationmethodpolicyauthenticationmethodconfiguration Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration --- @@ -29,7 +29,6 @@ Get-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration -AuthenticationMethodConfigurationId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -65,9 +64,9 @@ Read the properties and relationships of an externalAuthenticationMethodConfigur | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Policy.Read.AuthenticationMethod, Policy.ReadWrite.AuthenticationMethod, Policy.Read.All, | +| Delegated (work or school account) | Policy.Read.AuthenticationMethod, Policy.Read.All, Policy.ReadWrite.AuthenticationMethod, | | Delegated (personal Microsoft account) | Not supported | -| Application | Policy.Read.AuthenticationMethod, Policy.ReadWrite.AuthenticationMethod, Policy.Read.All, | +| Application | Policy.Read.AuthenticationMethod, Policy.Read.All, Policy.ReadWrite.AuthenticationMethod, | ## EXAMPLES ### Example 1: Code snippet @@ -592,6 +591,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfigurationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfigurationCount.md index c846a4c9ba203..47be1e1b6cfa3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfigurationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfigurationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicyauthenticationmethodpolicyauthenticationmethodconfigurationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfigurationCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfigurationCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyAuthenticationStrengthPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyAuthenticationStrengthPolicy.md index e8a7756104a3e..1e5361b35ff52 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyAuthenticationStrengthPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyAuthenticationStrengthPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicyauthenticationstrengthpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyAuthenticationStrengthPolicy --- @@ -28,7 +28,7 @@ Get-MgBetaPolicyAuthenticationStrengthPolicy [-ExpandProperty ] [-Prop [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaPolicyAuthenticationStrengthPolicy -AuthenticationStrengthPolicyId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaPolicyAuthenticationStrengthPolicy -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -64,9 +64,9 @@ Read the properties and relationships of an authenticationStrengthPolicy object. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Policy.Read.AuthenticationMethod, Policy.ReadWrite.ConditionalAccess, Policy.ReadWrite.AuthenticationMethod, Policy.Read.All, | +| Delegated (work or school account) | Policy.Read.AuthenticationMethod, Policy.Read.All, Policy.ReadWrite.AuthenticationMethod, Policy.ReadWrite.ConditionalAccess, | | Delegated (personal Microsoft account) | Not supported | -| Application | Policy.Read.AuthenticationMethod, Policy.ReadWrite.ConditionalAccess, Policy.ReadWrite.AuthenticationMethod, Policy.Read.All, | +| Application | Policy.Read.AuthenticationMethod, Policy.Read.All, Policy.ReadWrite.AuthenticationMethod, Policy.ReadWrite.ConditionalAccess, | ## EXAMPLES ### Example 1: Get all authentication strength policies @@ -602,6 +602,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration.md index 2a28a01d2fff2..78528eae3300d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicyauthenticationstrengthpolicycombinationconfiguration Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration --- @@ -29,7 +29,7 @@ Get-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -40,7 +40,7 @@ Get-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +50,7 @@ Get-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -599,6 +599,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfigurationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfigurationCount.md index 340e630825f27..5ea2334e763ae 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfigurationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfigurationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicyauthenticationstrengthpolicycombinationconfigurationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfigurationCount --- @@ -27,7 +27,7 @@ Get-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfigurationCount -AuthenticationStrengthPolicyId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfigurationCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -385,6 +385,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyAuthenticationStrengthPolicyCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyAuthenticationStrengthPolicyCount.md index 8d654c6e4d920..fa7e5d745f8e7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyAuthenticationStrengthPolicyCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyAuthenticationStrengthPolicyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicyauthenticationstrengthpolicycount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyAuthenticationStrengthPolicyCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaPolicyAuthenticationStrengthPolicyCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -42,9 +42,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Policy.Read.AuthenticationMethod, Policy.ReadWrite.ConditionalAccess, Policy.ReadWrite.AuthenticationMethod, Policy.Read.All, | +| Delegated (work or school account) | Policy.Read.AuthenticationMethod, Policy.Read.All, Policy.ReadWrite.AuthenticationMethod, Policy.ReadWrite.ConditionalAccess, | | Delegated (personal Microsoft account) | Not supported | -| Application | Policy.Read.AuthenticationMethod, Policy.ReadWrite.ConditionalAccess, Policy.ReadWrite.AuthenticationMethod, Policy.Read.All, | +| Application | Policy.Read.AuthenticationMethod, Policy.Read.All, Policy.ReadWrite.AuthenticationMethod, Policy.ReadWrite.ConditionalAccess, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyAuthorizationPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyAuthorizationPolicy.md index 8ac226fe2c9a7..45595e3170049 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyAuthorizationPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyAuthorizationPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicyauthorizationpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyAuthorizationPolicy --- @@ -28,7 +28,7 @@ Get-MgBetaPolicyAuthorizationPolicy [-ExpandProperty ] [-Property ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaPolicyAuthorizationPolicy [-ExpandProperty ] [-Property [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaPolicyAuthorizationPolicy -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -582,6 +582,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyAuthorizationPolicyCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyAuthorizationPolicyCount.md index 8a92ae79c4846..6d5bf153594d2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyAuthorizationPolicyCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyAuthorizationPolicyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicyauthorizationpolicycount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyAuthorizationPolicyCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaPolicyAuthorizationPolicyCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride.md index 3a8692d0343da..7a6cdc2cf4bb9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicyauthorizationpolicydefaultuserroleoverride Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride --- @@ -26,7 +26,6 @@ Get-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride -AuthorizationPolicyI [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride -AuthorizationPolicyI -DefaultUserRoleOverrideId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -595,6 +594,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverrideCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverrideCount.md index 678f6ebf08d17..af15e66a3419a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverrideCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverrideCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicyauthorizationpolicydefaultuserroleoverridecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverrideCount --- @@ -24,7 +24,7 @@ Get-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverrideCount -AuthorizationPo [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverrideCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -382,6 +382,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyB2BManagementPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyB2BManagementPolicy.md index a097d55edb829..df5d38adf8b42 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyB2BManagementPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyB2BManagementPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicyb2bmanagementpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyB2BManagementPolicy --- @@ -25,7 +25,7 @@ Get-MgBetaPolicyB2BManagementPolicy [-ExpandProperty ] [-Property ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -34,7 +34,7 @@ Get-MgBetaPolicyB2BManagementPolicy [-ExpandProperty ] [-Property [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -44,7 +44,7 @@ Get-MgBetaPolicyB2BManagementPolicy -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -64,6 +64,19 @@ Read the properties and relationships of b2bManagementPolicy object. | Delegated (personal Microsoft account) | Not supported | | Application | Policy.Read.B2BManagementPolicy, Policy.ReadWrite.B2BManagementPolicy, | +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.SignIns + +Get-MgBetaPolicyB2BManagementPolicy + +``` +This example shows how to use the Get-MgBetaPolicyB2BManagementPolicy Cmdlet. + + ## PARAMETERS ### -All @@ -574,6 +587,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy @@ -646,8 +660,6 @@ INPUTOBJECT ``: Identity Parameter - - diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyB2BManagementPolicyApplyTo.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyB2BManagementPolicyApplyTo.md index 261a8a4c3fccd..21dbb4150bb75 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyB2BManagementPolicyApplyTo.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyB2BManagementPolicyApplyTo.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicyb2bmanagementpolicyapplyto Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyB2BManagementPolicyApplyTo --- @@ -26,7 +26,6 @@ Get-MgBetaPolicyB2BManagementPolicyApplyTo -B2BManagementPolicyId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaPolicyB2BManagementPolicyApplyTo -B2BManagementPolicyId -DirectoryObjectId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaPolicyB2BManagementPolicyApplyTo -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -58,6 +57,19 @@ This cmdlet has the following aliases, Get appliesTo from policies +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.SignIns + +Get-MgBetaPolicyB2BManagementPolicyApplyTo -B2bManagementPolicyId $b2bManagementPolicyId + +``` +This example shows how to use the Get-MgBetaPolicyB2BManagementPolicyApplyTo Cmdlet. + + ## PARAMETERS ### -All @@ -595,6 +607,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy @@ -666,8 +679,6 @@ INPUTOBJECT ``: Identity Parameter - - diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyB2BManagementPolicyApplyToCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyB2BManagementPolicyApplyToCount.md index 69141d2a97cae..3e2b9a1fe4bce 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyB2BManagementPolicyApplyToCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyB2BManagementPolicyApplyToCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicyb2bmanagementpolicyapplytocount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyB2BManagementPolicyApplyToCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaPolicyB2BManagementPolicyApplyToCount -B2BManagementPolicyId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaPolicyB2BManagementPolicyApplyToCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -381,6 +381,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyB2BManagementPolicyCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyB2BManagementPolicyCount.md index ab0669ac5dab2..53248a70b2806 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyB2BManagementPolicyCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyB2BManagementPolicyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicyb2bmanagementpolicycount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyB2BManagementPolicyCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaPolicyB2BManagementPolicyCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyB2CAuthenticationMethodPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyB2CAuthenticationMethodPolicy.md index a7f341663d1a5..6fd562386e075 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyB2CAuthenticationMethodPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyB2CAuthenticationMethodPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicyb2cauthenticationmethodpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyB2CAuthenticationMethodPolicy --- @@ -23,7 +23,7 @@ Read the properties of a b2cAuthenticationMethodsPolicy object. Get-MgBetaPolicyB2CAuthenticationMethodPolicy [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyClaimMappingPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyClaimMappingPolicy.md index 1b654e9559cb9..0b5c131e8661b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyClaimMappingPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyClaimMappingPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicyclaimmappingpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyClaimMappingPolicy --- @@ -28,7 +28,7 @@ Get-MgBetaPolicyClaimMappingPolicy [-ExpandProperty ] [-Property ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaPolicyClaimMappingPolicy [-ExpandProperty ] [-Property [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaPolicyClaimMappingPolicy -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -63,9 +63,9 @@ Retrieve the properties and relationships of a claimsMappingPolicy object. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, Policy.Read.ApplicationConfiguration, | +| Delegated (work or school account) | Policy.Read.All, Policy.Read.ApplicationConfiguration, Policy.ReadWrite.ApplicationConfiguration, | | Delegated (personal Microsoft account) | Not supported | -| Application | Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, Policy.Read.ApplicationConfiguration, | +| Application | Policy.Read.All, Policy.Read.ApplicationConfiguration, Policy.ReadWrite.ApplicationConfiguration, | ## EXAMPLES ### Example 1: Code snippet @@ -590,6 +590,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyClaimMappingPolicyApplyTo.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyClaimMappingPolicyApplyTo.md index d96f67600abb3..55b2bb0f4b0f1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyClaimMappingPolicyApplyTo.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyClaimMappingPolicyApplyTo.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicyclaimmappingpolicyapplyto Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyClaimMappingPolicyApplyTo --- @@ -29,7 +29,6 @@ Get-MgBetaPolicyClaimMappingPolicyApplyTo -ClaimsMappingPolicyId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaPolicyClaimMappingPolicyApplyTo -ClaimsMappingPolicyId -DirectoryObjectId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaPolicyClaimMappingPolicyApplyTo -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -611,6 +610,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyClaimMappingPolicyApplyToCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyClaimMappingPolicyApplyToCount.md index bff78d02d02bc..5ff88513e7c8d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyClaimMappingPolicyApplyToCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyClaimMappingPolicyApplyToCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicyclaimmappingpolicyapplytocount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyClaimMappingPolicyApplyToCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaPolicyClaimMappingPolicyApplyToCount -ClaimsMappingPolicyId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaPolicyClaimMappingPolicyApplyToCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -52,9 +52,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, Policy.Read.ApplicationConfiguration, Directory.Read.All, Application.Read.All, | +| Delegated (work or school account) | Policy.Read.All, Application.Read.All, Directory.Read.All, Policy.Read.ApplicationConfiguration, Policy.ReadWrite.ApplicationConfiguration, | | Delegated (personal Microsoft account) | Not supported | -| Application | Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, Policy.Read.ApplicationConfiguration, Directory.Read.All, Application.Read.All, | +| Application | Policy.Read.All, Application.Read.All, Directory.Read.All, Policy.Read.ApplicationConfiguration, Policy.ReadWrite.ApplicationConfiguration, | ## PARAMETERS @@ -392,6 +392,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyClaimMappingPolicyCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyClaimMappingPolicyCount.md index 8921dea0bb125..d827bc5353d5d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyClaimMappingPolicyCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyClaimMappingPolicyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicyclaimmappingpolicycount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyClaimMappingPolicyCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaPolicyClaimMappingPolicyCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -42,9 +42,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, Policy.Read.ApplicationConfiguration, | +| Delegated (work or school account) | Policy.Read.All, Policy.Read.ApplicationConfiguration, Policy.ReadWrite.ApplicationConfiguration, | | Delegated (personal Microsoft account) | Not supported | -| Application | Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, Policy.Read.ApplicationConfiguration, | +| Application | Policy.Read.All, Policy.Read.ApplicationConfiguration, Policy.ReadWrite.ApplicationConfiguration, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyConditionalAccessPolicyCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyConditionalAccessPolicyCount.md index 36dfb0c18b106..060c549c9e606 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyConditionalAccessPolicyCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyConditionalAccessPolicyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicyconditionalaccesspolicycount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyConditionalAccessPolicyCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaPolicyConditionalAccessPolicyCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyCrossTenantAccessPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyCrossTenantAccessPolicy.md index f4b0196c831c9..63eaca3c58ed3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyCrossTenantAccessPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyCrossTenantAccessPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicycrosstenantaccesspolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyCrossTenantAccessPolicy --- @@ -26,7 +26,7 @@ Read the properties and relationships of a crossTenantAccessPolicy object. Get-MgBetaPolicyCrossTenantAccessPolicy [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyCrossTenantAccessPolicyDefault.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyCrossTenantAccessPolicyDefault.md index d6d3b1fa56e89..fbc25bd95a0fc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyCrossTenantAccessPolicyDefault.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyCrossTenantAccessPolicyDefault.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicycrosstenantaccesspolicydefault Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyCrossTenantAccessPolicyDefault --- @@ -27,7 +27,7 @@ This default configuration may be the service default assigned by Microsoft Entr Get-MgBetaPolicyCrossTenantAccessPolicyDefault [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyCrossTenantAccessPolicyDefaultM365Capability.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyCrossTenantAccessPolicyDefaultM365Capability.md new file mode 100644 index 0000000000000..7d9ca6950a42a --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyCrossTenantAccessPolicyDefaultM365Capability.md @@ -0,0 +1,657 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicycrosstenantaccesspolicydefaultm365capability +Locale: en-US +Module Name: Microsoft.Graph.Beta.Identity.SignIns +ms.date: 08/01/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgBetaPolicyCrossTenantAccessPolicyDefaultM365Capability +--- + +# Get-MgBetaPolicyCrossTenantAccessPolicyDefaultM365Capability + +## SYNOPSIS + +Defines the default Microsoft 365 cross-tenant capabilities for inbound access from external organizations. + +## SYNTAX + +### List (Default) + +``` +Get-MgBetaPolicyCrossTenantAccessPolicyDefaultM365Capability [-ExpandProperty ] + [-Property ] [-Filter ] [-Search ] [-Skip ] [-Sort ] + [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] + [-CountVariable ] +``` + +### Get + +``` +Get-MgBetaPolicyCrossTenantAccessPolicyDefaultM365Capability -M365CapabilityBaseName + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] +``` + +### GetViaIdentity + +``` +Get-MgBetaPolicyCrossTenantAccessPolicyDefaultM365Capability -InputObject + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Defines the default Microsoft 365 cross-tenant capabilities for inbound access from external organizations. + +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.SignIns + +Get-MgBetaPolicyCrossTenantAccessPolicyDefaultM365Capability + +``` +This example shows how to use the Get-MgBetaPolicyCrossTenantAccessPolicyDefaultM365Capability Cmdlet. + + +## PARAMETERS + +### -All + +List all pages. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CountVariable + +Specifies a count of the total number of items in a collection. +By default, this variable will be set in the global scope. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- CV +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExpandProperty + +Expand related entities + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Expand +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IIdentitySignInsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -M365CapabilityBaseName + +The unique identifier of m365CapabilityBase + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PageSize + +Sets the page size of results. + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Property + +Select properties to be returned + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Select +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Skip + +Skip the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Sort + +Order items by property values + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- OrderBy +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Top + +Show only the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: +- Limit +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IIdentitySignInsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphM365CapabilityBase + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [ActivityBasedTimeoutPolicyId ]: The unique identifier of activityBasedTimeoutPolicy + [AgentRiskDetectionId ]: The unique identifier of agentRiskDetection + [AppManagementPolicyId ]: The unique identifier of appManagementPolicy + [AuthenticationCombinationConfigurationId ]: The unique identifier of authenticationCombinationConfiguration + [AuthenticationConditionApplicationAppId ]: The unique identifier of authenticationConditionApplication + [AuthenticationContextClassReferenceId ]: The unique identifier of authenticationContextClassReference + [AuthenticationEventListenerId ]: The unique identifier of authenticationEventListener + [AuthenticationEventsFlowId ]: The unique identifier of authenticationEventsFlow + [AuthenticationMethodConfigurationId ]: The unique identifier of authenticationMethodConfiguration + [AuthenticationMethodId ]: The unique identifier of authenticationMethod + [AuthenticationMethodModeDetailId ]: The unique identifier of authenticationMethodModeDetail + [AuthenticationMethodModes ]: Usage: authenticationMethodModes={authenticationMethodModes} + [AuthenticationStrengthPolicyId ]: The unique identifier of authenticationStrengthPolicy + [AuthorizationPolicyId ]: The unique identifier of authorizationPolicy + [B2BManagementPolicyId ]: The unique identifier of b2bManagementPolicy + [B2CIdentityUserFlowId ]: The unique identifier of b2cIdentityUserFlow + [B2XIdentityUserFlowId ]: The unique identifier of b2xIdentityUserFlow + [BitlockerRecoveryKeyId ]: The unique identifier of bitlockerRecoveryKey + [CertificateBasedAuthConfigurationId ]: The unique identifier of certificateBasedAuthConfiguration + [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy + [ConditionalAccessPolicyId ]: The unique identifier of conditionalAccessPolicy + [ConditionalAccessTemplateId ]: The unique identifier of conditionalAccessTemplate + [ContentFormats ]: Usage: contentFormats={contentFormats} + [CrossTenantAccessPolicyConfigurationPartnerTenantId ]: The unique identifier of crossTenantAccessPolicyConfigurationPartner + [CrossTenantIdentitySyncPolicyPartnerTenantId ]: The unique identifier of crossTenantIdentitySyncPolicyPartner + [CustomAuthenticationExtensionId ]: The unique identifier of customAuthenticationExtension + [DataLossPreventionPolicyId ]: The unique identifier of dataLossPreventionPolicy + [DataPolicyOperationId ]: The unique identifier of dataPolicyOperation + [DefaultUserRoleOverrideId ]: The unique identifier of defaultUserRoleOverride + [DirectoryObjectId ]: The unique identifier of directoryObject + [EmailAuthenticationMethodId ]: The unique identifier of emailAuthenticationMethod + [ExternalAuthenticationMethodId ]: The unique identifier of externalAuthenticationMethod + [FeatureRolloutPolicyId ]: The unique identifier of featureRolloutPolicy + [Fido2AuthenticationMethodId ]: The unique identifier of fido2AuthenticationMethod + [FraudProtectionProviderId ]: The unique identifier of fraudProtectionProvider + [GroupId ]: The unique identifier of group + [HardwareOathAuthenticationMethodId ]: The unique identifier of hardwareOathAuthenticationMethod + [HardwareOathTokenAuthenticationMethodDeviceId ]: The unique identifier of hardwareOathTokenAuthenticationMethodDevice + [HomeRealmDiscoveryPolicyId ]: The unique identifier of homeRealmDiscoveryPolicy + [IdentityApiConnectorId ]: The unique identifier of identityApiConnector + [IdentityProviderBaseId ]: The unique identifier of identityProviderBase + [IdentityProviderId ]: The unique identifier of identityProvider + [IdentityUserFlowAttributeAssignmentId ]: The unique identifier of identityUserFlowAttributeAssignment + [IdentityUserFlowAttributeId ]: The unique identifier of identityUserFlowAttribute + [IdentityUserFlowId ]: The unique identifier of identityUserFlow + [InformationProtectionLabelId ]: The unique identifier of informationProtectionLabel + [LabelIds ]: Usage: labelIds={labelIds} + [Locale ]: Usage: locale='{locale}' + [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase + [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod + [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy + [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy + [MultiTenantOrganizationMemberId ]: The unique identifier of multiTenantOrganizationMember + [NamedLocationId ]: The unique identifier of namedLocation + [OAuth2PermissionGrantId ]: The unique identifier of oAuth2PermissionGrant + [OnPremAuthenticationPolicyId ]: The unique identifier of onPremAuthenticationPolicy + [OrganizationId ]: The unique identifier of organization + [PasswordAuthenticationMethodId ]: The unique identifier of passwordAuthenticationMethod + [PasswordlessMicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of passwordlessMicrosoftAuthenticatorAuthenticationMethod + [PermissionGrantConditionSetId ]: The unique identifier of permissionGrantConditionSet + [PermissionGrantPolicyId ]: The unique identifier of permissionGrantPolicy + [PermissionGrantPreApprovalPolicyId ]: The unique identifier of permissionGrantPreApprovalPolicy + [PhoneAuthenticationMethodId ]: The unique identifier of phoneAuthenticationMethod + [PlatformCredentialAuthenticationMethodId ]: The unique identifier of platformCredentialAuthenticationMethod + [RiskDetectionId ]: The unique identifier of riskDetection + [RiskyAgentId ]: The unique identifier of riskyAgent + [RiskyServicePrincipalHistoryItemId ]: The unique identifier of riskyServicePrincipalHistoryItem + [RiskyServicePrincipalId ]: The unique identifier of riskyServicePrincipal + [RiskyUserHistoryItemId ]: The unique identifier of riskyUserHistoryItem + [RiskyUserId ]: The unique identifier of riskyUser + [SensitivityLabelId ]: The unique identifier of sensitivityLabel + [SensitivityLabelId1 ]: The unique identifier of sensitivityLabel + [ServicePrincipalCreationConditionSetId ]: The unique identifier of servicePrincipalCreationConditionSet + [ServicePrincipalCreationPolicyId ]: The unique identifier of servicePrincipalCreationPolicy + [ServicePrincipalRiskDetectionId ]: The unique identifier of servicePrincipalRiskDetection + [SignInIdentifierBaseName ]: The unique identifier of signInIdentifierBase + [SoftwareOathAuthenticationMethodId ]: The unique identifier of softwareOathAuthenticationMethod + [TemporaryAccessPassAuthenticationMethodId ]: The unique identifier of temporaryAccessPassAuthenticationMethod + [ThreatAssessmentRequestId ]: The unique identifier of threatAssessmentRequest + [ThreatAssessmentResultId ]: The unique identifier of threatAssessmentResult + [TokenIssuancePolicyId ]: The unique identifier of tokenIssuancePolicy + [TokenLifetimePolicyId ]: The unique identifier of tokenLifetimePolicy + [TrustFrameworkKeySetId ]: The unique identifier of trustFrameworkKeySet + [TrustFrameworkKeyV2Kid ]: The unique identifier of trustFrameworkKey_v2 + [TrustFrameworkPolicyId ]: The unique identifier of trustFrameworkPolicy + [UnifiedRoleManagementPolicyAssignmentId ]: The unique identifier of unifiedRoleManagementPolicyAssignment + [UnifiedRoleManagementPolicyId ]: The unique identifier of unifiedRoleManagementPolicy + [UnifiedRoleManagementPolicyRuleId ]: The unique identifier of unifiedRoleManagementPolicyRule + [UserFlowLanguageConfigurationId ]: The unique identifier of userFlowLanguageConfiguration + [UserFlowLanguagePageId ]: The unique identifier of userFlowLanguagePage + [UserId ]: The unique identifier of user + [VerifiedIdProfileId ]: The unique identifier of verifiedIdProfile + [WebApplicationFirewallProviderId ]: The unique identifier of webApplicationFirewallProvider + [WebApplicationFirewallVerificationModelId ]: The unique identifier of webApplicationFirewallVerificationModel + [WindowsHelloForBusinessAuthenticationMethodId ]: The unique identifier of windowsHelloForBusinessAuthenticationMethod + + +## RELATED LINKS + +- [Get-MgBetaPolicyCrossTenantAccessPolicyDefaultM365Capability](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicycrosstenantaccesspolicydefaultm365capability) +- [Graph API Reference](https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-list-m365capabilities?view=graph-rest-beta) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyCrossTenantAccessPolicyDefaultM365CapabilityCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyCrossTenantAccessPolicyDefaultM365CapabilityCount.md new file mode 100644 index 0000000000000..76929ac0223af --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyCrossTenantAccessPolicyDefaultM365CapabilityCount.md @@ -0,0 +1,305 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicycrosstenantaccesspolicydefaultm365capabilitycount +Locale: en-US +Module Name: Microsoft.Graph.Beta.Identity.SignIns +ms.date: 08/01/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgBetaPolicyCrossTenantAccessPolicyDefaultM365CapabilityCount +--- + +# Get-MgBetaPolicyCrossTenantAccessPolicyDefaultM365CapabilityCount + +## SYNOPSIS + +Get the number of the resource + +## SYNTAX + +### Get (Default) + +``` +Get-MgBetaPolicyCrossTenantAccessPolicyDefaultM365CapabilityCount [-Filter ] + [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Get the number of the resource + +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | Policy.Read.All, Policy.ReadWrite.CrossTenantCapability, | +| Delegated (personal Microsoft account) | Not supported | +| Application | Policy.Read.All, Policy.ReadWrite.CrossTenantCapability, | + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Int32 + +{{ Fill in the Description }} + +## NOTES + +## RELATED LINKS + +- [Get-MgBetaPolicyCrossTenantAccessPolicyDefaultM365CapabilityCount](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicycrosstenantaccesspolicydefaultm365capabilitycount) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyCrossTenantAccessPolicyPartner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyCrossTenantAccessPolicyPartner.md index d0f47fce32710..bc1ef1bdd322f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyCrossTenantAccessPolicyPartner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyCrossTenantAccessPolicyPartner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicycrosstenantaccesspolicypartner Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyCrossTenantAccessPolicyPartner --- @@ -28,7 +28,7 @@ Get-MgBetaPolicyCrossTenantAccessPolicyPartner [-ExpandProperty ] [-Pr [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaPolicyCrossTenantAccessPolicyPartner -CrossTenantAccessPolicyConfigurationPartnerTenantId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaPolicyCrossTenantAccessPolicyPartner -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -602,6 +602,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyCrossTenantAccessPolicyPartnerCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyCrossTenantAccessPolicyPartnerCount.md index 444e98b9cdc59..47896e10bb482 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyCrossTenantAccessPolicyPartnerCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyCrossTenantAccessPolicyPartnerCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicycrosstenantaccesspolicypartnercount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyCrossTenantAccessPolicyPartnerCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaPolicyCrossTenantAccessPolicyPartnerCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization.md index aa6f351e11284..5744b39bbdb47 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicycrosstenantaccesspolicypartneridentitysynchronization Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization --- @@ -27,7 +27,7 @@ Get-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization -CrossTenantAccessPolicyConfigurationPartnerTenantId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -408,6 +408,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyCrossTenantAccessPolicyPartnerM365Capability.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyCrossTenantAccessPolicyPartnerM365Capability.md new file mode 100644 index 0000000000000..577c0be7fab16 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyCrossTenantAccessPolicyPartnerM365Capability.md @@ -0,0 +1,686 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicycrosstenantaccesspolicypartnerm365capability +Locale: en-US +Module Name: Microsoft.Graph.Beta.Identity.SignIns +ms.date: 08/01/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgBetaPolicyCrossTenantAccessPolicyPartnerM365Capability +--- + +# Get-MgBetaPolicyCrossTenantAccessPolicyPartnerM365Capability + +## SYNOPSIS + +Defines the partner-specific Microsoft 365 cross-tenant capabilities for inbound access from the partner organization. + +## SYNTAX + +### List (Default) + +``` +Get-MgBetaPolicyCrossTenantAccessPolicyPartnerM365Capability + -CrossTenantAccessPolicyConfigurationPartnerTenantId [-ExpandProperty ] + [-Property ] [-Filter ] [-Search ] [-Skip ] [-Sort ] + [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] + [-CountVariable ] +``` + +### Get + +``` +Get-MgBetaPolicyCrossTenantAccessPolicyPartnerM365Capability + -CrossTenantAccessPolicyConfigurationPartnerTenantId -M365CapabilityBaseName + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] +``` + +### GetViaIdentity + +``` +Get-MgBetaPolicyCrossTenantAccessPolicyPartnerM365Capability -InputObject + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Defines the partner-specific Microsoft 365 cross-tenant capabilities for inbound access from the partner organization. + +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.SignIns + +Get-MgBetaPolicyCrossTenantAccessPolicyPartnerM365Capability -CrossTenantAccessPolicyConfigurationPartnerTenantId $crossTenantAccessPolicyConfigurationPartnerTenantId + +``` +This example shows how to use the Get-MgBetaPolicyCrossTenantAccessPolicyPartnerM365Capability Cmdlet. + + +## PARAMETERS + +### -All + +List all pages. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CountVariable + +Specifies a count of the total number of items in a collection. +By default, this variable will be set in the global scope. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- CV +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CrossTenantAccessPolicyConfigurationPartnerTenantId + +The unique identifier of crossTenantAccessPolicyConfigurationPartner + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExpandProperty + +Expand related entities + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Expand +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IIdentitySignInsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -M365CapabilityBaseName + +The unique identifier of m365CapabilityBase + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PageSize + +Sets the page size of results. + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Property + +Select properties to be returned + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Select +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Skip + +Skip the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Sort + +Order items by property values + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- OrderBy +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Top + +Show only the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: +- Limit +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IIdentitySignInsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphM365CapabilityBase + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [ActivityBasedTimeoutPolicyId ]: The unique identifier of activityBasedTimeoutPolicy + [AgentRiskDetectionId ]: The unique identifier of agentRiskDetection + [AppManagementPolicyId ]: The unique identifier of appManagementPolicy + [AuthenticationCombinationConfigurationId ]: The unique identifier of authenticationCombinationConfiguration + [AuthenticationConditionApplicationAppId ]: The unique identifier of authenticationConditionApplication + [AuthenticationContextClassReferenceId ]: The unique identifier of authenticationContextClassReference + [AuthenticationEventListenerId ]: The unique identifier of authenticationEventListener + [AuthenticationEventsFlowId ]: The unique identifier of authenticationEventsFlow + [AuthenticationMethodConfigurationId ]: The unique identifier of authenticationMethodConfiguration + [AuthenticationMethodId ]: The unique identifier of authenticationMethod + [AuthenticationMethodModeDetailId ]: The unique identifier of authenticationMethodModeDetail + [AuthenticationMethodModes ]: Usage: authenticationMethodModes={authenticationMethodModes} + [AuthenticationStrengthPolicyId ]: The unique identifier of authenticationStrengthPolicy + [AuthorizationPolicyId ]: The unique identifier of authorizationPolicy + [B2BManagementPolicyId ]: The unique identifier of b2bManagementPolicy + [B2CIdentityUserFlowId ]: The unique identifier of b2cIdentityUserFlow + [B2XIdentityUserFlowId ]: The unique identifier of b2xIdentityUserFlow + [BitlockerRecoveryKeyId ]: The unique identifier of bitlockerRecoveryKey + [CertificateBasedAuthConfigurationId ]: The unique identifier of certificateBasedAuthConfiguration + [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy + [ConditionalAccessPolicyId ]: The unique identifier of conditionalAccessPolicy + [ConditionalAccessTemplateId ]: The unique identifier of conditionalAccessTemplate + [ContentFormats ]: Usage: contentFormats={contentFormats} + [CrossTenantAccessPolicyConfigurationPartnerTenantId ]: The unique identifier of crossTenantAccessPolicyConfigurationPartner + [CrossTenantIdentitySyncPolicyPartnerTenantId ]: The unique identifier of crossTenantIdentitySyncPolicyPartner + [CustomAuthenticationExtensionId ]: The unique identifier of customAuthenticationExtension + [DataLossPreventionPolicyId ]: The unique identifier of dataLossPreventionPolicy + [DataPolicyOperationId ]: The unique identifier of dataPolicyOperation + [DefaultUserRoleOverrideId ]: The unique identifier of defaultUserRoleOverride + [DirectoryObjectId ]: The unique identifier of directoryObject + [EmailAuthenticationMethodId ]: The unique identifier of emailAuthenticationMethod + [ExternalAuthenticationMethodId ]: The unique identifier of externalAuthenticationMethod + [FeatureRolloutPolicyId ]: The unique identifier of featureRolloutPolicy + [Fido2AuthenticationMethodId ]: The unique identifier of fido2AuthenticationMethod + [FraudProtectionProviderId ]: The unique identifier of fraudProtectionProvider + [GroupId ]: The unique identifier of group + [HardwareOathAuthenticationMethodId ]: The unique identifier of hardwareOathAuthenticationMethod + [HardwareOathTokenAuthenticationMethodDeviceId ]: The unique identifier of hardwareOathTokenAuthenticationMethodDevice + [HomeRealmDiscoveryPolicyId ]: The unique identifier of homeRealmDiscoveryPolicy + [IdentityApiConnectorId ]: The unique identifier of identityApiConnector + [IdentityProviderBaseId ]: The unique identifier of identityProviderBase + [IdentityProviderId ]: The unique identifier of identityProvider + [IdentityUserFlowAttributeAssignmentId ]: The unique identifier of identityUserFlowAttributeAssignment + [IdentityUserFlowAttributeId ]: The unique identifier of identityUserFlowAttribute + [IdentityUserFlowId ]: The unique identifier of identityUserFlow + [InformationProtectionLabelId ]: The unique identifier of informationProtectionLabel + [LabelIds ]: Usage: labelIds={labelIds} + [Locale ]: Usage: locale='{locale}' + [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase + [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod + [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy + [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy + [MultiTenantOrganizationMemberId ]: The unique identifier of multiTenantOrganizationMember + [NamedLocationId ]: The unique identifier of namedLocation + [OAuth2PermissionGrantId ]: The unique identifier of oAuth2PermissionGrant + [OnPremAuthenticationPolicyId ]: The unique identifier of onPremAuthenticationPolicy + [OrganizationId ]: The unique identifier of organization + [PasswordAuthenticationMethodId ]: The unique identifier of passwordAuthenticationMethod + [PasswordlessMicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of passwordlessMicrosoftAuthenticatorAuthenticationMethod + [PermissionGrantConditionSetId ]: The unique identifier of permissionGrantConditionSet + [PermissionGrantPolicyId ]: The unique identifier of permissionGrantPolicy + [PermissionGrantPreApprovalPolicyId ]: The unique identifier of permissionGrantPreApprovalPolicy + [PhoneAuthenticationMethodId ]: The unique identifier of phoneAuthenticationMethod + [PlatformCredentialAuthenticationMethodId ]: The unique identifier of platformCredentialAuthenticationMethod + [RiskDetectionId ]: The unique identifier of riskDetection + [RiskyAgentId ]: The unique identifier of riskyAgent + [RiskyServicePrincipalHistoryItemId ]: The unique identifier of riskyServicePrincipalHistoryItem + [RiskyServicePrincipalId ]: The unique identifier of riskyServicePrincipal + [RiskyUserHistoryItemId ]: The unique identifier of riskyUserHistoryItem + [RiskyUserId ]: The unique identifier of riskyUser + [SensitivityLabelId ]: The unique identifier of sensitivityLabel + [SensitivityLabelId1 ]: The unique identifier of sensitivityLabel + [ServicePrincipalCreationConditionSetId ]: The unique identifier of servicePrincipalCreationConditionSet + [ServicePrincipalCreationPolicyId ]: The unique identifier of servicePrincipalCreationPolicy + [ServicePrincipalRiskDetectionId ]: The unique identifier of servicePrincipalRiskDetection + [SignInIdentifierBaseName ]: The unique identifier of signInIdentifierBase + [SoftwareOathAuthenticationMethodId ]: The unique identifier of softwareOathAuthenticationMethod + [TemporaryAccessPassAuthenticationMethodId ]: The unique identifier of temporaryAccessPassAuthenticationMethod + [ThreatAssessmentRequestId ]: The unique identifier of threatAssessmentRequest + [ThreatAssessmentResultId ]: The unique identifier of threatAssessmentResult + [TokenIssuancePolicyId ]: The unique identifier of tokenIssuancePolicy + [TokenLifetimePolicyId ]: The unique identifier of tokenLifetimePolicy + [TrustFrameworkKeySetId ]: The unique identifier of trustFrameworkKeySet + [TrustFrameworkKeyV2Kid ]: The unique identifier of trustFrameworkKey_v2 + [TrustFrameworkPolicyId ]: The unique identifier of trustFrameworkPolicy + [UnifiedRoleManagementPolicyAssignmentId ]: The unique identifier of unifiedRoleManagementPolicyAssignment + [UnifiedRoleManagementPolicyId ]: The unique identifier of unifiedRoleManagementPolicy + [UnifiedRoleManagementPolicyRuleId ]: The unique identifier of unifiedRoleManagementPolicyRule + [UserFlowLanguageConfigurationId ]: The unique identifier of userFlowLanguageConfiguration + [UserFlowLanguagePageId ]: The unique identifier of userFlowLanguagePage + [UserId ]: The unique identifier of user + [VerifiedIdProfileId ]: The unique identifier of verifiedIdProfile + [WebApplicationFirewallProviderId ]: The unique identifier of webApplicationFirewallProvider + [WebApplicationFirewallVerificationModelId ]: The unique identifier of webApplicationFirewallVerificationModel + [WindowsHelloForBusinessAuthenticationMethodId ]: The unique identifier of windowsHelloForBusinessAuthenticationMethod + + +## RELATED LINKS + +- [Get-MgBetaPolicyCrossTenantAccessPolicyPartnerM365Capability](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicycrosstenantaccesspolicypartnerm365capability) +- [Graph API Reference](https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-list-m365capabilities?view=graph-rest-beta) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyCrossTenantAccessPolicyPartnerM365CapabilityCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyCrossTenantAccessPolicyPartnerM365CapabilityCount.md new file mode 100644 index 0000000000000..34298ebf37971 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyCrossTenantAccessPolicyPartnerM365CapabilityCount.md @@ -0,0 +1,467 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicycrosstenantaccesspolicypartnerm365capabilitycount +Locale: en-US +Module Name: Microsoft.Graph.Beta.Identity.SignIns +ms.date: 08/01/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgBetaPolicyCrossTenantAccessPolicyPartnerM365CapabilityCount +--- + +# Get-MgBetaPolicyCrossTenantAccessPolicyPartnerM365CapabilityCount + +## SYNOPSIS + +Get the number of the resource + +## SYNTAX + +### Get (Default) + +``` +Get-MgBetaPolicyCrossTenantAccessPolicyPartnerM365CapabilityCount + -CrossTenantAccessPolicyConfigurationPartnerTenantId [-Filter ] [-Search ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] +``` + +### GetViaIdentity + +``` +Get-MgBetaPolicyCrossTenantAccessPolicyPartnerM365CapabilityCount + -InputObject [-Filter ] [-Search ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Get the number of the resource + +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | Policy.Read.All, Policy.ReadWrite.CrossTenantCapability, | +| Delegated (personal Microsoft account) | Not supported | +| Application | Policy.Read.All, Policy.ReadWrite.CrossTenantCapability, | + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CrossTenantAccessPolicyConfigurationPartnerTenantId + +The unique identifier of crossTenantAccessPolicyConfigurationPartner + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IIdentitySignInsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IIdentitySignInsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Int32 + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [ActivityBasedTimeoutPolicyId ]: The unique identifier of activityBasedTimeoutPolicy + [AgentRiskDetectionId ]: The unique identifier of agentRiskDetection + [AppManagementPolicyId ]: The unique identifier of appManagementPolicy + [AuthenticationCombinationConfigurationId ]: The unique identifier of authenticationCombinationConfiguration + [AuthenticationConditionApplicationAppId ]: The unique identifier of authenticationConditionApplication + [AuthenticationContextClassReferenceId ]: The unique identifier of authenticationContextClassReference + [AuthenticationEventListenerId ]: The unique identifier of authenticationEventListener + [AuthenticationEventsFlowId ]: The unique identifier of authenticationEventsFlow + [AuthenticationMethodConfigurationId ]: The unique identifier of authenticationMethodConfiguration + [AuthenticationMethodId ]: The unique identifier of authenticationMethod + [AuthenticationMethodModeDetailId ]: The unique identifier of authenticationMethodModeDetail + [AuthenticationMethodModes ]: Usage: authenticationMethodModes={authenticationMethodModes} + [AuthenticationStrengthPolicyId ]: The unique identifier of authenticationStrengthPolicy + [AuthorizationPolicyId ]: The unique identifier of authorizationPolicy + [B2BManagementPolicyId ]: The unique identifier of b2bManagementPolicy + [B2CIdentityUserFlowId ]: The unique identifier of b2cIdentityUserFlow + [B2XIdentityUserFlowId ]: The unique identifier of b2xIdentityUserFlow + [BitlockerRecoveryKeyId ]: The unique identifier of bitlockerRecoveryKey + [CertificateBasedAuthConfigurationId ]: The unique identifier of certificateBasedAuthConfiguration + [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy + [ConditionalAccessPolicyId ]: The unique identifier of conditionalAccessPolicy + [ConditionalAccessTemplateId ]: The unique identifier of conditionalAccessTemplate + [ContentFormats ]: Usage: contentFormats={contentFormats} + [CrossTenantAccessPolicyConfigurationPartnerTenantId ]: The unique identifier of crossTenantAccessPolicyConfigurationPartner + [CrossTenantIdentitySyncPolicyPartnerTenantId ]: The unique identifier of crossTenantIdentitySyncPolicyPartner + [CustomAuthenticationExtensionId ]: The unique identifier of customAuthenticationExtension + [DataLossPreventionPolicyId ]: The unique identifier of dataLossPreventionPolicy + [DataPolicyOperationId ]: The unique identifier of dataPolicyOperation + [DefaultUserRoleOverrideId ]: The unique identifier of defaultUserRoleOverride + [DirectoryObjectId ]: The unique identifier of directoryObject + [EmailAuthenticationMethodId ]: The unique identifier of emailAuthenticationMethod + [ExternalAuthenticationMethodId ]: The unique identifier of externalAuthenticationMethod + [FeatureRolloutPolicyId ]: The unique identifier of featureRolloutPolicy + [Fido2AuthenticationMethodId ]: The unique identifier of fido2AuthenticationMethod + [FraudProtectionProviderId ]: The unique identifier of fraudProtectionProvider + [GroupId ]: The unique identifier of group + [HardwareOathAuthenticationMethodId ]: The unique identifier of hardwareOathAuthenticationMethod + [HardwareOathTokenAuthenticationMethodDeviceId ]: The unique identifier of hardwareOathTokenAuthenticationMethodDevice + [HomeRealmDiscoveryPolicyId ]: The unique identifier of homeRealmDiscoveryPolicy + [IdentityApiConnectorId ]: The unique identifier of identityApiConnector + [IdentityProviderBaseId ]: The unique identifier of identityProviderBase + [IdentityProviderId ]: The unique identifier of identityProvider + [IdentityUserFlowAttributeAssignmentId ]: The unique identifier of identityUserFlowAttributeAssignment + [IdentityUserFlowAttributeId ]: The unique identifier of identityUserFlowAttribute + [IdentityUserFlowId ]: The unique identifier of identityUserFlow + [InformationProtectionLabelId ]: The unique identifier of informationProtectionLabel + [LabelIds ]: Usage: labelIds={labelIds} + [Locale ]: Usage: locale='{locale}' + [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase + [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod + [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy + [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy + [MultiTenantOrganizationMemberId ]: The unique identifier of multiTenantOrganizationMember + [NamedLocationId ]: The unique identifier of namedLocation + [OAuth2PermissionGrantId ]: The unique identifier of oAuth2PermissionGrant + [OnPremAuthenticationPolicyId ]: The unique identifier of onPremAuthenticationPolicy + [OrganizationId ]: The unique identifier of organization + [PasswordAuthenticationMethodId ]: The unique identifier of passwordAuthenticationMethod + [PasswordlessMicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of passwordlessMicrosoftAuthenticatorAuthenticationMethod + [PermissionGrantConditionSetId ]: The unique identifier of permissionGrantConditionSet + [PermissionGrantPolicyId ]: The unique identifier of permissionGrantPolicy + [PermissionGrantPreApprovalPolicyId ]: The unique identifier of permissionGrantPreApprovalPolicy + [PhoneAuthenticationMethodId ]: The unique identifier of phoneAuthenticationMethod + [PlatformCredentialAuthenticationMethodId ]: The unique identifier of platformCredentialAuthenticationMethod + [RiskDetectionId ]: The unique identifier of riskDetection + [RiskyAgentId ]: The unique identifier of riskyAgent + [RiskyServicePrincipalHistoryItemId ]: The unique identifier of riskyServicePrincipalHistoryItem + [RiskyServicePrincipalId ]: The unique identifier of riskyServicePrincipal + [RiskyUserHistoryItemId ]: The unique identifier of riskyUserHistoryItem + [RiskyUserId ]: The unique identifier of riskyUser + [SensitivityLabelId ]: The unique identifier of sensitivityLabel + [SensitivityLabelId1 ]: The unique identifier of sensitivityLabel + [ServicePrincipalCreationConditionSetId ]: The unique identifier of servicePrincipalCreationConditionSet + [ServicePrincipalCreationPolicyId ]: The unique identifier of servicePrincipalCreationPolicy + [ServicePrincipalRiskDetectionId ]: The unique identifier of servicePrincipalRiskDetection + [SignInIdentifierBaseName ]: The unique identifier of signInIdentifierBase + [SoftwareOathAuthenticationMethodId ]: The unique identifier of softwareOathAuthenticationMethod + [TemporaryAccessPassAuthenticationMethodId ]: The unique identifier of temporaryAccessPassAuthenticationMethod + [ThreatAssessmentRequestId ]: The unique identifier of threatAssessmentRequest + [ThreatAssessmentResultId ]: The unique identifier of threatAssessmentResult + [TokenIssuancePolicyId ]: The unique identifier of tokenIssuancePolicy + [TokenLifetimePolicyId ]: The unique identifier of tokenLifetimePolicy + [TrustFrameworkKeySetId ]: The unique identifier of trustFrameworkKeySet + [TrustFrameworkKeyV2Kid ]: The unique identifier of trustFrameworkKey_v2 + [TrustFrameworkPolicyId ]: The unique identifier of trustFrameworkPolicy + [UnifiedRoleManagementPolicyAssignmentId ]: The unique identifier of unifiedRoleManagementPolicyAssignment + [UnifiedRoleManagementPolicyId ]: The unique identifier of unifiedRoleManagementPolicy + [UnifiedRoleManagementPolicyRuleId ]: The unique identifier of unifiedRoleManagementPolicyRule + [UserFlowLanguageConfigurationId ]: The unique identifier of userFlowLanguageConfiguration + [UserFlowLanguagePageId ]: The unique identifier of userFlowLanguagePage + [UserId ]: The unique identifier of user + [VerifiedIdProfileId ]: The unique identifier of verifiedIdProfile + [WebApplicationFirewallProviderId ]: The unique identifier of webApplicationFirewallProvider + [WebApplicationFirewallVerificationModelId ]: The unique identifier of webApplicationFirewallVerificationModel + [WindowsHelloForBusinessAuthenticationMethodId ]: The unique identifier of windowsHelloForBusinessAuthenticationMethod + + +## RELATED LINKS + +- [Get-MgBetaPolicyCrossTenantAccessPolicyPartnerM365CapabilityCount](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicycrosstenantaccesspolicypartnerm365capabilitycount) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyCrossTenantAccessPolicyTemplate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyCrossTenantAccessPolicyTemplate.md index 0775dc3547866..2d3ac988d996a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyCrossTenantAccessPolicyTemplate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyCrossTenantAccessPolicyTemplate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicycrosstenantaccesspolicytemplate Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyCrossTenantAccessPolicyTemplate --- @@ -26,7 +26,7 @@ Represents the base policy in the directory for multi-tenant organization settin Get-MgBetaPolicyCrossTenantAccessPolicyTemplate [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization.md index 9c1cd000bf32e..5ffe928aa3f2a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicycrosstenantaccesspolicytemplatemultitenantorganizationidentitysynchronization Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization --- @@ -27,7 +27,7 @@ Get-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySy [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration.md index 3dd6f7a9a6011..13c5796c2a86f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicycrosstenantaccesspolicytemplatemultitenantorganizationpartnerconfiguration Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration --- @@ -27,7 +27,7 @@ Get-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerCon [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyDefaultAppManagementPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyDefaultAppManagementPolicy.md index 1a91db92a5d48..0f5da453ab990 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyDefaultAppManagementPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyDefaultAppManagementPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicydefaultappmanagementpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyDefaultAppManagementPolicy --- @@ -26,7 +26,7 @@ Read the properties of a tenantAppManagementPolicy object. Get-MgBetaPolicyDefaultAppManagementPolicy [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -42,9 +42,9 @@ Read the properties of a tenantAppManagementPolicy object. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, Policy.Read.ApplicationConfiguration, | +| Delegated (work or school account) | Policy.Read.All, Policy.Read.ApplicationConfiguration, Policy.ReadWrite.ApplicationConfiguration, | | Delegated (personal Microsoft account) | Not supported | -| Application | Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, Policy.Read.ApplicationConfiguration, | +| Application | Policy.Read.All, Policy.Read.ApplicationConfiguration, Policy.ReadWrite.ApplicationConfiguration, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyDeletedItem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyDeletedItem.md index 20f302bacd2c5..bcfcb04500941 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyDeletedItem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyDeletedItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicydeleteditem Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyDeletedItem --- @@ -23,7 +23,7 @@ Policies that support soft-delete functionality and can be restored within 30 da Get-MgBetaPolicyDeletedItem [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyDeletedItemCrossTenantPartner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyDeletedItemCrossTenantPartner.md index aafe6ff392369..febdd6c218845 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyDeletedItemCrossTenantPartner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyDeletedItemCrossTenantPartner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicydeleteditemcrosstenantpartner Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyDeletedItemCrossTenantPartner --- @@ -25,7 +25,7 @@ Get-MgBetaPolicyDeletedItemCrossTenantPartner [-ExpandProperty ] [-Pro [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaPolicyDeletedItemCrossTenantPartner -CrossTenantAccessPolicyConfigurationPartnerTenantId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaPolicyDeletedItemCrossTenantPartner -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -57,6 +57,19 @@ This cmdlet has the following aliases, Read the properties and relationships of a policyDeletableItem object, which might be one of the following deleted policy types:\r- crossTenantAccessPolicyConfigurationPartner\r- crossTenantIdentitySyncPolicyPartner\r- conditionalAccessPolicy\r- namedLocation +## EXAMPLES +### Example 1: Retrieve a deleted crossTenantAccessPolicyConfigurationPartner object + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.SignIns + +Get-MgBetaPolicyDeletedItemCrossTenantPartner -CrossTenantAccessPolicyConfigurationPartnerTenantId $crossTenantAccessPolicyConfigurationPartnerTenantId + +``` +This example will retrieve a deleted crosstenantaccesspolicyconfigurationpartner object + + ## PARAMETERS ### -All @@ -567,6 +580,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy @@ -639,8 +653,6 @@ INPUTOBJECT ``: Identity Parameter - - diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyDeletedItemCrossTenantPartnerCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyDeletedItemCrossTenantPartnerCount.md index 488ded08624e1..96164728424e9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyDeletedItemCrossTenantPartnerCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyDeletedItemCrossTenantPartnerCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicydeleteditemcrosstenantpartnercount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyDeletedItemCrossTenantPartnerCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaPolicyDeletedItemCrossTenantPartnerCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyDeletedItemCrossTenantPartnerIdentitySynchronization.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyDeletedItemCrossTenantPartnerIdentitySynchronization.md index 820de3e4ed516..f8f034560bf13 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyDeletedItemCrossTenantPartnerIdentitySynchronization.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyDeletedItemCrossTenantPartnerIdentitySynchronization.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicydeleteditemcrosstenantpartneridentitysynchronization Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyDeletedItemCrossTenantPartnerIdentitySynchronization --- @@ -25,7 +25,7 @@ Get-MgBetaPolicyDeletedItemCrossTenantPartnerIdentitySynchronization -CrossTenantAccessPolicyConfigurationPartnerTenantId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaPolicyDeletedItemCrossTenantPartnerIdentitySynchronization -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -386,6 +386,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyDeletedItemCrossTenantPartnerM365Capability.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyDeletedItemCrossTenantPartnerM365Capability.md new file mode 100644 index 0000000000000..aa86f09d0bb2b --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyDeletedItemCrossTenantPartnerM365Capability.md @@ -0,0 +1,673 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicydeleteditemcrosstenantpartnerm365capability +Locale: en-US +Module Name: Microsoft.Graph.Beta.Identity.SignIns +ms.date: 08/01/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgBetaPolicyDeletedItemCrossTenantPartnerM365Capability +--- + +# Get-MgBetaPolicyDeletedItemCrossTenantPartnerM365Capability + +## SYNOPSIS + +Defines the partner-specific Microsoft 365 cross-tenant capabilities for inbound access from the partner organization. + +## SYNTAX + +### List (Default) + +``` +Get-MgBetaPolicyDeletedItemCrossTenantPartnerM365Capability + -CrossTenantAccessPolicyConfigurationPartnerTenantId [-ExpandProperty ] + [-Property ] [-Filter ] [-Search ] [-Skip ] [-Sort ] + [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] + [-CountVariable ] +``` + +### Get + +``` +Get-MgBetaPolicyDeletedItemCrossTenantPartnerM365Capability + -CrossTenantAccessPolicyConfigurationPartnerTenantId -M365CapabilityBaseName + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] +``` + +### GetViaIdentity + +``` +Get-MgBetaPolicyDeletedItemCrossTenantPartnerM365Capability -InputObject + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Defines the partner-specific Microsoft 365 cross-tenant capabilities for inbound access from the partner organization. + +## PARAMETERS + +### -All + +List all pages. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CountVariable + +Specifies a count of the total number of items in a collection. +By default, this variable will be set in the global scope. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- CV +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CrossTenantAccessPolicyConfigurationPartnerTenantId + +The unique identifier of crossTenantAccessPolicyConfigurationPartner + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExpandProperty + +Expand related entities + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Expand +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IIdentitySignInsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -M365CapabilityBaseName + +The unique identifier of m365CapabilityBase + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PageSize + +Sets the page size of results. + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Property + +Select properties to be returned + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Select +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Skip + +Skip the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Sort + +Order items by property values + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- OrderBy +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Top + +Show only the first n items + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: +- Limit +ParameterSets: +- Name: List + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IIdentitySignInsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphM365CapabilityBase + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [ActivityBasedTimeoutPolicyId ]: The unique identifier of activityBasedTimeoutPolicy + [AgentRiskDetectionId ]: The unique identifier of agentRiskDetection + [AppManagementPolicyId ]: The unique identifier of appManagementPolicy + [AuthenticationCombinationConfigurationId ]: The unique identifier of authenticationCombinationConfiguration + [AuthenticationConditionApplicationAppId ]: The unique identifier of authenticationConditionApplication + [AuthenticationContextClassReferenceId ]: The unique identifier of authenticationContextClassReference + [AuthenticationEventListenerId ]: The unique identifier of authenticationEventListener + [AuthenticationEventsFlowId ]: The unique identifier of authenticationEventsFlow + [AuthenticationMethodConfigurationId ]: The unique identifier of authenticationMethodConfiguration + [AuthenticationMethodId ]: The unique identifier of authenticationMethod + [AuthenticationMethodModeDetailId ]: The unique identifier of authenticationMethodModeDetail + [AuthenticationMethodModes ]: Usage: authenticationMethodModes={authenticationMethodModes} + [AuthenticationStrengthPolicyId ]: The unique identifier of authenticationStrengthPolicy + [AuthorizationPolicyId ]: The unique identifier of authorizationPolicy + [B2BManagementPolicyId ]: The unique identifier of b2bManagementPolicy + [B2CIdentityUserFlowId ]: The unique identifier of b2cIdentityUserFlow + [B2XIdentityUserFlowId ]: The unique identifier of b2xIdentityUserFlow + [BitlockerRecoveryKeyId ]: The unique identifier of bitlockerRecoveryKey + [CertificateBasedAuthConfigurationId ]: The unique identifier of certificateBasedAuthConfiguration + [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy + [ConditionalAccessPolicyId ]: The unique identifier of conditionalAccessPolicy + [ConditionalAccessTemplateId ]: The unique identifier of conditionalAccessTemplate + [ContentFormats ]: Usage: contentFormats={contentFormats} + [CrossTenantAccessPolicyConfigurationPartnerTenantId ]: The unique identifier of crossTenantAccessPolicyConfigurationPartner + [CrossTenantIdentitySyncPolicyPartnerTenantId ]: The unique identifier of crossTenantIdentitySyncPolicyPartner + [CustomAuthenticationExtensionId ]: The unique identifier of customAuthenticationExtension + [DataLossPreventionPolicyId ]: The unique identifier of dataLossPreventionPolicy + [DataPolicyOperationId ]: The unique identifier of dataPolicyOperation + [DefaultUserRoleOverrideId ]: The unique identifier of defaultUserRoleOverride + [DirectoryObjectId ]: The unique identifier of directoryObject + [EmailAuthenticationMethodId ]: The unique identifier of emailAuthenticationMethod + [ExternalAuthenticationMethodId ]: The unique identifier of externalAuthenticationMethod + [FeatureRolloutPolicyId ]: The unique identifier of featureRolloutPolicy + [Fido2AuthenticationMethodId ]: The unique identifier of fido2AuthenticationMethod + [FraudProtectionProviderId ]: The unique identifier of fraudProtectionProvider + [GroupId ]: The unique identifier of group + [HardwareOathAuthenticationMethodId ]: The unique identifier of hardwareOathAuthenticationMethod + [HardwareOathTokenAuthenticationMethodDeviceId ]: The unique identifier of hardwareOathTokenAuthenticationMethodDevice + [HomeRealmDiscoveryPolicyId ]: The unique identifier of homeRealmDiscoveryPolicy + [IdentityApiConnectorId ]: The unique identifier of identityApiConnector + [IdentityProviderBaseId ]: The unique identifier of identityProviderBase + [IdentityProviderId ]: The unique identifier of identityProvider + [IdentityUserFlowAttributeAssignmentId ]: The unique identifier of identityUserFlowAttributeAssignment + [IdentityUserFlowAttributeId ]: The unique identifier of identityUserFlowAttribute + [IdentityUserFlowId ]: The unique identifier of identityUserFlow + [InformationProtectionLabelId ]: The unique identifier of informationProtectionLabel + [LabelIds ]: Usage: labelIds={labelIds} + [Locale ]: Usage: locale='{locale}' + [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase + [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod + [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy + [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy + [MultiTenantOrganizationMemberId ]: The unique identifier of multiTenantOrganizationMember + [NamedLocationId ]: The unique identifier of namedLocation + [OAuth2PermissionGrantId ]: The unique identifier of oAuth2PermissionGrant + [OnPremAuthenticationPolicyId ]: The unique identifier of onPremAuthenticationPolicy + [OrganizationId ]: The unique identifier of organization + [PasswordAuthenticationMethodId ]: The unique identifier of passwordAuthenticationMethod + [PasswordlessMicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of passwordlessMicrosoftAuthenticatorAuthenticationMethod + [PermissionGrantConditionSetId ]: The unique identifier of permissionGrantConditionSet + [PermissionGrantPolicyId ]: The unique identifier of permissionGrantPolicy + [PermissionGrantPreApprovalPolicyId ]: The unique identifier of permissionGrantPreApprovalPolicy + [PhoneAuthenticationMethodId ]: The unique identifier of phoneAuthenticationMethod + [PlatformCredentialAuthenticationMethodId ]: The unique identifier of platformCredentialAuthenticationMethod + [RiskDetectionId ]: The unique identifier of riskDetection + [RiskyAgentId ]: The unique identifier of riskyAgent + [RiskyServicePrincipalHistoryItemId ]: The unique identifier of riskyServicePrincipalHistoryItem + [RiskyServicePrincipalId ]: The unique identifier of riskyServicePrincipal + [RiskyUserHistoryItemId ]: The unique identifier of riskyUserHistoryItem + [RiskyUserId ]: The unique identifier of riskyUser + [SensitivityLabelId ]: The unique identifier of sensitivityLabel + [SensitivityLabelId1 ]: The unique identifier of sensitivityLabel + [ServicePrincipalCreationConditionSetId ]: The unique identifier of servicePrincipalCreationConditionSet + [ServicePrincipalCreationPolicyId ]: The unique identifier of servicePrincipalCreationPolicy + [ServicePrincipalRiskDetectionId ]: The unique identifier of servicePrincipalRiskDetection + [SignInIdentifierBaseName ]: The unique identifier of signInIdentifierBase + [SoftwareOathAuthenticationMethodId ]: The unique identifier of softwareOathAuthenticationMethod + [TemporaryAccessPassAuthenticationMethodId ]: The unique identifier of temporaryAccessPassAuthenticationMethod + [ThreatAssessmentRequestId ]: The unique identifier of threatAssessmentRequest + [ThreatAssessmentResultId ]: The unique identifier of threatAssessmentResult + [TokenIssuancePolicyId ]: The unique identifier of tokenIssuancePolicy + [TokenLifetimePolicyId ]: The unique identifier of tokenLifetimePolicy + [TrustFrameworkKeySetId ]: The unique identifier of trustFrameworkKeySet + [TrustFrameworkKeyV2Kid ]: The unique identifier of trustFrameworkKey_v2 + [TrustFrameworkPolicyId ]: The unique identifier of trustFrameworkPolicy + [UnifiedRoleManagementPolicyAssignmentId ]: The unique identifier of unifiedRoleManagementPolicyAssignment + [UnifiedRoleManagementPolicyId ]: The unique identifier of unifiedRoleManagementPolicy + [UnifiedRoleManagementPolicyRuleId ]: The unique identifier of unifiedRoleManagementPolicyRule + [UserFlowLanguageConfigurationId ]: The unique identifier of userFlowLanguageConfiguration + [UserFlowLanguagePageId ]: The unique identifier of userFlowLanguagePage + [UserId ]: The unique identifier of user + [VerifiedIdProfileId ]: The unique identifier of verifiedIdProfile + [WebApplicationFirewallProviderId ]: The unique identifier of webApplicationFirewallProvider + [WebApplicationFirewallVerificationModelId ]: The unique identifier of webApplicationFirewallVerificationModel + [WindowsHelloForBusinessAuthenticationMethodId ]: The unique identifier of windowsHelloForBusinessAuthenticationMethod + + +## RELATED LINKS + +- [Get-MgBetaPolicyDeletedItemCrossTenantPartnerM365Capability](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicydeleteditemcrosstenantpartnerm365capability) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyDeletedItemCrossTenantPartnerM365CapabilityCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyDeletedItemCrossTenantPartnerM365CapabilityCount.md new file mode 100644 index 0000000000000..6af9dac5d280d --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyDeletedItemCrossTenantPartnerM365CapabilityCount.md @@ -0,0 +1,459 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicydeleteditemcrosstenantpartnerm365capabilitycount +Locale: en-US +Module Name: Microsoft.Graph.Beta.Identity.SignIns +ms.date: 08/01/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgBetaPolicyDeletedItemCrossTenantPartnerM365CapabilityCount +--- + +# Get-MgBetaPolicyDeletedItemCrossTenantPartnerM365CapabilityCount + +## SYNOPSIS + +Get the number of the resource + +## SYNTAX + +### Get (Default) + +``` +Get-MgBetaPolicyDeletedItemCrossTenantPartnerM365CapabilityCount + -CrossTenantAccessPolicyConfigurationPartnerTenantId [-Filter ] [-Search ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] +``` + +### GetViaIdentity + +``` +Get-MgBetaPolicyDeletedItemCrossTenantPartnerM365CapabilityCount + -InputObject [-Filter ] [-Search ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Get the number of the resource + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CrossTenantAccessPolicyConfigurationPartnerTenantId + +The unique identifier of crossTenantAccessPolicyConfigurationPartner + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Get + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Filter + +Filter items by property values + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IIdentitySignInsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Search + +Search items by search phrases + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IIdentitySignInsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Int32 + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [ActivityBasedTimeoutPolicyId ]: The unique identifier of activityBasedTimeoutPolicy + [AgentRiskDetectionId ]: The unique identifier of agentRiskDetection + [AppManagementPolicyId ]: The unique identifier of appManagementPolicy + [AuthenticationCombinationConfigurationId ]: The unique identifier of authenticationCombinationConfiguration + [AuthenticationConditionApplicationAppId ]: The unique identifier of authenticationConditionApplication + [AuthenticationContextClassReferenceId ]: The unique identifier of authenticationContextClassReference + [AuthenticationEventListenerId ]: The unique identifier of authenticationEventListener + [AuthenticationEventsFlowId ]: The unique identifier of authenticationEventsFlow + [AuthenticationMethodConfigurationId ]: The unique identifier of authenticationMethodConfiguration + [AuthenticationMethodId ]: The unique identifier of authenticationMethod + [AuthenticationMethodModeDetailId ]: The unique identifier of authenticationMethodModeDetail + [AuthenticationMethodModes ]: Usage: authenticationMethodModes={authenticationMethodModes} + [AuthenticationStrengthPolicyId ]: The unique identifier of authenticationStrengthPolicy + [AuthorizationPolicyId ]: The unique identifier of authorizationPolicy + [B2BManagementPolicyId ]: The unique identifier of b2bManagementPolicy + [B2CIdentityUserFlowId ]: The unique identifier of b2cIdentityUserFlow + [B2XIdentityUserFlowId ]: The unique identifier of b2xIdentityUserFlow + [BitlockerRecoveryKeyId ]: The unique identifier of bitlockerRecoveryKey + [CertificateBasedAuthConfigurationId ]: The unique identifier of certificateBasedAuthConfiguration + [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy + [ConditionalAccessPolicyId ]: The unique identifier of conditionalAccessPolicy + [ConditionalAccessTemplateId ]: The unique identifier of conditionalAccessTemplate + [ContentFormats ]: Usage: contentFormats={contentFormats} + [CrossTenantAccessPolicyConfigurationPartnerTenantId ]: The unique identifier of crossTenantAccessPolicyConfigurationPartner + [CrossTenantIdentitySyncPolicyPartnerTenantId ]: The unique identifier of crossTenantIdentitySyncPolicyPartner + [CustomAuthenticationExtensionId ]: The unique identifier of customAuthenticationExtension + [DataLossPreventionPolicyId ]: The unique identifier of dataLossPreventionPolicy + [DataPolicyOperationId ]: The unique identifier of dataPolicyOperation + [DefaultUserRoleOverrideId ]: The unique identifier of defaultUserRoleOverride + [DirectoryObjectId ]: The unique identifier of directoryObject + [EmailAuthenticationMethodId ]: The unique identifier of emailAuthenticationMethod + [ExternalAuthenticationMethodId ]: The unique identifier of externalAuthenticationMethod + [FeatureRolloutPolicyId ]: The unique identifier of featureRolloutPolicy + [Fido2AuthenticationMethodId ]: The unique identifier of fido2AuthenticationMethod + [FraudProtectionProviderId ]: The unique identifier of fraudProtectionProvider + [GroupId ]: The unique identifier of group + [HardwareOathAuthenticationMethodId ]: The unique identifier of hardwareOathAuthenticationMethod + [HardwareOathTokenAuthenticationMethodDeviceId ]: The unique identifier of hardwareOathTokenAuthenticationMethodDevice + [HomeRealmDiscoveryPolicyId ]: The unique identifier of homeRealmDiscoveryPolicy + [IdentityApiConnectorId ]: The unique identifier of identityApiConnector + [IdentityProviderBaseId ]: The unique identifier of identityProviderBase + [IdentityProviderId ]: The unique identifier of identityProvider + [IdentityUserFlowAttributeAssignmentId ]: The unique identifier of identityUserFlowAttributeAssignment + [IdentityUserFlowAttributeId ]: The unique identifier of identityUserFlowAttribute + [IdentityUserFlowId ]: The unique identifier of identityUserFlow + [InformationProtectionLabelId ]: The unique identifier of informationProtectionLabel + [LabelIds ]: Usage: labelIds={labelIds} + [Locale ]: Usage: locale='{locale}' + [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase + [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod + [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy + [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy + [MultiTenantOrganizationMemberId ]: The unique identifier of multiTenantOrganizationMember + [NamedLocationId ]: The unique identifier of namedLocation + [OAuth2PermissionGrantId ]: The unique identifier of oAuth2PermissionGrant + [OnPremAuthenticationPolicyId ]: The unique identifier of onPremAuthenticationPolicy + [OrganizationId ]: The unique identifier of organization + [PasswordAuthenticationMethodId ]: The unique identifier of passwordAuthenticationMethod + [PasswordlessMicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of passwordlessMicrosoftAuthenticatorAuthenticationMethod + [PermissionGrantConditionSetId ]: The unique identifier of permissionGrantConditionSet + [PermissionGrantPolicyId ]: The unique identifier of permissionGrantPolicy + [PermissionGrantPreApprovalPolicyId ]: The unique identifier of permissionGrantPreApprovalPolicy + [PhoneAuthenticationMethodId ]: The unique identifier of phoneAuthenticationMethod + [PlatformCredentialAuthenticationMethodId ]: The unique identifier of platformCredentialAuthenticationMethod + [RiskDetectionId ]: The unique identifier of riskDetection + [RiskyAgentId ]: The unique identifier of riskyAgent + [RiskyServicePrincipalHistoryItemId ]: The unique identifier of riskyServicePrincipalHistoryItem + [RiskyServicePrincipalId ]: The unique identifier of riskyServicePrincipal + [RiskyUserHistoryItemId ]: The unique identifier of riskyUserHistoryItem + [RiskyUserId ]: The unique identifier of riskyUser + [SensitivityLabelId ]: The unique identifier of sensitivityLabel + [SensitivityLabelId1 ]: The unique identifier of sensitivityLabel + [ServicePrincipalCreationConditionSetId ]: The unique identifier of servicePrincipalCreationConditionSet + [ServicePrincipalCreationPolicyId ]: The unique identifier of servicePrincipalCreationPolicy + [ServicePrincipalRiskDetectionId ]: The unique identifier of servicePrincipalRiskDetection + [SignInIdentifierBaseName ]: The unique identifier of signInIdentifierBase + [SoftwareOathAuthenticationMethodId ]: The unique identifier of softwareOathAuthenticationMethod + [TemporaryAccessPassAuthenticationMethodId ]: The unique identifier of temporaryAccessPassAuthenticationMethod + [ThreatAssessmentRequestId ]: The unique identifier of threatAssessmentRequest + [ThreatAssessmentResultId ]: The unique identifier of threatAssessmentResult + [TokenIssuancePolicyId ]: The unique identifier of tokenIssuancePolicy + [TokenLifetimePolicyId ]: The unique identifier of tokenLifetimePolicy + [TrustFrameworkKeySetId ]: The unique identifier of trustFrameworkKeySet + [TrustFrameworkKeyV2Kid ]: The unique identifier of trustFrameworkKey_v2 + [TrustFrameworkPolicyId ]: The unique identifier of trustFrameworkPolicy + [UnifiedRoleManagementPolicyAssignmentId ]: The unique identifier of unifiedRoleManagementPolicyAssignment + [UnifiedRoleManagementPolicyId ]: The unique identifier of unifiedRoleManagementPolicy + [UnifiedRoleManagementPolicyRuleId ]: The unique identifier of unifiedRoleManagementPolicyRule + [UserFlowLanguageConfigurationId ]: The unique identifier of userFlowLanguageConfiguration + [UserFlowLanguagePageId ]: The unique identifier of userFlowLanguagePage + [UserId ]: The unique identifier of user + [VerifiedIdProfileId ]: The unique identifier of verifiedIdProfile + [WebApplicationFirewallProviderId ]: The unique identifier of webApplicationFirewallProvider + [WebApplicationFirewallVerificationModelId ]: The unique identifier of webApplicationFirewallVerificationModel + [WindowsHelloForBusinessAuthenticationMethodId ]: The unique identifier of windowsHelloForBusinessAuthenticationMethod + + +## RELATED LINKS + +- [Get-MgBetaPolicyDeletedItemCrossTenantPartnerM365CapabilityCount](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicydeleteditemcrosstenantpartnerm365capabilitycount) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyDeletedItemCrossTenantSyncPolicyPartner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyDeletedItemCrossTenantSyncPolicyPartner.md index 4e547ed884ab7..4e80adbfafae9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyDeletedItemCrossTenantSyncPolicyPartner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyDeletedItemCrossTenantSyncPolicyPartner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicydeleteditemcrosstenantsyncpolicypartner Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyDeletedItemCrossTenantSyncPolicyPartner --- @@ -25,7 +25,7 @@ Get-MgBetaPolicyDeletedItemCrossTenantSyncPolicyPartner [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaPolicyDeletedItemCrossTenantSyncPolicyPartner -CrossTenantIdentitySyncPolicyPartnerTenantId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaPolicyDeletedItemCrossTenantSyncPolicyPartner -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -57,6 +57,19 @@ This cmdlet has the following aliases, Read the properties and relationships of a policyDeletableItem object, which might be one of the following deleted policy types:\r- crossTenantAccessPolicyConfigurationPartner\r- crossTenantIdentitySyncPolicyPartner\r- conditionalAccessPolicy\r- namedLocation +## EXAMPLES +### Example 1: Retrieve a deleted crossTenantIdentitySyncPolicyPartner object + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.SignIns + +Get-MgBetaPolicyDeletedItemCrossTenantSyncPolicyPartner -CrossTenantIdentitySyncPolicyPartnerTenantId $crossTenantIdentitySyncPolicyPartnerTenantId + +``` +This example will retrieve a deleted crosstenantidentitysyncpolicypartner object + + ## PARAMETERS ### -All @@ -567,6 +580,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy @@ -639,8 +653,6 @@ INPUTOBJECT ``: Identity Parameter - - diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyDeletedItemCrossTenantSyncPolicyPartnerCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyDeletedItemCrossTenantSyncPolicyPartnerCount.md index 63c50d02f246b..e6eeb633594fa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyDeletedItemCrossTenantSyncPolicyPartnerCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyDeletedItemCrossTenantSyncPolicyPartnerCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicydeleteditemcrosstenantsyncpolicypartnercount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyDeletedItemCrossTenantSyncPolicyPartnerCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaPolicyDeletedItemCrossTenantSyncPolicyPartnerCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyDeviceRegistrationPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyDeviceRegistrationPolicy.md index 924f913e371dd..646e25c7e8ac0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyDeviceRegistrationPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyDeviceRegistrationPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicydeviceregistrationpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyDeviceRegistrationPolicy --- @@ -27,7 +27,7 @@ Represents deviceRegistrationPolicy quota restrictions, additional authenticatio Get-MgBetaPolicyDeviceRegistrationPolicy [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -44,7 +44,7 @@ Represents deviceRegistrationPolicy quota restrictions, additional authenticatio | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Policy.Read.DeviceConfiguration, Policy.ReadWrite.DeviceConfiguration, Policy.Read.All, | +| Delegated (work or school account) | Policy.Read.DeviceConfiguration, Policy.Read.All, Policy.ReadWrite.DeviceConfiguration, | | Delegated (personal Microsoft account) | Not supported | | Application | Policy.Read.DeviceConfiguration, Policy.ReadWrite.DeviceConfiguration, | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyDirectoryRoleAccessReviewPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyDirectoryRoleAccessReviewPolicy.md index 0fa2a7c2e7e49..4addf0d8e8b62 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyDirectoryRoleAccessReviewPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyDirectoryRoleAccessReviewPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicydirectoryroleaccessreviewpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyDirectoryRoleAccessReviewPolicy --- @@ -23,7 +23,7 @@ Get directoryRoleAccessReviewPolicy from policies Get-MgBetaPolicyDirectoryRoleAccessReviewPolicy [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyExternalIdentityPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyExternalIdentityPolicy.md index 92f05229e3a9c..d08014da2879d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyExternalIdentityPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyExternalIdentityPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicyexternalidentitypolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyExternalIdentityPolicy --- @@ -23,7 +23,7 @@ Read the properties and relationships of the tenant-wide externalIdentitiesPolic Get-MgBetaPolicyExternalIdentityPolicy [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyFeatureRolloutPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyFeatureRolloutPolicy.md index 1b6790b48367f..8e20ef5535521 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyFeatureRolloutPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyFeatureRolloutPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicyfeaturerolloutpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyFeatureRolloutPolicy --- @@ -28,7 +28,7 @@ Get-MgBetaPolicyFeatureRolloutPolicy [-ExpandProperty ] [-Property ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaPolicyFeatureRolloutPolicy [-ExpandProperty ] [-Property [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaPolicyFeatureRolloutPolicy -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -601,6 +601,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyFeatureRolloutPolicyApplyTo.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyFeatureRolloutPolicyApplyTo.md index a040920401156..a5fe325f6c20e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyFeatureRolloutPolicyApplyTo.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyFeatureRolloutPolicyApplyTo.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicyfeaturerolloutpolicyapplyto Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyFeatureRolloutPolicyApplyTo --- @@ -30,7 +30,6 @@ Get-MgBetaPolicyFeatureRolloutPolicyApplyTo -FeatureRolloutPolicyId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyFeatureRolloutPolicyApplyToByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyFeatureRolloutPolicyApplyToByRef.md index 3ee4574284b2b..cd3f015477a0f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyFeatureRolloutPolicyApplyToByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyFeatureRolloutPolicyApplyToByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicyfeaturerolloutpolicyapplytobyref Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyFeatureRolloutPolicyApplyToByRef --- @@ -29,7 +29,7 @@ Get-MgBetaPolicyFeatureRolloutPolicyApplyToByRef -FeatureRolloutPolicyId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyFeatureRolloutPolicyApplyToCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyFeatureRolloutPolicyApplyToCount.md index cc2448fd6e1dd..d04d545c03fe9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyFeatureRolloutPolicyApplyToCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyFeatureRolloutPolicyApplyToCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicyfeaturerolloutpolicyapplytocount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyFeatureRolloutPolicyApplyToCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaPolicyFeatureRolloutPolicyApplyToCount -FeatureRolloutPolicyId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaPolicyFeatureRolloutPolicyApplyToCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -384,6 +384,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyFeatureRolloutPolicyCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyFeatureRolloutPolicyCount.md index 340010e0e2a90..765c3f4dd7449 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyFeatureRolloutPolicyCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyFeatureRolloutPolicyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicyfeaturerolloutpolicycount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyFeatureRolloutPolicyCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaPolicyFeatureRolloutPolicyCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -42,7 +42,7 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Policy.Read.HybridAuthentication, Policy.ReadWrite.HybridAuthentication, Directory.ReadWrite.All, | +| Delegated (work or school account) | Policy.Read.HybridAuthentication, Directory.ReadWrite.All, Policy.ReadWrite.HybridAuthentication, | | Delegated (personal Microsoft account) | Not supported | | Application | Not supported | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyFederatedTokenValidationPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyFederatedTokenValidationPolicy.md index 8977d7b64f27f..af6351a6b5597 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyFederatedTokenValidationPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyFederatedTokenValidationPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicyfederatedtokenvalidationpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyFederatedTokenValidationPolicy --- @@ -23,7 +23,7 @@ Read the properties and relationships of a federatedTokenValidationPolicy object Get-MgBetaPolicyFederatedTokenValidationPolicy [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyHomeRealmDiscoveryPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyHomeRealmDiscoveryPolicy.md index a27b170e08cc2..a8e41a78c9b74 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyHomeRealmDiscoveryPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyHomeRealmDiscoveryPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicyhomerealmdiscoverypolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyHomeRealmDiscoveryPolicy --- @@ -28,7 +28,7 @@ Get-MgBetaPolicyHomeRealmDiscoveryPolicy [-ExpandProperty ] [-Property [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaPolicyHomeRealmDiscoveryPolicy -HomeRealmDiscoveryPolicyId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaPolicyHomeRealmDiscoveryPolicy -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -64,9 +64,9 @@ Retrieve the properties and relationships of a homeRealmDiscoveryPolicy object. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, Policy.Read.ApplicationConfiguration, | +| Delegated (work or school account) | Policy.Read.All, Policy.Read.ApplicationConfiguration, Policy.ReadWrite.ApplicationConfiguration, | | Delegated (personal Microsoft account) | Not supported | -| Application | Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, Policy.Read.ApplicationConfiguration, | +| Application | Policy.Read.All, Policy.Read.ApplicationConfiguration, Policy.ReadWrite.ApplicationConfiguration, | ## EXAMPLES ### Example 1: Code snippet @@ -591,6 +591,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyTo.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyTo.md index 807e1249c998d..3f42e0227a585 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyTo.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyTo.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicyhomerealmdiscoverypolicyapplyto Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyTo --- @@ -29,7 +29,6 @@ Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyTo -HomeRealmDiscoveryPolicyId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyTo -DirectoryObjectId -HomeRealmDiscoveryPolicyId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyTo -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -611,6 +610,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyToCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyToCount.md index 3057dbe3ec3e6..b694d04ba8b4a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyToCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyToCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicyhomerealmdiscoverypolicyapplytocount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyToCount --- @@ -27,7 +27,7 @@ Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyToCount -HomeRealmDiscoveryPolicyId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyToCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -53,9 +53,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, Policy.Read.ApplicationConfiguration, Directory.Read.All, Application.Read.All, | +| Delegated (work or school account) | Policy.Read.All, Application.Read.All, Directory.Read.All, Policy.Read.ApplicationConfiguration, Policy.ReadWrite.ApplicationConfiguration, | | Delegated (personal Microsoft account) | Not supported | -| Application | Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, Policy.Read.ApplicationConfiguration, Directory.Read.All, Application.Read.All, | +| Application | Policy.Read.All, Application.Read.All, Directory.Read.All, Policy.Read.ApplicationConfiguration, Policy.ReadWrite.ApplicationConfiguration, | ## PARAMETERS @@ -393,6 +393,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyHomeRealmDiscoveryPolicyCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyHomeRealmDiscoveryPolicyCount.md index 063fdea72cef8..ad397adcf2406 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyHomeRealmDiscoveryPolicyCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyHomeRealmDiscoveryPolicyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicyhomerealmdiscoverypolicycount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyHomeRealmDiscoveryPolicyCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaPolicyHomeRealmDiscoveryPolicyCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -42,9 +42,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, Policy.Read.ApplicationConfiguration, | +| Delegated (work or school account) | Policy.Read.All, Policy.Read.ApplicationConfiguration, Policy.ReadWrite.ApplicationConfiguration, | | Delegated (personal Microsoft account) | Not supported | -| Application | Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, Policy.Read.ApplicationConfiguration, | +| Application | Policy.Read.All, Policy.Read.ApplicationConfiguration, Policy.ReadWrite.ApplicationConfiguration, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyIdentitySecurityDefaultEnforcementPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyIdentitySecurityDefaultEnforcementPolicy.md index da00887ba4f3e..4948db253f152 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyIdentitySecurityDefaultEnforcementPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyIdentitySecurityDefaultEnforcementPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicyidentitysecuritydefaultenforcementpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyIdentitySecurityDefaultEnforcementPolicy --- @@ -26,7 +26,7 @@ Retrieve the properties of an identitySecurityDefaultsEnforcementPolicy object. Get-MgBetaPolicyIdentitySecurityDefaultEnforcementPolicy [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyMobileAppManagementPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyMobileAppManagementPolicy.md index 7f3ceaf03478d..394eafd06b5fa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyMobileAppManagementPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyMobileAppManagementPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicymobileappmanagementpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyMobileAppManagementPolicy --- @@ -25,7 +25,7 @@ Get-MgBetaPolicyMobileAppManagementPolicy [-ExpandProperty ] [-Propert [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaPolicyMobileAppManagementPolicy -MobileAppManagementPolicyId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaPolicyMobileAppManagementPolicy -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -588,6 +588,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyMobileAppManagementPolicyCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyMobileAppManagementPolicyCount.md index 35e7caf63953a..e9257edabcc4b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyMobileAppManagementPolicyCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyMobileAppManagementPolicyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicymobileappmanagementpolicycount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyMobileAppManagementPolicyCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaPolicyMobileAppManagementPolicyCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroup.md index 6eb5ca4d9881e..711a3c7095c14 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicymobileappmanagementpolicyincludedgroup Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroup --- @@ -26,7 +26,6 @@ Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroup -MobileAppManagementPolic [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef.md index 9c84d88f145ea..2e016454bfe18 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicymobileappmanagementpolicyincludedgroupbyref Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef --- @@ -25,7 +25,7 @@ Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef -MobileAppManagement [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupCount.md index c41f948c17d1b..4164f9d1ab00d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicymobileappmanagementpolicyincludedgroupcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupCount --- @@ -24,7 +24,7 @@ Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupCount -MobileAppManagement [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -390,6 +390,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupServiceProvisioningError.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupServiceProvisioningError.md index e8e19a5c40c95..37674ee42ae0f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicymobileappmanagementpolicyincludedgroupserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupServiceProvisioningError --- @@ -26,7 +26,7 @@ Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupServiceProvisioningError - [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupServiceProvisioningErrorCount.md index 28f87089bb3bb..f30a668b1878f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicymobileappmanagementpolicyincludedgroupserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupServiceProvisioningErrorCount --- @@ -24,7 +24,7 @@ Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupServiceProvisioningErrorCo -GroupId -MobileAppManagementPolicyId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupServiceProvisioningErrorCo -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -403,6 +403,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyMobileDeviceManagementPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyMobileDeviceManagementPolicy.md index e0741187661b4..0af6573dfd7b6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyMobileDeviceManagementPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyMobileDeviceManagementPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicymobiledevicemanagementpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyMobileDeviceManagementPolicy --- @@ -25,7 +25,7 @@ Get-MgBetaPolicyMobileDeviceManagementPolicy [-ExpandProperty ] [-Prop [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaPolicyMobileDeviceManagementPolicy -MobileDeviceManagementPolicyId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaPolicyMobileDeviceManagementPolicy -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -588,6 +588,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyMobileDeviceManagementPolicyCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyMobileDeviceManagementPolicyCount.md index 824aae11c8dd0..68fc6af34886f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyMobileDeviceManagementPolicyCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyMobileDeviceManagementPolicyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicymobiledevicemanagementpolicycount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyMobileDeviceManagementPolicyCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaPolicyMobileDeviceManagementPolicyCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroup.md index 4a74c3de78b79..b5a77cfcc75a4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicymobiledevicemanagementpolicyincludedgroup Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroup --- @@ -26,7 +26,6 @@ Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroup -MobileDeviceManagemen [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef.md index d8883f978ea2a..6c3976e9963a7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicymobiledevicemanagementpolicyincludedgroupbyref Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef --- @@ -26,7 +26,6 @@ Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupCount.md index 1883e93a197e0..814dca83a9c0e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicymobiledevicemanagementpolicyincludedgroupcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupCount --- @@ -24,7 +24,7 @@ Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupCount -MobileDeviceManagementPolicyId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -390,6 +390,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupServiceProvisioningError.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupServiceProvisioningError.md index 9ab9ca1f854a3..70cf53be9e3b8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicymobiledevicemanagementpolicyincludedgroupserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupServiceProvisioningError --- @@ -26,7 +26,7 @@ Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupServiceProvisioningErro [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupServiceProvisioningErrorCount.md index 251e1e990acb7..eaa0e0224eba4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicymobiledevicemanagementpolicyincludedgroupserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupServiceProvisioningErrorCount --- @@ -24,7 +24,7 @@ Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupServiceProvisioningErro -GroupId -MobileDeviceManagementPolicyId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupServiceProvisioningErro -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -403,6 +403,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyOnPremAuthenticationPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyOnPremAuthenticationPolicy.md index 20078314e78ef..ba3676de691da 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyOnPremAuthenticationPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyOnPremAuthenticationPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicyonpremauthenticationpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyOnPremAuthenticationPolicy --- @@ -25,7 +25,7 @@ Get-MgBetaPolicyOnPremAuthenticationPolicy [-ExpandProperty ] [-Proper [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaPolicyOnPremAuthenticationPolicy -OnPremAuthenticationPolicyId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaPolicyOnPremAuthenticationPolicy -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -65,6 +65,19 @@ Read the properties and relationships of onPremAuthenticationPolicy object. | Delegated (personal Microsoft account) | Not supported | | Application | Not supported | +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.SignIns + +Get-MgBetaPolicyOnPremAuthenticationPolicy + +``` +This example shows how to use the Get-MgBetaPolicyOnPremAuthenticationPolicy Cmdlet. + + ## PARAMETERS ### -All @@ -575,6 +588,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy @@ -647,8 +661,6 @@ INPUTOBJECT ``: Identity Parameter - - diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyOnPremAuthenticationPolicyApplyTo.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyOnPremAuthenticationPolicyApplyTo.md index 12ab6d54e9a22..50874a98ce452 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyOnPremAuthenticationPolicyApplyTo.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyOnPremAuthenticationPolicyApplyTo.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicyonpremauthenticationpolicyapplyto Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyOnPremAuthenticationPolicyApplyTo --- @@ -26,7 +26,6 @@ Get-MgBetaPolicyOnPremAuthenticationPolicyApplyTo -OnPremAuthenticationPolicyId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaPolicyOnPremAuthenticationPolicyApplyTo -DirectoryObjectId -OnPremAuthenticationPolicyId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaPolicyOnPremAuthenticationPolicyApplyTo -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -58,6 +57,19 @@ This cmdlet has the following aliases, Get appliesTo from policies +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.SignIns + +Get-MgBetaPolicyOnPremAuthenticationPolicyApplyTo -OnPremAuthenticationPolicyId $onPremAuthenticationPolicyId + +``` +This example shows how to use the Get-MgBetaPolicyOnPremAuthenticationPolicyApplyTo Cmdlet. + + ## PARAMETERS ### -All @@ -595,6 +607,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy @@ -666,8 +679,6 @@ INPUTOBJECT ``: Identity Parameter - - diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyOnPremAuthenticationPolicyApplyToCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyOnPremAuthenticationPolicyApplyToCount.md index 1310746f15c60..37388ae817caf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyOnPremAuthenticationPolicyApplyToCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyOnPremAuthenticationPolicyApplyToCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicyonpremauthenticationpolicyapplytocount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyOnPremAuthenticationPolicyApplyToCount --- @@ -24,7 +24,7 @@ Get-MgBetaPolicyOnPremAuthenticationPolicyApplyToCount -OnPremAuthenticationPoli [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaPolicyOnPremAuthenticationPolicyApplyToCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -382,6 +382,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyOnPremAuthenticationPolicyCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyOnPremAuthenticationPolicyCount.md index 5143544f8e1ee..6ed0989344eae 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyOnPremAuthenticationPolicyCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyOnPremAuthenticationPolicyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicyonpremauthenticationpolicycount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyOnPremAuthenticationPolicyCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaPolicyOnPremAuthenticationPolicyCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyOwnerlessGroupPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyOwnerlessGroupPolicy.md new file mode 100644 index 0000000000000..fb4da1e8d07fc --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyOwnerlessGroupPolicy.md @@ -0,0 +1,320 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicyownerlessgrouppolicy +Locale: en-US +Module Name: Microsoft.Graph.Beta.Identity.SignIns +ms.date: 08/01/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgBetaPolicyOwnerlessGroupPolicy +--- + +# Get-MgBetaPolicyOwnerlessGroupPolicy + +## SYNOPSIS + +Read the properties of an ownerlessGroupPolicy object. + +## SYNTAX + +### Get (Default) + +``` +Get-MgBetaPolicyOwnerlessGroupPolicy [-ExpandProperty ] [-Property ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Read the properties of an ownerlessGroupPolicy object. + +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | Group.Read.All, Group.ReadWrite.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | Not supported | + +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.SignIns + +Get-MgBetaPolicyOwnerlessGroupPolicy + +``` +This example shows how to use the Get-MgBetaPolicyOwnerlessGroupPolicy Cmdlet. + + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ExpandProperty + +Expand related entities + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Expand +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Property + +Select properties to be returned + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: +- Select +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphOwnerlessGroupPolicy + +{{ Fill in the Description }} + +## NOTES + +## RELATED LINKS + +- [Get-MgBetaPolicyOwnerlessGroupPolicy](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicyownerlessgrouppolicy) +- [Graph API Reference](https://learn.microsoft.com/graph/api/ownerlessgrouppolicy-get?view=graph-rest-beta) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyPermissionGrantPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyPermissionGrantPolicy.md index 51046e167406b..4b5337d8bc85a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyPermissionGrantPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyPermissionGrantPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicypermissiongrantpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyPermissionGrantPolicy --- @@ -28,7 +28,7 @@ Get-MgBetaPolicyPermissionGrantPolicy [-ExpandProperty ] [-Property ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaPolicyPermissionGrantPolicy [-ExpandProperty ] [-Property [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaPolicyPermissionGrantPolicy -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -626,6 +626,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyPermissionGrantPolicyCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyPermissionGrantPolicyCount.md index a5521d4ad0d2d..e38bad198a683 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyPermissionGrantPolicyCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyPermissionGrantPolicyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicypermissiongrantpolicycount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyPermissionGrantPolicyCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaPolicyPermissionGrantPolicyCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyPermissionGrantPolicyExclude.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyPermissionGrantPolicyExclude.md index e2295ffa245a1..c1b4cf7683817 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyPermissionGrantPolicyExclude.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyPermissionGrantPolicyExclude.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicypermissiongrantpolicyexclude Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyPermissionGrantPolicyExclude --- @@ -30,7 +30,6 @@ Get-MgBetaPolicyPermissionGrantPolicyExclude -PermissionGrantPolicyId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -40,7 +39,7 @@ Get-MgBetaPolicyPermissionGrantPolicyExclude -PermissionGrantConditionSetId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +49,7 @@ Get-MgBetaPolicyPermissionGrantPolicyExclude -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -635,6 +634,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyPermissionGrantPolicyExcludeCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyPermissionGrantPolicyExcludeCount.md index a147df9d3048d..81235f820d121 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyPermissionGrantPolicyExcludeCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyPermissionGrantPolicyExcludeCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicypermissiongrantpolicyexcludecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyPermissionGrantPolicyExcludeCount --- @@ -27,7 +27,7 @@ Get-MgBetaPolicyPermissionGrantPolicyExcludeCount -PermissionGrantPolicyId ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaPolicyPermissionGrantPolicyExcludeCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -393,6 +393,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyPermissionGrantPolicyInclude.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyPermissionGrantPolicyInclude.md index 08f5a5b2dd29c..6e877dbcfe3eb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyPermissionGrantPolicyInclude.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyPermissionGrantPolicyInclude.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicypermissiongrantpolicyinclude Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyPermissionGrantPolicyInclude --- @@ -30,7 +30,6 @@ Get-MgBetaPolicyPermissionGrantPolicyInclude -PermissionGrantPolicyId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -40,7 +39,7 @@ Get-MgBetaPolicyPermissionGrantPolicyInclude -PermissionGrantConditionSetId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +49,7 @@ Get-MgBetaPolicyPermissionGrantPolicyInclude -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -622,6 +621,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyPermissionGrantPolicyIncludeCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyPermissionGrantPolicyIncludeCount.md index 25262d3948a41..15c320058d6c1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyPermissionGrantPolicyIncludeCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyPermissionGrantPolicyIncludeCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicypermissiongrantpolicyincludecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyPermissionGrantPolicyIncludeCount --- @@ -27,7 +27,7 @@ Get-MgBetaPolicyPermissionGrantPolicyIncludeCount -PermissionGrantPolicyId ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaPolicyPermissionGrantPolicyIncludeCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -393,6 +393,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyPermissionGrantPreApprovalPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyPermissionGrantPreApprovalPolicy.md index 3196934c9f136..d3f7027887159 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyPermissionGrantPreApprovalPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyPermissionGrantPreApprovalPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicypermissiongrantpreapprovalpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyPermissionGrantPreApprovalPolicy --- @@ -25,7 +25,7 @@ Get-MgBetaPolicyPermissionGrantPreApprovalPolicy [-ExpandProperty ] [- [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaPolicyPermissionGrantPreApprovalPolicy -PermissionGrantPreApprovalPoli [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaPolicyPermissionGrantPreApprovalPolicy -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -580,6 +580,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyPermissionGrantPreApprovalPolicyCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyPermissionGrantPreApprovalPolicyCount.md index 0b0aec1c29649..4efa4cd6d43ee 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyPermissionGrantPreApprovalPolicyCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyPermissionGrantPreApprovalPolicyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicypermissiongrantpreapprovalpolicycount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyPermissionGrantPreApprovalPolicyCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaPolicyPermissionGrantPreApprovalPolicyCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyRoleManagementPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyRoleManagementPolicy.md index 7919ab980cd0d..cb77044e2da05 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyRoleManagementPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyRoleManagementPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicyrolemanagementpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyRoleManagementPolicy --- @@ -28,7 +28,7 @@ Get-MgBetaPolicyRoleManagementPolicy [-ExpandProperty ] [-Property ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaPolicyRoleManagementPolicy -UnifiedRoleManagementPolicyId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaPolicyRoleManagementPolicy -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -64,9 +64,9 @@ Represents the role management policies. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | RoleManagementPolicy.Read.Directory, RoleManagementPolicy.ReadWrite.Directory, RoleManagement.ReadWrite.Directory, RoleManagement.Read.Directory, RoleManagement.Read.All, | +| Delegated (work or school account) | RoleManagementPolicy.Read.Directory, RoleManagement.Read.All, RoleManagement.Read.Directory, RoleManagement.ReadWrite.Directory, RoleManagementPolicy.ReadWrite.Directory, | | Delegated (personal Microsoft account) | Not supported | -| Application | RoleManagement.Read.Directory, RoleManagement.ReadWrite.Directory, RoleManagement.Read.All, | +| Application | RoleManagement.Read.Directory, RoleManagement.Read.All, RoleManagement.ReadWrite.Directory, | ## EXAMPLES ### Example 1: Retrieve the details of a policy in PIM for Azure AD roles @@ -602,6 +602,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyRoleManagementPolicyAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyRoleManagementPolicyAssignment.md index f006f6954b4aa..c5513c7c8d510 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyRoleManagementPolicyAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyRoleManagementPolicyAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicyrolemanagementpolicyassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyRoleManagementPolicyAssignment --- @@ -28,7 +28,7 @@ Get-MgBetaPolicyRoleManagementPolicyAssignment [-ExpandProperty ] [-Pr [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaPolicyRoleManagementPolicyAssignment -UnifiedRoleManagementPolicyAssig [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaPolicyRoleManagementPolicyAssignment -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -64,9 +64,9 @@ Represents the role management policy assignments. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | RoleManagementPolicy.Read.Directory, RoleManagementPolicy.ReadWrite.Directory, RoleManagement.ReadWrite.Directory, RoleManagement.Read.Directory, RoleManagement.Read.All, | +| Delegated (work or school account) | RoleManagementPolicy.Read.Directory, RoleManagement.Read.All, RoleManagement.Read.Directory, RoleManagement.ReadWrite.Directory, RoleManagementPolicy.ReadWrite.Directory, | | Delegated (personal Microsoft account) | Not supported | -| Application | RoleManagement.Read.All, RoleManagement.ReadWrite.Directory, RoleManagement.Read.Directory, | +| Application | RoleManagement.Read.All, RoleManagement.Read.Directory, RoleManagement.ReadWrite.Directory, | ## EXAMPLES ### Example 1: Retrieve the details of a policy assignment for PIM for Azure AD roles @@ -602,6 +602,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyRoleManagementPolicyAssignmentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyRoleManagementPolicyAssignmentCount.md index bdaa646c87bf7..5e3059f82d295 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyRoleManagementPolicyAssignmentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyRoleManagementPolicyAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicyrolemanagementpolicyassignmentcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyRoleManagementPolicyAssignmentCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaPolicyRoleManagementPolicyAssignmentCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -42,9 +42,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | RoleManagementPolicy.Read.Directory, RoleManagementPolicy.ReadWrite.Directory, RoleManagement.ReadWrite.Directory, RoleManagement.Read.Directory, RoleManagement.Read.All, | +| Delegated (work or school account) | RoleManagementPolicy.Read.Directory, RoleManagement.Read.All, RoleManagement.Read.Directory, RoleManagement.ReadWrite.Directory, RoleManagementPolicy.ReadWrite.Directory, | | Delegated (personal Microsoft account) | Not supported | -| Application | RoleManagement.Read.All, RoleManagement.ReadWrite.Directory, RoleManagement.Read.Directory, | +| Application | RoleManagement.Read.All, RoleManagement.Read.Directory, RoleManagement.ReadWrite.Directory, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyRoleManagementPolicyAssignmentPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyRoleManagementPolicyAssignmentPolicy.md index 530645883e68e..b490b8819eb67 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyRoleManagementPolicyAssignmentPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyRoleManagementPolicyAssignmentPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicyrolemanagementpolicyassignmentpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyRoleManagementPolicyAssignmentPolicy --- @@ -28,7 +28,7 @@ Get-MgBetaPolicyRoleManagementPolicyAssignmentPolicy -UnifiedRoleManagementPolicyAssignmentId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaPolicyRoleManagementPolicyAssignmentPolicy -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -389,6 +389,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyRoleManagementPolicyCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyRoleManagementPolicyCount.md index 1453b6a05f7b0..e8c3cc7e88a02 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyRoleManagementPolicyCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyRoleManagementPolicyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicyrolemanagementpolicycount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyRoleManagementPolicyCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaPolicyRoleManagementPolicyCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -42,9 +42,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | RoleManagementPolicy.Read.Directory, RoleManagementPolicy.ReadWrite.Directory, RoleManagement.ReadWrite.Directory, RoleManagement.Read.Directory, RoleManagement.Read.All, | +| Delegated (work or school account) | RoleManagementPolicy.Read.Directory, RoleManagement.Read.All, RoleManagement.Read.Directory, RoleManagement.ReadWrite.Directory, RoleManagementPolicy.ReadWrite.Directory, | | Delegated (personal Microsoft account) | Not supported | -| Application | RoleManagement.Read.Directory, RoleManagement.ReadWrite.Directory, RoleManagement.Read.All, | +| Application | RoleManagement.Read.Directory, RoleManagement.Read.All, RoleManagement.ReadWrite.Directory, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyRoleManagementPolicyEffectiveRule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyRoleManagementPolicyEffectiveRule.md index 39753b5674e32..d46116042e238 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyRoleManagementPolicyEffectiveRule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyRoleManagementPolicyEffectiveRule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicyrolemanagementpolicyeffectiverule Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyRoleManagementPolicyEffectiveRule --- @@ -31,7 +31,6 @@ Get-MgBetaPolicyRoleManagementPolicyEffectiveRule -UnifiedRoleManagementPolicyId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -41,7 +40,7 @@ Get-MgBetaPolicyRoleManagementPolicyEffectiveRule -UnifiedRoleManagementPolicyId -UnifiedRoleManagementPolicyRuleId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -51,7 +50,7 @@ Get-MgBetaPolicyRoleManagementPolicyEffectiveRule -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -615,6 +614,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyRoleManagementPolicyEffectiveRuleCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyRoleManagementPolicyEffectiveRuleCount.md index 8201cc42972c7..044058d4ad46e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyRoleManagementPolicyEffectiveRuleCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyRoleManagementPolicyEffectiveRuleCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicyrolemanagementpolicyeffectiverulecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyRoleManagementPolicyEffectiveRuleCount --- @@ -27,7 +27,7 @@ Get-MgBetaPolicyRoleManagementPolicyEffectiveRuleCount -UnifiedRoleManagementPol [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaPolicyRoleManagementPolicyEffectiveRuleCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -53,9 +53,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | RoleManagementPolicy.Read.Directory, RoleManagementPolicy.ReadWrite.Directory, RoleManagement.ReadWrite.Directory, RoleManagement.Read.Directory, RoleManagement.Read.All, | +| Delegated (work or school account) | RoleManagementPolicy.Read.Directory, RoleManagement.Read.All, RoleManagement.Read.Directory, RoleManagement.ReadWrite.Directory, RoleManagementPolicy.ReadWrite.Directory, | | Delegated (personal Microsoft account) | Not supported | -| Application | RoleManagement.Read.Directory, RoleManagement.ReadWrite.Directory, RoleManagement.Read.All, | +| Application | RoleManagement.Read.Directory, RoleManagement.Read.All, RoleManagement.ReadWrite.Directory, | ## PARAMETERS @@ -393,6 +393,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyRoleManagementPolicyRule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyRoleManagementPolicyRule.md index 2efe5586e1b47..abed452823f67 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyRoleManagementPolicyRule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyRoleManagementPolicyRule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicyrolemanagementpolicyrule Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyRoleManagementPolicyRule --- @@ -30,7 +30,6 @@ Get-MgBetaPolicyRoleManagementPolicyRule -UnifiedRoleManagementPolicyId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -40,7 +39,7 @@ Get-MgBetaPolicyRoleManagementPolicyRule -UnifiedRoleManagementPolicyId -UnifiedRoleManagementPolicyRuleId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +49,7 @@ Get-MgBetaPolicyRoleManagementPolicyRule -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -67,9 +66,9 @@ The rule can be one of the following types that are derived from the unifiedRole | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | RoleManagementPolicy.Read.Directory, RoleManagementPolicy.ReadWrite.Directory, RoleManagement.ReadWrite.Directory, RoleManagement.Read.Directory, RoleManagement.Read.All, | +| Delegated (work or school account) | RoleManagementPolicy.Read.Directory, RoleManagement.Read.All, RoleManagement.Read.Directory, RoleManagement.ReadWrite.Directory, RoleManagementPolicy.ReadWrite.Directory, | | Delegated (personal Microsoft account) | Not supported | -| Application | RoleManagement.Read.Directory, RoleManagement.ReadWrite.Directory, RoleManagement.Read.All, | +| Application | RoleManagement.Read.Directory, RoleManagement.Read.All, RoleManagement.ReadWrite.Directory, | ## EXAMPLES ### Example 1: Retrieve a rule defined for a policy in PIM for Azure AD roles @@ -632,6 +631,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyRoleManagementPolicyRuleCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyRoleManagementPolicyRuleCount.md index 1974468b9b7e5..c806995f046f9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyRoleManagementPolicyRuleCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyRoleManagementPolicyRuleCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicyrolemanagementpolicyrulecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyRoleManagementPolicyRuleCount --- @@ -27,7 +27,7 @@ Get-MgBetaPolicyRoleManagementPolicyRuleCount -UnifiedRoleManagementPolicyId ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaPolicyRoleManagementPolicyRuleCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -53,9 +53,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | RoleManagementPolicy.Read.Directory, RoleManagementPolicy.ReadWrite.Directory, RoleManagement.ReadWrite.Directory, RoleManagement.Read.Directory, RoleManagement.Read.All, | +| Delegated (work or school account) | RoleManagementPolicy.Read.Directory, RoleManagement.Read.All, RoleManagement.Read.Directory, RoleManagement.ReadWrite.Directory, RoleManagementPolicy.ReadWrite.Directory, | | Delegated (personal Microsoft account) | Not supported | -| Application | RoleManagement.Read.Directory, RoleManagement.ReadWrite.Directory, RoleManagement.Read.All, | +| Application | RoleManagement.Read.Directory, RoleManagement.Read.All, RoleManagement.ReadWrite.Directory, | ## PARAMETERS @@ -393,6 +393,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyServicePrincipalCreationPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyServicePrincipalCreationPolicy.md index f58960c9de109..7d29d0dbfbf33 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyServicePrincipalCreationPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyServicePrincipalCreationPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicyserviceprincipalcreationpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyServicePrincipalCreationPolicy --- @@ -25,7 +25,7 @@ Get-MgBetaPolicyServicePrincipalCreationPolicy [-ExpandProperty ] [-Pr [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaPolicyServicePrincipalCreationPolicy -ServicePrincipalCreationPolicyId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaPolicyServicePrincipalCreationPolicy -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -567,6 +567,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyServicePrincipalCreationPolicyCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyServicePrincipalCreationPolicyCount.md index ca582903f5645..916f4fe018cfd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyServicePrincipalCreationPolicyCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyServicePrincipalCreationPolicyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicyserviceprincipalcreationpolicycount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyServicePrincipalCreationPolicyCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaPolicyServicePrincipalCreationPolicyCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyServicePrincipalCreationPolicyExclude.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyServicePrincipalCreationPolicyExclude.md index a4986baf93b68..f8f4957001314 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyServicePrincipalCreationPolicyExclude.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyServicePrincipalCreationPolicyExclude.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicyserviceprincipalcreationpolicyexclude Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyServicePrincipalCreationPolicyExclude --- @@ -26,7 +26,6 @@ Get-MgBetaPolicyServicePrincipalCreationPolicyExclude -ServicePrincipalCreationP [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -37,7 +36,7 @@ Get-MgBetaPolicyServicePrincipalCreationPolicyExclude [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +46,7 @@ Get-MgBetaPolicyServicePrincipalCreationPolicyExclude -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -596,6 +595,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyServicePrincipalCreationPolicyExcludeCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyServicePrincipalCreationPolicyExcludeCount.md index 7eb6c8a6ada55..7b10276bdfaf3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyServicePrincipalCreationPolicyExcludeCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyServicePrincipalCreationPolicyExcludeCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicyserviceprincipalcreationpolicyexcludecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyServicePrincipalCreationPolicyExcludeCount --- @@ -24,7 +24,7 @@ Get-MgBetaPolicyServicePrincipalCreationPolicyExcludeCount -ServicePrincipalCreationPolicyId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaPolicyServicePrincipalCreationPolicyExcludeCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -382,6 +382,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyServicePrincipalCreationPolicyInclude.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyServicePrincipalCreationPolicyInclude.md index 2f84cb2acf1d7..457fa064240cc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyServicePrincipalCreationPolicyInclude.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyServicePrincipalCreationPolicyInclude.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicyserviceprincipalcreationpolicyinclude Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyServicePrincipalCreationPolicyInclude --- @@ -26,7 +26,6 @@ Get-MgBetaPolicyServicePrincipalCreationPolicyInclude -ServicePrincipalCreationP [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -37,7 +36,7 @@ Get-MgBetaPolicyServicePrincipalCreationPolicyInclude [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +46,7 @@ Get-MgBetaPolicyServicePrincipalCreationPolicyInclude -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -596,6 +595,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyServicePrincipalCreationPolicyIncludeCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyServicePrincipalCreationPolicyIncludeCount.md index 314c2d2bd313b..f499face04124 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyServicePrincipalCreationPolicyIncludeCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyServicePrincipalCreationPolicyIncludeCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicyserviceprincipalcreationpolicyincludecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyServicePrincipalCreationPolicyIncludeCount --- @@ -24,7 +24,7 @@ Get-MgBetaPolicyServicePrincipalCreationPolicyIncludeCount -ServicePrincipalCreationPolicyId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaPolicyServicePrincipalCreationPolicyIncludeCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -382,6 +382,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyTokenIssuancePolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyTokenIssuancePolicy.md index b0ccc6edf3b21..9a47a99b0cd9e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyTokenIssuancePolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyTokenIssuancePolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicytokenissuancepolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyTokenIssuancePolicy --- @@ -28,7 +28,7 @@ Get-MgBetaPolicyTokenIssuancePolicy [-ExpandProperty ] [-Property ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaPolicyTokenIssuancePolicy [-ExpandProperty ] [-Property [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaPolicyTokenIssuancePolicy -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -63,9 +63,9 @@ Retrieve the properties and relationships of a tokenIssuancePolicy object. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, Policy.Read.ApplicationConfiguration, | +| Delegated (work or school account) | Policy.Read.All, Policy.Read.ApplicationConfiguration, Policy.ReadWrite.ApplicationConfiguration, | | Delegated (personal Microsoft account) | Not supported | -| Application | Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, Policy.Read.ApplicationConfiguration, | +| Application | Policy.Read.All, Policy.Read.ApplicationConfiguration, Policy.ReadWrite.ApplicationConfiguration, | ## EXAMPLES ### Example 1: Code snippet @@ -590,6 +590,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyTokenIssuancePolicyApplyTo.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyTokenIssuancePolicyApplyTo.md index 21b42ce3215af..0a9140dc84575 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyTokenIssuancePolicyApplyTo.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyTokenIssuancePolicyApplyTo.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicytokenissuancepolicyapplyto Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyTokenIssuancePolicyApplyTo --- @@ -29,7 +29,6 @@ Get-MgBetaPolicyTokenIssuancePolicyApplyTo -TokenIssuancePolicyId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaPolicyTokenIssuancePolicyApplyTo -DirectoryObjectId -TokenIssuancePolicyId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaPolicyTokenIssuancePolicyApplyTo -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -611,6 +610,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyTokenIssuancePolicyApplyToCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyTokenIssuancePolicyApplyToCount.md index cd92e2132749d..71d4970208451 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyTokenIssuancePolicyApplyToCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyTokenIssuancePolicyApplyToCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicytokenissuancepolicyapplytocount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyTokenIssuancePolicyApplyToCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaPolicyTokenIssuancePolicyApplyToCount -TokenIssuancePolicyId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaPolicyTokenIssuancePolicyApplyToCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -52,9 +52,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, Policy.Read.ApplicationConfiguration, Directory.Read.All, Application.Read.All, | +| Delegated (work or school account) | Policy.Read.All, Application.Read.All, Directory.Read.All, Policy.Read.ApplicationConfiguration, Policy.ReadWrite.ApplicationConfiguration, | | Delegated (personal Microsoft account) | Not supported | -| Application | Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, Policy.Read.ApplicationConfiguration, Directory.Read.All, Application.Read.All, | +| Application | Policy.Read.All, Application.Read.All, Directory.Read.All, Policy.Read.ApplicationConfiguration, Policy.ReadWrite.ApplicationConfiguration, | ## PARAMETERS @@ -392,6 +392,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyTokenIssuancePolicyCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyTokenIssuancePolicyCount.md index ac55ae0052a9c..1f0d74e04252a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyTokenIssuancePolicyCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyTokenIssuancePolicyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicytokenissuancepolicycount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyTokenIssuancePolicyCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaPolicyTokenIssuancePolicyCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -42,9 +42,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, Policy.Read.ApplicationConfiguration, | +| Delegated (work or school account) | Policy.Read.All, Policy.Read.ApplicationConfiguration, Policy.ReadWrite.ApplicationConfiguration, | | Delegated (personal Microsoft account) | Not supported | -| Application | Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, Policy.Read.ApplicationConfiguration, | +| Application | Policy.Read.All, Policy.Read.ApplicationConfiguration, Policy.ReadWrite.ApplicationConfiguration, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyTokenLifetimePolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyTokenLifetimePolicy.md index b90e475bfd737..5d1ee8bdb1dab 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyTokenLifetimePolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyTokenLifetimePolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicytokenlifetimepolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyTokenLifetimePolicy --- @@ -28,7 +28,7 @@ Get-MgBetaPolicyTokenLifetimePolicy [-ExpandProperty ] [-Property ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaPolicyTokenLifetimePolicy [-ExpandProperty ] [-Property [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaPolicyTokenLifetimePolicy -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -63,9 +63,9 @@ Retrieve the properties and relationships of a tokenLifetimePolicy object. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, Policy.Read.ApplicationConfiguration, | +| Delegated (work or school account) | Policy.Read.All, Policy.Read.ApplicationConfiguration, Policy.ReadWrite.ApplicationConfiguration, | | Delegated (personal Microsoft account) | Not supported | -| Application | Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, Policy.Read.ApplicationConfiguration, | +| Application | Policy.Read.All, Policy.Read.ApplicationConfiguration, Policy.ReadWrite.ApplicationConfiguration, | ## EXAMPLES ### Example 1: Code snippet @@ -590,6 +590,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyTokenLifetimePolicyApplyTo.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyTokenLifetimePolicyApplyTo.md index 7bb03e359723d..3145f7909f799 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyTokenLifetimePolicyApplyTo.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyTokenLifetimePolicyApplyTo.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicytokenlifetimepolicyapplyto Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyTokenLifetimePolicyApplyTo --- @@ -29,7 +29,6 @@ Get-MgBetaPolicyTokenLifetimePolicyApplyTo -TokenLifetimePolicyId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaPolicyTokenLifetimePolicyApplyTo -DirectoryObjectId -TokenLifetimePolicyId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaPolicyTokenLifetimePolicyApplyTo -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -611,6 +610,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyTokenLifetimePolicyApplyToCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyTokenLifetimePolicyApplyToCount.md index 17c459ff1a745..165ddf5c0fbc1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyTokenLifetimePolicyApplyToCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyTokenLifetimePolicyApplyToCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicytokenlifetimepolicyapplytocount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyTokenLifetimePolicyApplyToCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaPolicyTokenLifetimePolicyApplyToCount -TokenLifetimePolicyId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaPolicyTokenLifetimePolicyApplyToCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -52,9 +52,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, Policy.Read.ApplicationConfiguration, Directory.Read.All, Application.Read.All, | +| Delegated (work or school account) | Policy.Read.All, Application.Read.All, Directory.Read.All, Policy.Read.ApplicationConfiguration, Policy.ReadWrite.ApplicationConfiguration, | | Delegated (personal Microsoft account) | Not supported | -| Application | Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, Policy.Read.ApplicationConfiguration, Directory.Read.All, Application.Read.All, | +| Application | Policy.Read.All, Application.Read.All, Directory.Read.All, Policy.Read.ApplicationConfiguration, Policy.ReadWrite.ApplicationConfiguration, | ## PARAMETERS @@ -392,6 +392,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyTokenLifetimePolicyCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyTokenLifetimePolicyCount.md index 2eeccc50a64ec..f7eb29e1add9e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyTokenLifetimePolicyCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyTokenLifetimePolicyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetapolicytokenlifetimepolicycount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyTokenLifetimePolicyCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaPolicyTokenLifetimePolicyCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -42,9 +42,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, Policy.Read.ApplicationConfiguration, | +| Delegated (work or school account) | Policy.Read.All, Policy.Read.ApplicationConfiguration, Policy.ReadWrite.ApplicationConfiguration, | | Delegated (personal Microsoft account) | Not supported | -| Application | Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, Policy.Read.ApplicationConfiguration, | +| Application | Policy.Read.All, Policy.Read.ApplicationConfiguration, Policy.ReadWrite.ApplicationConfiguration, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaRiskDetection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaRiskDetection.md index de4977b31a439..22f309c30919d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaRiskDetection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaRiskDetection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetariskdetection Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRiskDetection --- @@ -28,7 +28,7 @@ Get-MgBetaRiskDetection [-ExpandProperty ] [-Property ] [-Fi [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaRiskDetection [-ExpandProperty ] [-Property ] [-Fi Get-MgBetaRiskDetection -RiskDetectionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaRiskDetection -RiskDetectionId [-ExpandProperty ] Get-MgBetaRiskDetection -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -639,6 +639,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaRiskDetectionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaRiskDetectionCount.md index 6b67788b9c3a2..02f3de6c60125 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaRiskDetectionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaRiskDetectionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetariskdetectioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRiskDetectionCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaRiskDetectionCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaRiskyAgent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaRiskyAgent.md index 035af701b9a6b..ff392e47ca521 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaRiskyAgent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaRiskyAgent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetariskyagent Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRiskyAgent --- @@ -25,7 +25,7 @@ Get-MgBetaRiskyAgent [-ExpandProperty ] [-Property ] [-Filte [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -34,7 +34,7 @@ Get-MgBetaRiskyAgent [-ExpandProperty ] [-Property ] [-Filte Get-MgBetaRiskyAgent -RiskyAgentId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -43,7 +43,7 @@ Get-MgBetaRiskyAgent -RiskyAgentId [-ExpandProperty ] [-Prope Get-MgBetaRiskyAgent -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -63,6 +63,19 @@ Read the properties and relationships of riskyAgent object. | Delegated (personal Microsoft account) | Not supported | | Application | IdentityRiskyAgent.Read.All, | +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.SignIns + +Get-MgBetaRiskyAgent + +``` +This example shows how to use the Get-MgBetaRiskyAgent Cmdlet. + + ## PARAMETERS ### -All @@ -573,6 +586,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy @@ -645,8 +659,6 @@ INPUTOBJECT ``: Identity Parameter - - diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaRiskyAgentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaRiskyAgentCount.md index b7baeccdb6739..2f317bab1f36f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaRiskyAgentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaRiskyAgentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetariskyagentcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRiskyAgentCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaRiskyAgentCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaRiskyServicePrincipal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaRiskyServicePrincipal.md index 5c130c5dd4718..323aec70271b6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaRiskyServicePrincipal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaRiskyServicePrincipal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetariskyserviceprincipal Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRiskyServicePrincipal --- @@ -28,7 +28,7 @@ Get-MgBetaRiskyServicePrincipal [-ExpandProperty ] [-Property ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaRiskyServicePrincipal [-ExpandProperty ] [-Property [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaRiskyServicePrincipal -RiskyServicePrincipalId [-ExpandProper Get-MgBetaRiskyServicePrincipal -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -589,6 +589,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaRiskyServicePrincipalCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaRiskyServicePrincipalCount.md index 808e392206b99..a8d1ccc1ef55b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaRiskyServicePrincipalCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaRiskyServicePrincipalCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetariskyserviceprincipalcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRiskyServicePrincipalCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaRiskyServicePrincipalCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaRiskyServicePrincipalHistory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaRiskyServicePrincipalHistory.md index 2fa8b4d46b340..e0d355b8b9b4b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaRiskyServicePrincipalHistory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaRiskyServicePrincipalHistory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetariskyserviceprincipalhistory Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRiskyServicePrincipalHistory --- @@ -29,7 +29,6 @@ Get-MgBetaRiskyServicePrincipalHistory -RiskyServicePrincipalId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaRiskyServicePrincipalHistory -RiskyServicePrincipalHistoryItemId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaRiskyServicePrincipalHistory -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -611,6 +610,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaRiskyServicePrincipalHistoryCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaRiskyServicePrincipalHistoryCount.md index d0dfcb872f7b4..da9957231ca0a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaRiskyServicePrincipalHistoryCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaRiskyServicePrincipalHistoryCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetariskyserviceprincipalhistorycount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRiskyServicePrincipalHistoryCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaRiskyServicePrincipalHistoryCount -RiskyServicePrincipalId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaRiskyServicePrincipalHistoryCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -392,6 +392,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaRiskyUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaRiskyUser.md index 6db632b38238c..7faab57f6ead0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaRiskyUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaRiskyUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetariskyuser Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRiskyUser --- @@ -28,7 +28,7 @@ Get-MgBetaRiskyUser [-ExpandProperty ] [-Property ] [-Filter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaRiskyUser [-ExpandProperty ] [-Property ] [-Filter Get-MgBetaRiskyUser -RiskyUserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaRiskyUser -RiskyUserId [-ExpandProperty ] [-Propert Get-MgBetaRiskyUser -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -607,6 +607,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaRiskyUserCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaRiskyUserCount.md index e41e8cdab1827..c5410b5d8a217 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaRiskyUserCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaRiskyUserCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetariskyusercount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRiskyUserCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaRiskyUserCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaRiskyUserHistory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaRiskyUserHistory.md index 98fe946c9fee6..bbe8a86e3df18 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaRiskyUserHistory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaRiskyUserHistory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetariskyuserhistory Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRiskyUserHistory --- @@ -28,7 +28,7 @@ Get-MgBetaRiskyUserHistory -RiskyUserId [-ExpandProperty ] [- [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaRiskyUserHistory -RiskyUserHistoryItemId -RiskyUserId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaRiskyUserHistory -RiskyUserHistoryItemId -RiskyUserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -639,6 +639,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaRiskyUserHistoryCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaRiskyUserHistoryCount.md index ea6c9085cbe6a..c7b0a0ce55f9e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaRiskyUserHistoryCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaRiskyUserHistoryCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetariskyuserhistorycount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRiskyUserHistoryCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaRiskyUserHistoryCount -RiskyUserId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaRiskyUserHistoryCount -RiskyUserId [-Filter ] [-Searc Get-MgBetaRiskyUserHistoryCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -391,6 +391,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaServicePrincipalRiskDetection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaServicePrincipalRiskDetection.md index a24d64239376a..849d1284d532c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaServicePrincipalRiskDetection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaServicePrincipalRiskDetection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaserviceprincipalriskdetection Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalRiskDetection --- @@ -28,7 +28,7 @@ Get-MgBetaServicePrincipalRiskDetection [-ExpandProperty ] [-Property [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaServicePrincipalRiskDetection -ServicePrincipalRiskDetectionId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaServicePrincipalRiskDetection -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -591,6 +591,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaServicePrincipalRiskDetectionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaServicePrincipalRiskDetectionCount.md index e58fc88da2449..d47ac7462ce1e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaServicePrincipalRiskDetectionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaServicePrincipalRiskDetectionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaserviceprincipalriskdetectioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalRiskDetectionCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaServicePrincipalRiskDetectionCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaTenantRelationshipMultiTenantOrganization.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaTenantRelationshipMultiTenantOrganization.md index a0961cbfef821..309d7fdb60500 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaTenantRelationshipMultiTenantOrganization.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaTenantRelationshipMultiTenantOrganization.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetatenantrelationshipmultitenantorganization Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTenantRelationshipMultiTenantOrganization --- @@ -26,7 +26,7 @@ Get properties of the multitenant organization. Get-MgBetaTenantRelationshipMultiTenantOrganization [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -42,7 +42,7 @@ Get properties of the multitenant organization. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | MultiTenantOrganization.ReadBasic.All, MultiTenantOrganization.ReadWrite.All, MultiTenantOrganization.Read.All, | +| Delegated (work or school account) | MultiTenantOrganization.ReadBasic.All, MultiTenantOrganization.Read.All, MultiTenantOrganization.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | MultiTenantOrganization.Read.All, MultiTenantOrganization.ReadWrite.All, | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaTenantRelationshipMultiTenantOrganizationJoinRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaTenantRelationshipMultiTenantOrganizationJoinRequest.md index a2834c90a3a36..5edc2cfc1a066 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaTenantRelationshipMultiTenantOrganizationJoinRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaTenantRelationshipMultiTenantOrganizationJoinRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetatenantrelationshipmultitenantorganizationjoinrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTenantRelationshipMultiTenantOrganizationJoinRequest --- @@ -26,7 +26,7 @@ Get the status of a tenant joining a multi-tenant organization. Get-MgBetaTenantRelationshipMultiTenantOrganizationJoinRequest [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaTenantRelationshipMultiTenantOrganizationTenant.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaTenantRelationshipMultiTenantOrganizationTenant.md index dd66df479749c..03460a5701a10 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaTenantRelationshipMultiTenantOrganizationTenant.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaTenantRelationshipMultiTenantOrganizationTenant.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetatenantrelationshipmultitenantorganizationtenant Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTenantRelationshipMultiTenantOrganizationTenant --- @@ -28,7 +28,7 @@ Get-MgBetaTenantRelationshipMultiTenantOrganizationTenant [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaTenantRelationshipMultiTenantOrganizationTenant -MultiTenantOrganizati [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaTenantRelationshipMultiTenantOrganizationTenant -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -591,6 +591,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaTenantRelationshipMultiTenantOrganizationTenantCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaTenantRelationshipMultiTenantOrganizationTenantCount.md index 7ee0f5fb961d0..ad8d79f1a577d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaTenantRelationshipMultiTenantOrganizationTenantCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaTenantRelationshipMultiTenantOrganizationTenantCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetatenantrelationshipmultitenantorganizationtenantcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTenantRelationshipMultiTenantOrganizationTenantCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaTenantRelationshipMultiTenantOrganizationTenantCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -42,7 +42,7 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | MultiTenantOrganization.ReadBasic.All, MultiTenantOrganization.ReadWrite.All, MultiTenantOrganization.Read.All, | +| Delegated (work or school account) | MultiTenantOrganization.ReadBasic.All, MultiTenantOrganization.Read.All, MultiTenantOrganization.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | MultiTenantOrganization.Read.All, MultiTenantOrganization.ReadWrite.All, | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaTrustFramework.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaTrustFramework.md index 3aa83d82e8ed5..e8676092d165f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaTrustFramework.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaTrustFramework.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetatrustframework Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTrustFramework --- @@ -23,7 +23,7 @@ Get trustFramework Get-MgBetaTrustFramework [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaTrustFrameworkKeySet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaTrustFrameworkKeySet.md index 1a1ff67ae915a..cdc0986eeb805 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaTrustFrameworkKeySet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaTrustFrameworkKeySet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetatrustframeworkkeyset Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTrustFrameworkKeySet --- @@ -25,7 +25,7 @@ Get-MgBetaTrustFrameworkKeySet [-ExpandProperty ] [-Property ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -34,7 +34,7 @@ Get-MgBetaTrustFrameworkKeySet [-ExpandProperty ] [-Property [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -43,7 +43,7 @@ Get-MgBetaTrustFrameworkKeySet -TrustFrameworkKeySetId [-ExpandProperty Get-MgBetaTrustFrameworkKeySet -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -586,6 +586,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaTrustFrameworkKeySetActiveKey.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaTrustFrameworkKeySetActiveKey.md index 84cab78b693ac..8c27b03062246 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaTrustFrameworkKeySetActiveKey.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaTrustFrameworkKeySetActiveKey.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetatrustframeworkkeysetactivekey Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTrustFrameworkKeySetActiveKey --- @@ -24,7 +24,7 @@ Only one key is active in the keyset at a time. Get-MgBetaTrustFrameworkKeySetActiveKey -TrustFrameworkKeySetId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaTrustFrameworkKeySetActiveKey -TrustFrameworkKeySetId Get-MgBetaTrustFrameworkKeySetActiveKey -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -361,6 +361,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaTrustFrameworkKeySetCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaTrustFrameworkKeySetCount.md index d434787c34b5e..e6b0917f63725 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaTrustFrameworkKeySetCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaTrustFrameworkKeySetCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetatrustframeworkkeysetcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTrustFrameworkKeySetCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaTrustFrameworkKeySetCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaTrustFrameworkKeySetKey.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaTrustFrameworkKeySetKey.md index 8bdcc5f84d117..5089140951221 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaTrustFrameworkKeySetKey.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaTrustFrameworkKeySetKey.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetatrustframeworkkeysetkey Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTrustFrameworkKeySetKey --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaTrustFrameworkKeySetKey -TrustFrameworkKeySetId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaTrustFrameworkKeySetKey -TrustFrameworkKeySetId [-Filter [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -380,6 +380,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaTrustFrameworkKeySetKeyV2.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaTrustFrameworkKeySetKeyV2.md index 509c6bb8759bb..a8fd9a66ace21 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaTrustFrameworkKeySetKeyV2.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaTrustFrameworkKeySetKeyV2.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetatrustframeworkkeysetkeyv2 Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTrustFrameworkKeySetKeyV2 --- @@ -25,7 +25,7 @@ Get-MgBetaTrustFrameworkKeySetKeyV2 -TrustFrameworkKeySetId [-ExpandPro [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaTrustFrameworkKeySetKeyV2 -TrustFrameworkKeySetId -TrustFrameworkKeyV2Kid [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaTrustFrameworkKeySetKeyV2 -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -615,6 +615,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaTrustFrameworkPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaTrustFrameworkPolicy.md index 68e0e685fcc90..8f2a4c2b284e9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaTrustFrameworkPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaTrustFrameworkPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetatrustframeworkpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTrustFrameworkPolicy --- @@ -25,7 +25,7 @@ Get-MgBetaTrustFrameworkPolicy [-ExpandProperty ] [-Property ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -34,7 +34,7 @@ Get-MgBetaTrustFrameworkPolicy [-ExpandProperty ] [-Property [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -43,7 +43,7 @@ Get-MgBetaTrustFrameworkPolicy -TrustFrameworkPolicyId [-ExpandProperty Get-MgBetaTrustFrameworkPolicy -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -590,6 +590,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaTrustFrameworkPolicyContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaTrustFrameworkPolicyContent.md index 2720dfefd7216..8a85768e0afdb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaTrustFrameworkPolicyContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaTrustFrameworkPolicyContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetatrustframeworkpolicycontent Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTrustFrameworkPolicyContent --- @@ -23,7 +23,7 @@ Retrieve a list of trustFrameworkPolicies in the tenant/directory. Get-MgBetaTrustFrameworkPolicyContent -TrustFrameworkPolicyId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaTrustFrameworkPolicyContent -TrustFrameworkPolicyId -OutFile Get-MgBetaTrustFrameworkPolicyContent -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -388,6 +388,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaTrustFrameworkPolicyCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaTrustFrameworkPolicyCount.md index 94f4e9d18222e..ad8f6c61c522e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaTrustFrameworkPolicyCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaTrustFrameworkPolicyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetatrustframeworkpolicycount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTrustFrameworkPolicyCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaTrustFrameworkPolicyCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationEmailMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationEmailMethod.md index a3c676b34f7ee..8a60049be3898 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationEmailMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationEmailMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetauserauthenticationemailmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserAuthenticationEmailMethod --- @@ -28,7 +28,7 @@ Get-MgBetaUserAuthenticationEmailMethod -UserId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaUserAuthenticationEmailMethod -EmailAuthenticationMethodId -U [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaUserAuthenticationEmailMethod -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -64,9 +64,9 @@ Represents the email addresses registered to a user for authentication. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | UserAuthMethod-Email.Read, UserAuthMethod-Email.ReadWrite.All, UserAuthMethod-Email.ReadWrite, UserAuthMethod-Email.Read.All, UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.Read, | +| Delegated (work or school account) | UserAuthMethod-Email.Read, UserAuthenticationMethod.Read, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-Email.Read.All, UserAuthMethod-Email.ReadWrite, UserAuthMethod-Email.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | UserAuthMethod-Email.Read.All, UserAuthMethod-Email.ReadWrite.All, UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.Read.All, | +| Application | UserAuthMethod-Email.Read.All, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-Email.ReadWrite.All, | ## EXAMPLES ### Example 1: Code snippet @@ -619,6 +619,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationEmailMethodCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationEmailMethodCount.md index be88efdcb3046..e458b264c8e9a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationEmailMethodCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationEmailMethodCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetauserauthenticationemailmethodcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserAuthenticationEmailMethodCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaUserAuthenticationEmailMethodCount -UserId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaUserAuthenticationEmailMethodCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -52,9 +52,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | UserAuthMethod-Email.Read, UserAuthMethod-Email.ReadWrite.All, UserAuthMethod-Email.ReadWrite, UserAuthMethod-Email.Read.All, UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.Read, | +| Delegated (work or school account) | UserAuthMethod-Email.Read, UserAuthenticationMethod.Read, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-Email.Read.All, UserAuthMethod-Email.ReadWrite, UserAuthMethod-Email.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | UserAuthMethod-Email.Read.All, UserAuthMethod-Email.ReadWrite.All, UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.Read.All, | +| Application | UserAuthMethod-Email.Read.All, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-Email.ReadWrite.All, | ## PARAMETERS @@ -392,6 +392,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationExternalAuthenticationMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationExternalAuthenticationMethod.md index f279804c8d552..2f1cddfbe91fb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationExternalAuthenticationMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationExternalAuthenticationMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetauserauthenticationexternalauthenticationmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserAuthenticationExternalAuthenticationMethod --- @@ -29,7 +29,6 @@ Get-MgBetaUserAuthenticationExternalAuthenticationMethod -UserId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaUserAuthenticationExternalAuthenticationMethod -ExternalAuthentication -UserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaUserAuthenticationExternalAuthenticationMethod -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -65,9 +64,9 @@ Represents the external MFA registered to a user for authentication. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | UserAuthMethod-External.Read, UserAuthMethod-External.ReadWrite.All, UserAuthMethod-External.ReadWrite, UserAuthMethod-External.Read.All, UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.Read, | +| Delegated (work or school account) | UserAuthMethod-External.Read, UserAuthenticationMethod.Read, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-External.Read.All, UserAuthMethod-External.ReadWrite, UserAuthMethod-External.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | UserAuthMethod-External.Read.All, UserAuthMethod-External.ReadWrite.All, UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.Read.All, | +| Application | UserAuthMethod-External.Read.All, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-External.ReadWrite.All, | ## PARAMETERS @@ -606,6 +605,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationExternalAuthenticationMethodCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationExternalAuthenticationMethodCount.md index 4c742c6868be8..f78c863b3edf7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationExternalAuthenticationMethodCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationExternalAuthenticationMethodCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetauserauthenticationexternalauthenticationmethodcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserAuthenticationExternalAuthenticationMethodCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaUserAuthenticationExternalAuthenticationMethodCount -UserId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaUserAuthenticationExternalAuthenticationMethodCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -52,9 +52,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | UserAuthMethod-External.Read, UserAuthMethod-External.ReadWrite.All, UserAuthMethod-External.ReadWrite, UserAuthMethod-External.Read.All, UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.Read, | +| Delegated (work or school account) | UserAuthMethod-External.Read, UserAuthenticationMethod.Read, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-External.Read.All, UserAuthMethod-External.ReadWrite, UserAuthMethod-External.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | UserAuthMethod-External.Read.All, UserAuthMethod-External.ReadWrite.All, UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.Read.All, | +| Application | UserAuthMethod-External.Read.All, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-External.ReadWrite.All, | ## PARAMETERS @@ -392,6 +392,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationFido2Method.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationFido2Method.md index ad1bfb33c046a..8e2ba46fe6115 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationFido2Method.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationFido2Method.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetauserauthenticationfido2method Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserAuthenticationFido2Method --- @@ -28,7 +28,7 @@ Get-MgBetaUserAuthenticationFido2Method -UserId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaUserAuthenticationFido2Method -Fido2AuthenticationMethodId -U [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaUserAuthenticationFido2Method -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -64,9 +64,9 @@ Represents the FIDO2 security keys registered to a user for authentication. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | UserAuthMethod-Passkey.Read, UserAuthMethod-Passkey.ReadWrite.All, UserAuthMethod-Passkey.ReadWrite, UserAuthMethod-Passkey.Read.All, UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.Read, | +| Delegated (work or school account) | UserAuthMethod-Passkey.Read, UserAuthenticationMethod.Read, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-Passkey.Read.All, UserAuthMethod-Passkey.ReadWrite, UserAuthMethod-Passkey.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | UserAuthMethod-Passkey.Read.All, UserAuthMethod-Passkey.ReadWrite.All, UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.Read.All, | +| Application | UserAuthMethod-Passkey.Read.All, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-Passkey.ReadWrite.All, | ## EXAMPLES ### Example 1: Code snippet @@ -619,6 +619,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationFido2MethodCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationFido2MethodCount.md index 394f5b8ec5fc3..81b00721cda4f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationFido2MethodCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationFido2MethodCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetauserauthenticationfido2methodcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserAuthenticationFido2MethodCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaUserAuthenticationFido2MethodCount -UserId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaUserAuthenticationFido2MethodCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -52,9 +52,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | UserAuthMethod-Passkey.Read, UserAuthMethod-Passkey.ReadWrite.All, UserAuthMethod-Passkey.ReadWrite, UserAuthMethod-Passkey.Read.All, UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.Read, | +| Delegated (work or school account) | UserAuthMethod-Passkey.Read, UserAuthenticationMethod.Read, UserAuthenticationMethod.ReadWrite, UserAuthMethod-Passkey.Read.All, UserAuthMethod-Passkey.ReadWrite, | | Delegated (personal Microsoft account) | Not supported | -| Application | UserAuthMethod-Passkey.Read.All, UserAuthMethod-Passkey.ReadWrite.All, UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.Read.All, | +| Application | UserAuthMethod-Passkey.Read.All, | ## PARAMETERS @@ -392,6 +392,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationHardwareOathMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationHardwareOathMethod.md index efcf61d146ae5..add7f67e050e9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationHardwareOathMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationHardwareOathMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetauserauthenticationhardwareoathmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserAuthenticationHardwareOathMethod --- @@ -25,7 +25,7 @@ Get-MgBetaUserAuthenticationHardwareOathMethod -UserId [-ExpandProperty [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaUserAuthenticationHardwareOathMethod -HardwareOathAuthenticationMethod -UserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaUserAuthenticationHardwareOathMethod -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -61,9 +61,9 @@ The hardware OATH time-based one-time password (TOTP) devices assigned to a user | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | UserAuthMethod-HardwareOATH.Read, UserAuthMethod-HardwareOATH.ReadWrite.All, UserAuthMethod-HardwareOATH.ReadWrite, UserAuthMethod-HardwareOATH.Read.All, UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.Read, | +| Delegated (work or school account) | UserAuthMethod-HardwareOATH.Read, UserAuthenticationMethod.Read, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-HardwareOATH.Read.All, UserAuthMethod-HardwareOATH.ReadWrite, UserAuthMethod-HardwareOATH.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | UserAuthMethod-HardwareOATH.Read.All, UserAuthMethod-HardwareOATH.ReadWrite.All, UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.Read.All, | +| Application | UserAuthMethod-HardwareOATH.Read.All, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-HardwareOATH.ReadWrite.All, | ## PARAMETERS @@ -602,6 +602,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationHardwareOathMethodCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationHardwareOathMethodCount.md index 0e56d95abbf8d..2c5b998a5d228 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationHardwareOathMethodCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationHardwareOathMethodCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetauserauthenticationhardwareoathmethodcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserAuthenticationHardwareOathMethodCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaUserAuthenticationHardwareOathMethodCount -UserId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaUserAuthenticationHardwareOathMethodCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -49,9 +49,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | UserAuthMethod-HardwareOATH.Read, UserAuthMethod-HardwareOATH.ReadWrite.All, UserAuthMethod-HardwareOATH.ReadWrite, UserAuthMethod-HardwareOATH.Read.All, UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.Read, | +| Delegated (work or school account) | UserAuthMethod-HardwareOATH.Read, UserAuthenticationMethod.Read, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-HardwareOATH.Read.All, UserAuthMethod-HardwareOATH.ReadWrite, UserAuthMethod-HardwareOATH.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | UserAuthMethod-HardwareOATH.Read.All, UserAuthMethod-HardwareOATH.ReadWrite.All, UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.Read.All, | +| Application | UserAuthMethod-HardwareOATH.Read.All, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-HardwareOATH.ReadWrite.All, | ## PARAMETERS @@ -389,6 +389,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationHardwareOathMethodDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationHardwareOathMethodDevice.md index 1b47c8c4bd04f..17dd6d4c5aa06 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationHardwareOathMethodDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationHardwareOathMethodDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetauserauthenticationhardwareoathmethoddevice Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserAuthenticationHardwareOathMethodDevice --- @@ -24,7 +24,7 @@ Get-MgBetaUserAuthenticationHardwareOathMethodDevice -HardwareOathAuthentication -UserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaUserAuthenticationHardwareOathMethodDevice -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -405,6 +405,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationHardwareOathMethodDeviceAssignTo.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationHardwareOathMethodDeviceAssignTo.md index 1b7bfec7aadf5..4d20aee4494ae 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationHardwareOathMethodDeviceAssignTo.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationHardwareOathMethodDeviceAssignTo.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetauserauthenticationhardwareoathmethoddeviceassignto Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserAuthenticationHardwareOathMethodDeviceAssignTo --- @@ -24,7 +24,7 @@ Get-MgBetaUserAuthenticationHardwareOathMethodDeviceAssignTo -HardwareOathAuthenticationMethodId -UserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaUserAuthenticationHardwareOathMethodDeviceAssignTo -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -405,6 +405,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationHardwareOathMethodDeviceAssignToMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationHardwareOathMethodDeviceAssignToMailboxSetting.md index f0ee28c0f3236..039479ac289d3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationHardwareOathMethodDeviceAssignToMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationHardwareOathMethodDeviceAssignToMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetauserauthenticationhardwareoathmethoddeviceassigntomailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserAuthenticationHardwareOathMethodDeviceAssignToMailboxSetting --- @@ -27,7 +27,7 @@ Get-MgBetaUserAuthenticationHardwareOathMethodDeviceAssignToMailboxSetting -HardwareOathAuthenticationMethodId -UserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaUserAuthenticationHardwareOathMethodDeviceAssignToMailboxSetting -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -411,6 +411,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationHardwareOathMethodDeviceAssignToServiceProvisioningError.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationHardwareOathMethodDeviceAssignToServiceProvisioningError.md index 986c964ddb00d..36b72712fb5b3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationHardwareOathMethodDeviceAssignToServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationHardwareOathMethodDeviceAssignToServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetauserauthenticationhardwareoathmethoddeviceassigntoserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserAuthenticationHardwareOathMethodDeviceAssignToServiceProvisioningError --- @@ -26,7 +26,7 @@ Get-MgBetaUserAuthenticationHardwareOathMethodDeviceAssignToServiceProvisioningE [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationHardwareOathMethodDeviceAssignToServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationHardwareOathMethodDeviceAssignToServiceProvisioningErrorCount.md index 217bc0153990b..c54c6e396e5a0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationHardwareOathMethodDeviceAssignToServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationHardwareOathMethodDeviceAssignToServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetauserauthenticationhardwareoathmethoddeviceassigntoserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserAuthenticationHardwareOathMethodDeviceAssignToServiceProvisioningErrorCount --- @@ -24,7 +24,7 @@ Get-MgBetaUserAuthenticationHardwareOathMethodDeviceAssignToServiceProvisioningE -HardwareOathAuthenticationMethodId -UserId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaUserAuthenticationHardwareOathMethodDeviceAssignToServiceProvisioningE -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -403,6 +403,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDevice.md index 7740d097e7af0..2c43f3052a798 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetauserauthenticationhardwareoathmethoddevicehardwareoathdevice Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDevice --- @@ -26,7 +26,7 @@ Get-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDevice [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDevice [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDevice -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -624,6 +624,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDeviceAssignTo.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDeviceAssignTo.md index c742774ffa627..b6522d8cb2db3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDeviceAssignTo.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDeviceAssignTo.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetauserauthenticationhardwareoathmethoddevicehardwareoathdeviceassignto Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDeviceAssignTo --- @@ -26,7 +26,7 @@ Get-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDeviceAssignTo [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDeviceAssignTo -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -428,6 +428,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDeviceAssignToMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDeviceAssignToMailboxSetting.md index e6d320a7ba0a4..e92177c233984 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDeviceAssignToMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDeviceAssignToMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetauserauthenticationhardwareoathmethoddevicehardwareoathdeviceassigntomailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDeviceAssignToMailboxSetting --- @@ -29,7 +29,7 @@ Get-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDeviceAssignToMa [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -39,7 +39,7 @@ Get-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDeviceAssignToMa -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -434,6 +434,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDeviceAssignToServiceProvisioningError.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDeviceAssignToServiceProvisioningError.md index 788c9545e8165..9da48275cd448 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDeviceAssignToServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDeviceAssignToServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetauserauthenticationhardwareoathmethoddevicehardwareoathdeviceassigntoserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDeviceAssignToServiceProvisioningError --- @@ -28,7 +28,6 @@ Get-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDeviceAssignToSe [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDeviceAssignToServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDeviceAssignToServiceProvisioningErrorCount.md index 3ec9822278ce4..5ce4c84e1068e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDeviceAssignToServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDeviceAssignToServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetauserauthenticationhardwareoathmethoddevicehardwareoathdeviceassigntoserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDeviceAssignToServiceProvisioningErrorCount --- @@ -25,7 +25,7 @@ Get-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDeviceAssignToSe -HardwareOathTokenAuthenticationMethodDeviceId -UserId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDeviceAssignToSe -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -425,6 +425,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDeviceCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDeviceCount.md index 1dbdf0bdca3d7..724a5ba52803f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDeviceCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDeviceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetauserauthenticationhardwareoathmethoddevicehardwareoathdevicecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDeviceCount --- @@ -24,7 +24,7 @@ Get-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDeviceCount -HardwareOathAuthenticationMethodId -UserId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDeviceCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -403,6 +403,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationMethod.md index f35ad0b6da469..695d67ff8422b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetauserauthenticationmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserAuthenticationMethod --- @@ -28,7 +28,7 @@ Get-MgBetaUserAuthenticationMethod -UserId [-ExpandProperty ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaUserAuthenticationMethod -AuthenticationMethodId -UserId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaUserAuthenticationMethod -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -64,7 +64,7 @@ Represents all authentication methods registered to a user. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | UserAuthenticationMethod.Read.All, UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.Read, | +| Delegated (work or school account) | UserAuthenticationMethod.Read.All, UserAuthenticationMethod.Read, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | UserAuthenticationMethod.Read.All, UserAuthenticationMethod.ReadWrite.All, | @@ -619,6 +619,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationMethodCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationMethodCount.md index 16dfa9cac3560..98e8672d8f6ae 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationMethodCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationMethodCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetauserauthenticationmethodcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserAuthenticationMethodCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaUserAuthenticationMethodCount -UserId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaUserAuthenticationMethodCount -UserId [-Filter ] [-Se Get-MgBetaUserAuthenticationMethodCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -51,7 +51,7 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | UserAuthenticationMethod.Read.All, UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.Read, | +| Delegated (work or school account) | UserAuthenticationMethod.Read.All, UserAuthenticationMethod.Read, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | UserAuthenticationMethod.Read.All, UserAuthenticationMethod.ReadWrite.All, | @@ -391,6 +391,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethod.md index 3b27766170dd0..e4038da561d45 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetauserauthenticationmicrosoftauthenticatormethod Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethod --- @@ -29,7 +29,6 @@ Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethod -UserId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -40,7 +39,7 @@ Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethod [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +49,7 @@ Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethod -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -66,9 +65,9 @@ Read the properties and relationships of a microsoftAuthenticatorAuthenticationM | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | UserAuthMethod-MicrosoftAuthApp.Read, UserAuthMethod-MicrosoftAuthApp.ReadWrite.All, UserAuthMethod-MicrosoftAuthApp.ReadWrite, UserAuthMethod-MicrosoftAuthApp.Read.All, UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.Read, | +| Delegated (work or school account) | UserAuthMethod-MicrosoftAuthApp.Read, UserAuthenticationMethod.Read, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-MicrosoftAuthApp.Read.All, UserAuthMethod-MicrosoftAuthApp.ReadWrite, UserAuthMethod-MicrosoftAuthApp.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | UserAuthMethod-MicrosoftAuthApp.Read.All, UserAuthMethod-MicrosoftAuthApp.ReadWrite.All, UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.Read.All, | +| Application | UserAuthMethod-MicrosoftAuthApp.Read.All, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-MicrosoftAuthApp.ReadWrite.All, | ## EXAMPLES ### Example 1: Code snippet @@ -620,6 +619,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethodCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethodCount.md index 91bff8dcc0470..6f7dfa394265f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethodCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethodCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetauserauthenticationmicrosoftauthenticatormethodcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethodCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethodCount -UserId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethodCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -52,9 +52,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | UserAuthMethod-MicrosoftAuthApp.Read, UserAuthMethod-MicrosoftAuthApp.ReadWrite.All, UserAuthMethod-MicrosoftAuthApp.ReadWrite, UserAuthMethod-MicrosoftAuthApp.Read.All, UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.Read, | +| Delegated (work or school account) | UserAuthMethod-MicrosoftAuthApp.Read, UserAuthenticationMethod.Read, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-MicrosoftAuthApp.Read.All, UserAuthMethod-MicrosoftAuthApp.ReadWrite, UserAuthMethod-MicrosoftAuthApp.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | UserAuthMethod-MicrosoftAuthApp.Read.All, UserAuthMethod-MicrosoftAuthApp.ReadWrite.All, UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.Read.All, | +| Application | UserAuthMethod-MicrosoftAuthApp.Read.All, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-MicrosoftAuthApp.ReadWrite.All, | ## PARAMETERS @@ -392,6 +392,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethodDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethodDevice.md index f3af608b03cbb..f0efaa6aa9ab0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethodDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethodDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetauserauthenticationmicrosoftauthenticatormethoddevice Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethodDevice --- @@ -29,7 +29,7 @@ Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethodDevice [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -39,7 +39,7 @@ Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethodDevice -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -411,6 +411,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationOperation.md index b7f7c1fc78e2c..2715dd3f0d805 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetauserauthenticationoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserAuthenticationOperation --- @@ -30,7 +30,7 @@ Get-MgBetaUserAuthenticationOperation -UserId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -40,7 +40,7 @@ Get-MgBetaUserAuthenticationOperation -LongRunningOperationId -UserId < [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +50,7 @@ Get-MgBetaUserAuthenticationOperation -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -68,7 +68,7 @@ The possible states of the long-running operation are notStarted, running, succe | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | UserAuthenticationMethod.Read.All, UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.Read, | +| Delegated (work or school account) | UserAuthenticationMethod.Read.All, UserAuthenticationMethod.Read, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | Not supported | @@ -622,6 +622,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationOperationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationOperationCount.md index 134152dfd457b..d518bd0819d3c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationOperationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationOperationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetauserauthenticationoperationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserAuthenticationOperationCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaUserAuthenticationOperationCount -UserId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaUserAuthenticationOperationCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -384,6 +384,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationPasswordMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationPasswordMethod.md index 61c2f0f38f285..764a33cf72185 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationPasswordMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationPasswordMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetauserauthenticationpasswordmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserAuthenticationPasswordMethod --- @@ -28,7 +28,7 @@ Get-MgBetaUserAuthenticationPasswordMethod -UserId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaUserAuthenticationPasswordMethod -PasswordAuthenticationMethodId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaUserAuthenticationPasswordMethod -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -64,9 +64,9 @@ Represents the details of the password authentication method registered to a use | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | UserAuthMethod-Password.Read, UserAuthMethod-Password.ReadWrite.All, UserAuthMethod-Password.ReadWrite, UserAuthMethod-Password.Read.All, UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.Read, | +| Delegated (work or school account) | UserAuthMethod-Password.Read, UserAuthenticationMethod.Read, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-Password.Read.All, UserAuthMethod-Password.ReadWrite, UserAuthMethod-Password.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | UserAuthMethod-Password.Read.All, UserAuthMethod-Password.ReadWrite.All, UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.Read.All, | +| Application | UserAuthMethod-Password.Read.All, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-Password.ReadWrite.All, | ## EXAMPLES ### Example 1: Code snippet @@ -619,6 +619,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationPasswordMethodCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationPasswordMethodCount.md index 6b16248093f08..0ee5698293fb9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationPasswordMethodCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationPasswordMethodCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetauserauthenticationpasswordmethodcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserAuthenticationPasswordMethodCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaUserAuthenticationPasswordMethodCount -UserId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaUserAuthenticationPasswordMethodCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -52,9 +52,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | UserAuthMethod-Password.Read, UserAuthMethod-Password.ReadWrite.All, UserAuthMethod-Password.ReadWrite, UserAuthMethod-Password.Read.All, UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.Read, | +| Delegated (work or school account) | UserAuthMethod-Password.Read, UserAuthenticationMethod.Read, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-Password.Read.All, UserAuthMethod-Password.ReadWrite, UserAuthMethod-Password.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | UserAuthMethod-Password.Read.All, UserAuthMethod-Password.ReadWrite.All, UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.Read.All, | +| Application | UserAuthMethod-Password.Read.All, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-Password.ReadWrite.All, | ## PARAMETERS @@ -392,6 +392,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod.md index 381f67763988f..4e77303bb3e26 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetauserauthenticationpasswordlessmicrosoftauthenticatormethod Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod --- @@ -26,7 +26,6 @@ Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod -UserId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -37,7 +36,7 @@ Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +46,7 @@ Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -63,9 +62,9 @@ Represents the Microsoft Authenticator Passwordless Phone Sign-in methods regist | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | UserAuthMethod-MicrosoftAuthApp.Read, UserAuthMethod-MicrosoftAuthApp.ReadWrite.All, UserAuthMethod-MicrosoftAuthApp.ReadWrite, UserAuthMethod-MicrosoftAuthApp.Read.All, UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.Read, | +| Delegated (work or school account) | UserAuthMethod-MicrosoftAuthApp.Read, UserAuthenticationMethod.Read, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-MicrosoftAuthApp.Read.All, UserAuthMethod-MicrosoftAuthApp.ReadWrite, UserAuthMethod-MicrosoftAuthApp.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | UserAuthMethod-MicrosoftAuthApp.Read.All, UserAuthMethod-MicrosoftAuthApp.ReadWrite.All, UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.Read.All, | +| Application | UserAuthMethod-MicrosoftAuthApp.Read.All, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-MicrosoftAuthApp.ReadWrite.All, | ## EXAMPLES ### Example 1: Using the Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod Cmdlet @@ -622,6 +621,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodCount.md index bc5b3c96ae98c..518bffec41646 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetauserauthenticationpasswordlessmicrosoftauthenticatormethodcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodCount --- @@ -24,7 +24,7 @@ Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodCount -UserI [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -50,9 +50,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | UserAuthMethod-MicrosoftAuthApp.Read, UserAuthMethod-MicrosoftAuthApp.ReadWrite.All, UserAuthMethod-MicrosoftAuthApp.ReadWrite, UserAuthMethod-MicrosoftAuthApp.Read.All, UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.Read, | +| Delegated (work or school account) | UserAuthMethod-MicrosoftAuthApp.Read, UserAuthenticationMethod.Read, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-MicrosoftAuthApp.Read.All, UserAuthMethod-MicrosoftAuthApp.ReadWrite, UserAuthMethod-MicrosoftAuthApp.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | UserAuthMethod-MicrosoftAuthApp.Read.All, UserAuthMethod-MicrosoftAuthApp.ReadWrite.All, UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.Read.All, | +| Application | UserAuthMethod-MicrosoftAuthApp.Read.All, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-MicrosoftAuthApp.ReadWrite.All, | ## PARAMETERS @@ -390,6 +390,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDevice.md index f99abbac93c87..4a6f9dae97137 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetauserauthenticationpasswordlessmicrosoftauthenticatormethoddevice Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDevice --- @@ -25,7 +25,7 @@ Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDevice [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDevice -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -406,6 +406,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationPhoneMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationPhoneMethod.md index dbcacd2058adc..0b59d094f9d41 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationPhoneMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationPhoneMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetauserauthenticationphonemethod Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserAuthenticationPhoneMethod --- @@ -28,7 +28,7 @@ Get-MgBetaUserAuthenticationPhoneMethod -UserId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaUserAuthenticationPhoneMethod -PhoneAuthenticationMethodId -U [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaUserAuthenticationPhoneMethod -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -64,9 +64,9 @@ Represents the phone registered to a user for authentication. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | UserAuthMethod-Phone.Read, UserAuthMethod-Phone.ReadWrite.All, UserAuthMethod-Phone.ReadWrite, UserAuthMethod-Phone.Read.All, UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.Read, | +| Delegated (work or school account) | UserAuthMethod-Phone.Read, UserAuthenticationMethod.Read, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-Phone.Read.All, UserAuthMethod-Phone.ReadWrite, UserAuthMethod-Phone.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | UserAuthMethod-Phone.Read.All, UserAuthMethod-Phone.ReadWrite.All, UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.Read.All, | +| Application | UserAuthMethod-Phone.Read.All, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-Phone.ReadWrite.All, | ## EXAMPLES ### Example 1: Code snippet @@ -619,6 +619,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationPhoneMethodCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationPhoneMethodCount.md index 241aabf2d80b1..7d09bf41ff3c0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationPhoneMethodCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationPhoneMethodCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetauserauthenticationphonemethodcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserAuthenticationPhoneMethodCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaUserAuthenticationPhoneMethodCount -UserId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaUserAuthenticationPhoneMethodCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -52,9 +52,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | UserAuthMethod-Phone.Read, UserAuthMethod-Phone.ReadWrite.All, UserAuthMethod-Phone.ReadWrite, UserAuthMethod-Phone.Read.All, UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.Read, | +| Delegated (work or school account) | UserAuthMethod-Phone.Read, UserAuthenticationMethod.Read, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-Phone.Read.All, UserAuthMethod-Phone.ReadWrite, UserAuthMethod-Phone.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | UserAuthMethod-Phone.Read.All, UserAuthMethod-Phone.ReadWrite.All, UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.Read.All, | +| Application | UserAuthMethod-Phone.Read.All, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-Phone.ReadWrite.All, | ## PARAMETERS @@ -392,6 +392,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationPlatformCredentialMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationPlatformCredentialMethod.md index 129532c1d2972..cfb522632fa50 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationPlatformCredentialMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationPlatformCredentialMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetauserauthenticationplatformcredentialmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserAuthenticationPlatformCredentialMethod --- @@ -28,7 +28,7 @@ Get-MgBetaUserAuthenticationPlatformCredentialMethod -UserId [-ExpandPr [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaUserAuthenticationPlatformCredentialMethod -PlatformCredentialAuthenticationMethodId -UserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaUserAuthenticationPlatformCredentialMethod -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -64,9 +64,9 @@ Represents a platform credential instance registered to a user on Mac OS. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | UserAuthMethod-PlatformCred.Read, UserAuthMethod-PlatformCred.ReadWrite.All, UserAuthMethod-PlatformCred.ReadWrite, UserAuthMethod-PlatformCred.Read.All, UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.Read, | +| Delegated (work or school account) | UserAuthMethod-PlatformCred.Read, UserAuthenticationMethod.Read, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-PlatformCred.Read.All, UserAuthMethod-PlatformCred.ReadWrite, UserAuthMethod-PlatformCred.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | UserAuthMethod-PlatformCred.Read.All, UserAuthMethod-PlatformCred.ReadWrite.All, UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.Read.All, | +| Application | UserAuthMethod-PlatformCred.Read.All, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-PlatformCred.ReadWrite.All, | ## PARAMETERS @@ -605,6 +605,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationPlatformCredentialMethodCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationPlatformCredentialMethodCount.md index 6071d261ade40..0cfef53030d81 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationPlatformCredentialMethodCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationPlatformCredentialMethodCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetauserauthenticationplatformcredentialmethodcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserAuthenticationPlatformCredentialMethodCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaUserAuthenticationPlatformCredentialMethodCount -UserId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaUserAuthenticationPlatformCredentialMethodCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -52,9 +52,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | UserAuthMethod-PlatformCred.Read, UserAuthMethod-PlatformCred.ReadWrite.All, UserAuthMethod-PlatformCred.ReadWrite, UserAuthMethod-PlatformCred.Read.All, UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.Read, | +| Delegated (work or school account) | UserAuthMethod-PlatformCred.Read, UserAuthenticationMethod.Read, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-PlatformCred.Read.All, UserAuthMethod-PlatformCred.ReadWrite, UserAuthMethod-PlatformCred.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | UserAuthMethod-PlatformCred.Read.All, UserAuthMethod-PlatformCred.ReadWrite.All, UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.Read.All, | +| Application | UserAuthMethod-PlatformCred.Read.All, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-PlatformCred.ReadWrite.All, | ## PARAMETERS @@ -392,6 +392,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationPlatformCredentialMethodDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationPlatformCredentialMethodDevice.md index e5a99bc8d951a..f16198ef9de7a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationPlatformCredentialMethodDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationPlatformCredentialMethodDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetauserauthenticationplatformcredentialmethoddevice Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserAuthenticationPlatformCredentialMethodDevice --- @@ -30,7 +30,7 @@ Get-MgBetaUserAuthenticationPlatformCredentialMethodDevice -PlatformCredentialAuthenticationMethodId -UserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -40,7 +40,7 @@ Get-MgBetaUserAuthenticationPlatformCredentialMethodDevice -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -414,6 +414,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationQrCodePinMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationQrCodePinMethod.md index a9d366bb4de02..90a115d23be24 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationQrCodePinMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationQrCodePinMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetauserauthenticationqrcodepinmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserAuthenticationQrCodePinMethod --- @@ -23,7 +23,7 @@ Retrieve a user's qrCodePinAuthenticationMethod object. Get-MgBetaUserAuthenticationQrCodePinMethod -UserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaUserAuthenticationQrCodePinMethod -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -49,9 +49,9 @@ Retrieve a user's qrCodePinAuthenticationMethod object. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | UserAuthMethod-QR.Read, UserAuthMethod-QR.ReadWrite.All, UserAuthMethod-QR.ReadWrite, UserAuthMethod-QR.Read.All, UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.Read, | +| Delegated (work or school account) | UserAuthMethod-QR.Read, UserAuthenticationMethod.Read, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-QR.Read.All, UserAuthMethod-QR.ReadWrite, UserAuthMethod-QR.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | UserAuthMethod-QR.Read.All, UserAuthMethod-QR.ReadWrite.All, UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.Read.All, | +| Application | UserAuthMethod-QR.Read.All, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-QR.ReadWrite.All, | ## EXAMPLES ### Example 1: Code snippet @@ -404,6 +404,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationQrCodePinMethodPin.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationQrCodePinMethodPin.md index 2ab645cf0383c..9ab233246d5b7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationQrCodePinMethodPin.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationQrCodePinMethodPin.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetauserauthenticationqrcodepinmethodpin Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserAuthenticationQrCodePinMethodPin --- @@ -23,7 +23,7 @@ The PIN linked to the QR Code auth method of the user. Get-MgBetaUserAuthenticationQrCodePinMethodPin -UserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaUserAuthenticationQrCodePinMethodPin -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -49,9 +49,9 @@ The PIN linked to the QR Code auth method of the user. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | UserAuthMethod-QR.Read, UserAuthMethod-QR.ReadWrite.All, UserAuthMethod-QR.ReadWrite, UserAuthMethod-QR.Read.All, UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.Read, | +| Delegated (work or school account) | UserAuthMethod-QR.Read, UserAuthenticationMethod.Read, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-QR.Read.All, UserAuthMethod-QR.ReadWrite, UserAuthMethod-QR.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | UserAuthMethod-QR.Read.All, UserAuthMethod-QR.ReadWrite.All, UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.Read.All, | +| Application | UserAuthMethod-QR.Read.All, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-QR.ReadWrite.All, | ## PARAMETERS @@ -391,6 +391,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationQrCodePinMethodStandardQrCode.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationQrCodePinMethodStandardQrCode.md index f53d9512a82df..02992494cca78 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationQrCodePinMethodStandardQrCode.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationQrCodePinMethodStandardQrCode.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetauserauthenticationqrcodepinmethodstandardqrcode Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserAuthenticationQrCodePinMethodStandardQrCode --- @@ -24,7 +24,7 @@ Get-MgBetaUserAuthenticationQrCodePinMethodStandardQrCode -UserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaUserAuthenticationQrCodePinMethodStandardQrCode -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -50,9 +50,9 @@ Read the properties and relationships of a qrCode object. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | UserAuthMethod-QR.Read, UserAuthMethod-QR.ReadWrite.All, UserAuthMethod-QR.ReadWrite, UserAuthMethod-QR.Read.All, UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.Read, | +| Delegated (work or school account) | UserAuthMethod-QR.Read, UserAuthenticationMethod.Read, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-QR.Read.All, UserAuthMethod-QR.ReadWrite, UserAuthMethod-QR.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | UserAuthMethod-QR.Read.All, UserAuthMethod-QR.ReadWrite.All, UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.Read.All, | +| Application | UserAuthMethod-QR.Read.All, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-QR.ReadWrite.All, | ## EXAMPLES ### Example 1: Code snippet @@ -405,6 +405,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationQrCodePinMethodTemporaryQrCode.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationQrCodePinMethodTemporaryQrCode.md index 80a74e8c34459..60f2e859e4f8d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationQrCodePinMethodTemporaryQrCode.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationQrCodePinMethodTemporaryQrCode.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetauserauthenticationqrcodepinmethodtemporaryqrcode Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserAuthenticationQrCodePinMethodTemporaryQrCode --- @@ -26,7 +26,7 @@ Get-MgBetaUserAuthenticationQrCodePinMethodTemporaryQrCode -UserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaUserAuthenticationQrCodePinMethodTemporaryQrCode -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -54,9 +54,9 @@ There can be only one active temporary QR code for the user. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | UserAuthMethod-QR.Read, UserAuthMethod-QR.ReadWrite.All, UserAuthMethod-QR.ReadWrite, UserAuthMethod-QR.Read.All, UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.Read, | +| Delegated (work or school account) | UserAuthMethod-QR.Read, UserAuthenticationMethod.Read, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-QR.Read.All, UserAuthMethod-QR.ReadWrite, UserAuthMethod-QR.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | UserAuthMethod-QR.Read.All, UserAuthMethod-QR.ReadWrite.All, UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.Read.All, | +| Application | UserAuthMethod-QR.Read.All, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-QR.ReadWrite.All, | ## PARAMETERS @@ -396,6 +396,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationRequirement.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationRequirement.md index 65ac0312282b7..196f3cea3ab84 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationRequirement.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationRequirement.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetauserauthenticationrequirement Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserAuthenticationRequirement --- @@ -24,7 +24,7 @@ Use this API to retrieve the following information: Get-MgBetaUserAuthenticationRequirement -UserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaUserAuthenticationRequirement -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -406,6 +406,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationSignInPreference.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationSignInPreference.md index d41ed8a2682a1..96a77d96ea003 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationSignInPreference.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationSignInPreference.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetauserauthenticationsigninpreference Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserAuthenticationSignInPreference --- @@ -24,7 +24,7 @@ Use this API to retrieve the following information: Get-MgBetaUserAuthenticationSignInPreference -UserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaUserAuthenticationSignInPreference -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -398,6 +398,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationSoftwareOathMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationSoftwareOathMethod.md index b4ab05af633d8..ec0dc092c5208 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationSoftwareOathMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationSoftwareOathMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetauserauthenticationsoftwareoathmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserAuthenticationSoftwareOathMethod --- @@ -28,7 +28,7 @@ Get-MgBetaUserAuthenticationSoftwareOathMethod -UserId [-ExpandProperty [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaUserAuthenticationSoftwareOathMethod -SoftwareOathAuthenticationMethod -UserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaUserAuthenticationSoftwareOathMethod -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -64,9 +64,9 @@ The software OATH time-based one-time password (TOTP) applications registered to | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | UserAuthMethod-SoftwareOATH.Read, UserAuthMethod-SoftwareOATH.ReadWrite.All, UserAuthMethod-SoftwareOATH.ReadWrite, UserAuthMethod-SoftwareOATH.Read.All, UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.Read, | +| Delegated (work or school account) | UserAuthMethod-SoftwareOATH.Read, UserAuthenticationMethod.Read, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-SoftwareOATH.Read.All, UserAuthMethod-SoftwareOATH.ReadWrite, UserAuthMethod-SoftwareOATH.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | UserAuthMethod-SoftwareOATH.Read.All, UserAuthMethod-SoftwareOATH.ReadWrite.All, UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.Read.All, | +| Application | UserAuthMethod-SoftwareOATH.Read.All, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-SoftwareOATH.ReadWrite.All, | ## EXAMPLES ### Example 1: Code snippet @@ -619,6 +619,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationSoftwareOathMethodCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationSoftwareOathMethodCount.md index f62c33bb77b56..e63a55386bb8c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationSoftwareOathMethodCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationSoftwareOathMethodCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetauserauthenticationsoftwareoathmethodcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserAuthenticationSoftwareOathMethodCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaUserAuthenticationSoftwareOathMethodCount -UserId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaUserAuthenticationSoftwareOathMethodCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -52,9 +52,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | UserAuthMethod-SoftwareOATH.Read, UserAuthMethod-SoftwareOATH.ReadWrite.All, UserAuthMethod-SoftwareOATH.ReadWrite, UserAuthMethod-SoftwareOATH.Read.All, UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.Read, | +| Delegated (work or school account) | UserAuthMethod-SoftwareOATH.Read, UserAuthenticationMethod.Read, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-SoftwareOATH.Read.All, UserAuthMethod-SoftwareOATH.ReadWrite, UserAuthMethod-SoftwareOATH.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | UserAuthMethod-SoftwareOATH.Read.All, UserAuthMethod-SoftwareOATH.ReadWrite.All, UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.Read.All, | +| Application | UserAuthMethod-SoftwareOATH.Read.All, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-SoftwareOATH.ReadWrite.All, | ## PARAMETERS @@ -392,6 +392,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationTemporaryAccessPassMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationTemporaryAccessPassMethod.md index fb5c7f2da9586..617d346ff05d3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationTemporaryAccessPassMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationTemporaryAccessPassMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetauserauthenticationtemporaryaccesspassmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserAuthenticationTemporaryAccessPassMethod --- @@ -28,7 +28,7 @@ Get-MgBetaUserAuthenticationTemporaryAccessPassMethod -UserId [-ExpandP [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaUserAuthenticationTemporaryAccessPassMethod -TemporaryAccessPassAuthenticationMethodId -UserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaUserAuthenticationTemporaryAccessPassMethod -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -64,9 +64,9 @@ Retrieve a user's single temporaryAccessPassAuthenticationMethod object. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | UserAuthMethod-TAP.Read, UserAuthMethod-TAP.ReadWrite.All, UserAuthMethod-TAP.ReadWrite, UserAuthMethod-TAP.Read.All, UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.Read, | +| Delegated (work or school account) | UserAuthMethod-TAP.Read, UserAuthenticationMethod.Read, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-TAP.Read.All, UserAuthMethod-TAP.ReadWrite, UserAuthMethod-TAP.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | UserAuthMethod-TAP.Read.All, UserAuthMethod-TAP.ReadWrite.All, UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.Read.All, | +| Application | UserAuthMethod-TAP.Read.All, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-TAP.ReadWrite.All, | ## EXAMPLES ### Example 1: Code snippet @@ -618,6 +618,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationTemporaryAccessPassMethodCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationTemporaryAccessPassMethodCount.md index ef467df6d7a93..d4a88d37e25b2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationTemporaryAccessPassMethodCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationTemporaryAccessPassMethodCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetauserauthenticationtemporaryaccesspassmethodcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserAuthenticationTemporaryAccessPassMethodCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaUserAuthenticationTemporaryAccessPassMethodCount -UserId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaUserAuthenticationTemporaryAccessPassMethodCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -52,9 +52,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | UserAuthMethod-TAP.Read, UserAuthMethod-TAP.ReadWrite.All, UserAuthMethod-TAP.ReadWrite, UserAuthMethod-TAP.Read.All, UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.Read, | +| Delegated (work or school account) | UserAuthMethod-TAP.Read, UserAuthenticationMethod.Read, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-TAP.Read.All, UserAuthMethod-TAP.ReadWrite, UserAuthMethod-TAP.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | UserAuthMethod-TAP.Read.All, UserAuthMethod-TAP.ReadWrite.All, UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.Read.All, | +| Application | UserAuthMethod-TAP.Read.All, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-TAP.ReadWrite.All, | ## PARAMETERS @@ -392,6 +392,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethod.md index 8f3ff8eb47272..0dae532eb4983 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetauserauthenticationwindowshelloforbusinessmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethod --- @@ -29,7 +29,6 @@ Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethod -UserId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethod -UserId -WindowsHelloForBusinessAuthenticationMethodId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethod -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -65,9 +64,9 @@ Read the properties and relationships of a windowsHelloForBusinessAuthentication | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | UserAuthMethod-WindowsHello.Read, UserAuthMethod-WindowsHello.ReadWrite.All, UserAuthMethod-WindowsHello.ReadWrite, UserAuthMethod-WindowsHello.Read.All, UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.Read, | +| Delegated (work or school account) | UserAuthMethod-WindowsHello.Read, UserAuthenticationMethod.Read, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-WindowsHello.Read.All, UserAuthMethod-WindowsHello.ReadWrite, UserAuthMethod-WindowsHello.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | UserAuthMethod-WindowsHello.Read.All, UserAuthMethod-WindowsHello.ReadWrite.All, UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.Read.All, | +| Application | UserAuthMethod-WindowsHello.Read.All, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-WindowsHello.ReadWrite.All, | ## EXAMPLES ### Example 1: Code snippet @@ -619,6 +618,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethodCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethodCount.md index a51332b6509ca..43cf9e73160b3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethodCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethodCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetauserauthenticationwindowshelloforbusinessmethodcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethodCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethodCount -UserId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethodCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -52,9 +52,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | UserAuthMethod-WindowsHello.Read, UserAuthMethod-WindowsHello.ReadWrite.All, UserAuthMethod-WindowsHello.ReadWrite, UserAuthMethod-WindowsHello.Read.All, UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.Read, | +| Delegated (work or school account) | UserAuthMethod-WindowsHello.Read, UserAuthenticationMethod.Read, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-WindowsHello.Read.All, UserAuthMethod-WindowsHello.ReadWrite, UserAuthMethod-WindowsHello.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | UserAuthMethod-WindowsHello.Read.All, UserAuthMethod-WindowsHello.ReadWrite.All, UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.Read.All, | +| Application | UserAuthMethod-WindowsHello.Read.All, UserAuthenticationMethod.Read.All, UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-WindowsHello.ReadWrite.All, | ## PARAMETERS @@ -392,6 +392,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethodDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethodDevice.md index 840068514af92..bef89f1ee989d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethodDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethodDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetauserauthenticationwindowshelloforbusinessmethoddevice Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethodDevice --- @@ -30,7 +30,7 @@ Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethodDevice -UserId -WindowsHelloForBusinessAuthenticationMethodId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -40,7 +40,7 @@ Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethodDevice -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -414,6 +414,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtection.md index d6d522567a516..9a80d84b7b4b6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetauserinformationprotection Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserInformationProtection --- @@ -23,7 +23,7 @@ Get informationProtection from users Get-MgBetaUserInformationProtection -UserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaUserInformationProtection -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -383,6 +383,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionBitlocker.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionBitlocker.md index 1d30039e1ca2f..3acdf2203f81a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionBitlocker.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionBitlocker.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetauserinformationprotectionbitlocker Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserInformationProtectionBitlocker --- @@ -23,7 +23,7 @@ Get bitlocker from users Get-MgBetaUserInformationProtectionBitlocker -UserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaUserInformationProtectionBitlocker -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -383,6 +383,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionBitlockerRecoveryKey.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionBitlockerRecoveryKey.md index 0a50250a9c1f8..e8711f4d7e225 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionBitlockerRecoveryKey.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionBitlockerRecoveryKey.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetauserinformationprotectionbitlockerrecoverykey Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserInformationProtectionBitlockerRecoveryKey --- @@ -26,7 +26,6 @@ Get-MgBetaUserInformationProtectionBitlockerRecoveryKey -UserId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaUserInformationProtectionBitlockerRecoveryKey -BitlockerRecoveryKeyId -UserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaUserInformationProtectionBitlockerRecoveryKey -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -595,6 +594,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionBitlockerRecoveryKeyCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionBitlockerRecoveryKeyCount.md index c57470a90d12f..e3ed20d2bd285 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionBitlockerRecoveryKeyCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionBitlockerRecoveryKeyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetauserinformationprotectionbitlockerrecoverykeycount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserInformationProtectionBitlockerRecoveryKeyCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaUserInformationProtectionBitlockerRecoveryKeyCount -UserId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaUserInformationProtectionBitlockerRecoveryKeyCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -381,6 +381,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionDataLossPreventionPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionDataLossPreventionPolicy.md index c3bb98abf0fb4..5ad9e8e69a148 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionDataLossPreventionPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionDataLossPreventionPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetauserinformationprotectiondatalosspreventionpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserInformationProtectionDataLossPreventionPolicy --- @@ -26,7 +26,6 @@ Get-MgBetaUserInformationProtectionDataLossPreventionPolicy -UserId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaUserInformationProtectionDataLossPreventionPolicy -DataLossPreventionP -UserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaUserInformationProtectionDataLossPreventionPolicy -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -595,6 +594,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionDataLossPreventionPolicyCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionDataLossPreventionPolicyCount.md index 7422d23882420..44f84dca0c128 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionDataLossPreventionPolicyCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionDataLossPreventionPolicyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetauserinformationprotectiondatalosspreventionpolicycount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserInformationProtectionDataLossPreventionPolicyCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaUserInformationProtectionDataLossPreventionPolicyCount -UserId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaUserInformationProtectionDataLossPreventionPolicyCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -381,6 +381,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionPolicy.md index 0595f28657c43..be31dcce573d7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetauserinformationprotectionpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserInformationProtectionPolicy --- @@ -23,7 +23,7 @@ Get policy from users Get-MgBetaUserInformationProtectionPolicy -UserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaUserInformationProtectionPolicy -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -383,6 +383,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionPolicyLabel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionPolicyLabel.md index 73a39ba84bde2..b0834145c5059 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionPolicyLabel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionPolicyLabel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetauserinformationprotectionpolicylabel Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserInformationProtectionPolicyLabel --- @@ -25,7 +25,7 @@ Get-MgBetaUserInformationProtectionPolicyLabel -UserId [-ExpandProperty [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaUserInformationProtectionPolicyLabel -InformationProtectionLabelId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaUserInformationProtectionPolicyLabel -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -620,6 +620,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionPolicyLabelCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionPolicyLabelCount.md index 3622687ffbe9b..874173301c5c4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionPolicyLabelCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionPolicyLabelCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetauserinformationprotectionpolicylabelcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserInformationProtectionPolicyLabelCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaUserInformationProtectionPolicyLabelCount -UserId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaUserInformationProtectionPolicyLabelCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -389,6 +389,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionSensitivityLabel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionSensitivityLabel.md index debb0c2c2e13d..b910c1a77cfad 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionSensitivityLabel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionSensitivityLabel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetauserinformationprotectionsensitivitylabel Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserInformationProtectionSensitivityLabel --- @@ -25,7 +25,7 @@ Get-MgBetaUserInformationProtectionSensitivityLabel -UserId [-ExpandPro [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaUserInformationProtectionSensitivityLabel -SensitivityLabelId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaUserInformationProtectionSensitivityLabel -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -594,6 +594,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionSensitivityLabelCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionSensitivityLabelCount.md index ed6980c8466a5..d3874b6f43c31 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionSensitivityLabelCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionSensitivityLabelCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetauserinformationprotectionsensitivitylabelcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserInformationProtectionSensitivityLabelCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaUserInformationProtectionSensitivityLabelCount -UserId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaUserInformationProtectionSensitivityLabelCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -381,6 +381,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionSensitivityLabelRight.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionSensitivityLabelRight.md index 056ea002bd591..acf3fe1c693ae 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionSensitivityLabelRight.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionSensitivityLabelRight.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetauserinformationprotectionsensitivitylabelright Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserInformationProtectionSensitivityLabelRight --- @@ -24,7 +24,7 @@ Get-MgBetaUserInformationProtectionSensitivityLabelRight -SensitivityLabelId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaUserInformationProtectionSensitivityLabelRight -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -405,6 +405,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionSensitivityLabelSublabel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionSensitivityLabelSublabel.md index e083b722364b5..d232a3d0a18ee 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionSensitivityLabelSublabel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionSensitivityLabelSublabel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetauserinformationprotectionsensitivitylabelsublabel Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserInformationProtectionSensitivityLabelSublabel --- @@ -26,7 +26,7 @@ Get-MgBetaUserInformationProtectionSensitivityLabelSublabel -SensitivityLabelId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -36,7 +36,7 @@ Get-MgBetaUserInformationProtectionSensitivityLabelSublabel -SensitivityLabelId -SensitivityLabelId1 -UserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaUserInformationProtectionSensitivityLabelSublabel -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -622,6 +622,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionSensitivityLabelSublabelCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionSensitivityLabelSublabelCount.md index 555531ff26e14..185575085dc31 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionSensitivityLabelSublabelCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionSensitivityLabelSublabelCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetauserinformationprotectionsensitivitylabelsublabelcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserInformationProtectionSensitivityLabelSublabelCount --- @@ -24,7 +24,7 @@ Get-MgBetaUserInformationProtectionSensitivityLabelSublabelCount -SensitivityLab -UserId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaUserInformationProtectionSensitivityLabelSublabelCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -403,6 +403,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionSensitivityLabelSublabelRight.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionSensitivityLabelSublabelRight.md index 1bb7955b824c0..703fdc5cb95c5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionSensitivityLabelSublabelRight.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionSensitivityLabelSublabelRight.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetauserinformationprotectionsensitivitylabelsublabelright Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserInformationProtectionSensitivityLabelSublabelRight --- @@ -24,7 +24,7 @@ Get-MgBetaUserInformationProtectionSensitivityLabelSublabelRight -SensitivityLab -SensitivityLabelId1 -UserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaUserInformationProtectionSensitivityLabelSublabelRight -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -426,6 +426,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionSensitivityPolicySetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionSensitivityPolicySetting.md index fbe533cf4fbda..e96c8aa1b4e9c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionSensitivityPolicySetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionSensitivityPolicySetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetauserinformationprotectionsensitivitypolicysetting Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserInformationProtectionSensitivityPolicySetting --- @@ -24,7 +24,7 @@ Get-MgBetaUserInformationProtectionSensitivityPolicySetting -UserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaUserInformationProtectionSensitivityPolicySetting -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -384,6 +384,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionThreatAssessmentRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionThreatAssessmentRequest.md index b0ebebceb654f..37dfaf199939a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionThreatAssessmentRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionThreatAssessmentRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetauserinformationprotectionthreatassessmentrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserInformationProtectionThreatAssessmentRequest --- @@ -26,7 +26,6 @@ Get-MgBetaUserInformationProtectionThreatAssessmentRequest -UserId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaUserInformationProtectionThreatAssessmentRequest -ThreatAssessmentRequ -UserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaUserInformationProtectionThreatAssessmentRequest -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -595,6 +594,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionThreatAssessmentRequestCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionThreatAssessmentRequestCount.md index 8259709566c11..9bf56a081443a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionThreatAssessmentRequestCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionThreatAssessmentRequestCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetauserinformationprotectionthreatassessmentrequestcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserInformationProtectionThreatAssessmentRequestCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaUserInformationProtectionThreatAssessmentRequestCount -UserId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaUserInformationProtectionThreatAssessmentRequestCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -381,6 +381,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionThreatAssessmentRequestResult.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionThreatAssessmentRequestResult.md index fad4c66fa60b6..4a7efd3eec9c0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionThreatAssessmentRequestResult.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionThreatAssessmentRequestResult.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetauserinformationprotectionthreatassessmentrequestresult Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserInformationProtectionThreatAssessmentRequestResult --- @@ -28,7 +28,7 @@ Get-MgBetaUserInformationProtectionThreatAssessmentRequestResult -ThreatAssessme [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaUserInformationProtectionThreatAssessmentRequestResult -ThreatAssessme -ThreatAssessmentResultId -UserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaUserInformationProtectionThreatAssessmentRequestResult -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -626,6 +626,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionThreatAssessmentRequestResultCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionThreatAssessmentRequestResultCount.md index 48b2c072a797e..ee8dbd49a938d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionThreatAssessmentRequestResultCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaUserInformationProtectionThreatAssessmentRequestResultCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetauserinformationprotectionthreatassessmentrequestresultcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserInformationProtectionThreatAssessmentRequestResultCount --- @@ -24,7 +24,7 @@ Get-MgBetaUserInformationProtectionThreatAssessmentRequestResultCount -ThreatAssessmentRequestId -UserId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaUserInformationProtectionThreatAssessmentRequestResultCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -403,6 +403,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Initialize-MgBetaUserAuthenticationHardwareOathMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Initialize-MgBetaUserAuthenticationHardwareOathMethod.md index 5d20c1eb6b18e..07194f6fcd656 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Initialize-MgBetaUserAuthenticationHardwareOathMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Initialize-MgBetaUserAuthenticationHardwareOathMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/initialize-mgbetauserauthenticationhardwareoathmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Initialize-MgBetaUserAuthenticationHardwareOathMethod --- @@ -26,7 +26,6 @@ Initialize-MgBetaUserAuthenticationHardwareOathMethod -HardwareOathAuthenticatio [-DisplayName ] [-VerificationCode ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Activate @@ -38,7 +37,6 @@ Initialize-MgBetaUserAuthenticationHardwareOathMethod -HardwareOathAuthenticatio [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ActivateViaIdentityExpanded @@ -49,7 +47,6 @@ Initialize-MgBetaUserAuthenticationHardwareOathMethod -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ActivateViaIdentity @@ -60,7 +57,6 @@ Initialize-MgBetaUserAuthenticationHardwareOathMethod -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -77,7 +73,7 @@ A user can self-activate their token or an admin can activate for a user. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | UserAuthMethod-HardwareOATH.ReadWrite, UserAuthMethod-HardwareOATH.ReadWrite.All, UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.ReadWrite, | +| Delegated (work or school account) | UserAuthMethod-HardwareOATH.ReadWrite, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-HardwareOATH.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | UserAuthMethod-HardwareOATH.ReadWrite.All, UserAuthenticationMethod.ReadWrite.All, | @@ -616,6 +612,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaAndInformationProtectionSensitivityLabel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaAndInformationProtectionSensitivityLabel.md index 6f755f4a63837..b8a7897216bcb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaAndInformationProtectionSensitivityLabel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaAndInformationProtectionSensitivityLabel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/invoke-mgbetaandinformationprotectionsensitivitylabel Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaAndInformationProtectionSensitivityLabel --- @@ -25,7 +25,7 @@ Invoke-MgBetaAndInformationProtectionSensitivityLabel [-ResponseHeadersVariable [-ProtectedContents ] [-SupportedContentFormats ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### And @@ -36,7 +36,6 @@ Invoke-MgBetaAndInformationProtectionSensitivityLabel [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaAndInformationProtectionSensitivityLabelSublabel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaAndInformationProtectionSensitivityLabelSublabel.md index 3ebe67f93482e..c4bdab204b4fa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaAndInformationProtectionSensitivityLabelSublabel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaAndInformationProtectionSensitivityLabelSublabel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/invoke-mgbetaandinformationprotectionsensitivitylabelsublabel Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaAndInformationProtectionSensitivityLabelSublabel --- @@ -26,7 +26,7 @@ Invoke-MgBetaAndInformationProtectionSensitivityLabelSublabel -SensitivityLabelI [-ProtectedContents ] [-SupportedContentFormats ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### And @@ -37,7 +37,6 @@ Invoke-MgBetaAndInformationProtectionSensitivityLabelSublabel -SensitivityLabelI [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AndViaIdentityExpanded @@ -49,7 +48,7 @@ Invoke-MgBetaAndInformationProtectionSensitivityLabelSublabel [-ProtectedContents ] [-SupportedContentFormats ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### AndViaIdentity @@ -61,7 +60,6 @@ Invoke-MgBetaAndInformationProtectionSensitivityLabelSublabel [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -627,6 +625,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaAndUserInformationProtectionSensitivityLabel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaAndUserInformationProtectionSensitivityLabel.md index 3db8c9c4e6e2a..0231484b517fa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaAndUserInformationProtectionSensitivityLabel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaAndUserInformationProtectionSensitivityLabel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/invoke-mgbetaanduserinformationprotectionsensitivitylabel Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaAndUserInformationProtectionSensitivityLabel --- @@ -26,7 +26,7 @@ Invoke-MgBetaAndUserInformationProtectionSensitivityLabel -UserId [-ProtectedContents ] [-SupportedContentFormats ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### And @@ -37,7 +37,6 @@ Invoke-MgBetaAndUserInformationProtectionSensitivityLabel -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AndViaIdentityExpanded @@ -49,7 +48,7 @@ Invoke-MgBetaAndUserInformationProtectionSensitivityLabel -InputObject ] [-SupportedContentFormats ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### AndViaIdentity @@ -60,7 +59,6 @@ Invoke-MgBetaAndUserInformationProtectionSensitivityLabel -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -626,6 +624,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaAndUserInformationProtectionSensitivityLabelSublabel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaAndUserInformationProtectionSensitivityLabelSublabel.md index 86dde7a742f0a..ce7889a3355da 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaAndUserInformationProtectionSensitivityLabelSublabel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaAndUserInformationProtectionSensitivityLabelSublabel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/invoke-mgbetaanduserinformationprotectionsensitivitylabelsublabel Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaAndUserInformationProtectionSensitivityLabelSublabel --- @@ -26,7 +26,7 @@ Invoke-MgBetaAndUserInformationProtectionSensitivityLabelSublabel -SensitivityLa [-ProtectedContents ] [-SupportedContentFormats ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### And @@ -38,7 +38,6 @@ Invoke-MgBetaAndUserInformationProtectionSensitivityLabelSublabel -SensitivityLa [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AndViaIdentityExpanded @@ -50,7 +49,7 @@ Invoke-MgBetaAndUserInformationProtectionSensitivityLabelSublabel [-ProtectedContents ] [-SupportedContentFormats ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### AndViaIdentity @@ -62,7 +61,6 @@ Invoke-MgBetaAndUserInformationProtectionSensitivityLabelSublabel [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -655,6 +653,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaAvailableIdentityProviderType.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaAvailableIdentityProviderType.md index b55877cb0b0f3..ce27319f451c2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaAvailableIdentityProviderType.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaAvailableIdentityProviderType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/invoke-mgbetaavailableidentityprovidertype Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaAvailableIdentityProviderType --- @@ -26,7 +26,7 @@ Get all identity providers supported in a directory. Invoke-MgBetaAvailableIdentityProviderType [-Count] [-Filter ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaBufferInformationProtectionDecrypt.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaBufferInformationProtectionDecrypt.md index 7de612036ce2b..344afd1d6c1a4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaBufferInformationProtectionDecrypt.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaBufferInformationProtectionDecrypt.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/invoke-mgbetabufferinformationprotectiondecrypt Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaBufferInformationProtectionDecrypt --- @@ -26,7 +26,6 @@ Invoke-MgBetaBufferInformationProtectionDecrypt -OutFile [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Buffer @@ -37,7 +36,6 @@ Invoke-MgBetaBufferInformationProtectionDecrypt -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaBufferInformationProtectionEncrypt.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaBufferInformationProtectionEncrypt.md index 6b9b943a4c13d..b7c3a02ecf230 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaBufferInformationProtectionEncrypt.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaBufferInformationProtectionEncrypt.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/invoke-mgbetabufferinformationprotectionencrypt Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaBufferInformationProtectionEncrypt --- @@ -24,7 +24,7 @@ Invoke-MgBetaBufferInformationProtectionEncrypt [-ResponseHeadersVariable ] [-BufferInputFile ] [-LabelId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Buffer @@ -35,7 +35,6 @@ Invoke-MgBetaBufferInformationProtectionEncrypt [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaBufferUserInformationProtectionDecrypt.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaBufferUserInformationProtectionDecrypt.md index 3d788c94645a1..a7dfa3e9eab14 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaBufferUserInformationProtectionDecrypt.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaBufferUserInformationProtectionDecrypt.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/invoke-mgbetabufferuserinformationprotectiondecrypt Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaBufferUserInformationProtectionDecrypt --- @@ -26,7 +26,6 @@ Invoke-MgBetaBufferUserInformationProtectionDecrypt -UserId -OutFile ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Buffer @@ -37,7 +36,6 @@ Invoke-MgBetaBufferUserInformationProtectionDecrypt -UserId -OutFile ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### BufferViaIdentityExpanded @@ -49,7 +47,6 @@ Invoke-MgBetaBufferUserInformationProtectionDecrypt -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### BufferViaIdentity @@ -61,7 +58,6 @@ Invoke-MgBetaBufferUserInformationProtectionDecrypt -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -604,6 +600,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaBufferUserInformationProtectionEncrypt.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaBufferUserInformationProtectionEncrypt.md index 5fcda32ef8080..fcaede6aa756b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaBufferUserInformationProtectionEncrypt.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaBufferUserInformationProtectionEncrypt.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/invoke-mgbetabufferuserinformationprotectionencrypt Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaBufferUserInformationProtectionEncrypt --- @@ -24,7 +24,7 @@ Invoke-MgBetaBufferUserInformationProtectionEncrypt -UserId [-ResponseHeadersVariable ] [-AdditionalProperties ] [-BufferInputFile ] [-LabelId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Buffer @@ -35,7 +35,6 @@ Invoke-MgBetaBufferUserInformationProtectionEncrypt -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### BufferViaIdentityExpanded @@ -45,7 +44,7 @@ Invoke-MgBetaBufferUserInformationProtectionEncrypt -InputObject ] [-AdditionalProperties ] [-BufferInputFile ] [-LabelId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### BufferViaIdentity @@ -56,7 +55,6 @@ Invoke-MgBetaBufferUserInformationProtectionEncrypt -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -557,6 +555,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaComputeInformationProtectionSensitivityLabelInheritance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaComputeInformationProtectionSensitivityLabelInheritance.md index 6b7fbd36a76f3..93856fd9538a2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaComputeInformationProtectionSensitivityLabelInheritance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaComputeInformationProtectionSensitivityLabelInheritance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/invoke-mgbetacomputeinformationprotectionsensitivitylabelinheritance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaComputeInformationProtectionSensitivityLabelInheritance --- @@ -24,7 +24,7 @@ Invoke-MgBetaComputeInformationProtectionSensitivityLabelInheritance -ContentFor -LabelIds -Locale [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### ComputeViaIdentity @@ -34,7 +34,7 @@ Invoke-MgBetaComputeInformationProtectionSensitivityLabelInheritance -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -382,6 +382,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaComputeInformationProtectionSensitivityLabelSublabelInheritance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaComputeInformationProtectionSensitivityLabelSublabelInheritance.md index 25b5672d2b69e..e3c5c32baa3c0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaComputeInformationProtectionSensitivityLabelSublabelInheritance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaComputeInformationProtectionSensitivityLabelSublabelInheritance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/invoke-mgbetacomputeinformationprotectionsensitivitylabelsublabelinheritance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaComputeInformationProtectionSensitivityLabelSublabelInheritance --- @@ -24,7 +24,7 @@ Invoke-MgBetaComputeInformationProtectionSensitivityLabelSublabelInheritance -ContentFormats -LabelIds -Locale -SensitivityLabelId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### ComputeViaIdentity @@ -34,7 +34,7 @@ Invoke-MgBetaComputeInformationProtectionSensitivityLabelSublabelInheritance -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -403,6 +403,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaComputeUserInformationProtectionSensitivityLabelInheritance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaComputeUserInformationProtectionSensitivityLabelInheritance.md index 894e1214f6843..ef7c7cd6de634 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaComputeUserInformationProtectionSensitivityLabelInheritance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaComputeUserInformationProtectionSensitivityLabelInheritance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/invoke-mgbetacomputeuserinformationprotectionsensitivitylabelinheritance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaComputeUserInformationProtectionSensitivityLabelInheritance --- @@ -24,7 +24,7 @@ Invoke-MgBetaComputeUserInformationProtectionSensitivityLabelInheritance -Conten -LabelIds -Locale -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### ComputeViaIdentity @@ -34,7 +34,7 @@ Invoke-MgBetaComputeUserInformationProtectionSensitivityLabelInheritance -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -403,6 +403,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaComputeUserInformationProtectionSensitivityLabelSublabelInheritance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaComputeUserInformationProtectionSensitivityLabelSublabelInheritance.md index 65ee93d10bb51..dfeaaa633a9c8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaComputeUserInformationProtectionSensitivityLabelSublabelInheritance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaComputeUserInformationProtectionSensitivityLabelSublabelInheritance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/invoke-mgbetacomputeuserinformationprotectionsensitivitylabelsublabelinheritance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaComputeUserInformationProtectionSensitivityLabelSublabelInheritance --- @@ -24,7 +24,7 @@ Invoke-MgBetaComputeUserInformationProtectionSensitivityLabelSublabelInheritance -ContentFormats -LabelIds -Locale -SensitivityLabelId -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### ComputeViaIdentity @@ -34,7 +34,7 @@ Invoke-MgBetaComputeUserInformationProtectionSensitivityLabelSublabelInheritance -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -424,6 +424,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaCreationUserAuthenticationFido2MethodOption.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaCreationUserAuthenticationFido2MethodOption.md index 2dfbf3ebd1a53..91aeb908c8302 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaCreationUserAuthenticationFido2MethodOption.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaCreationUserAuthenticationFido2MethodOption.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/invoke-mgbetacreationuserauthenticationfido2methodoption Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaCreationUserAuthenticationFido2MethodOption --- @@ -25,7 +25,7 @@ Invoke-MgBetaCreationUserAuthenticationFido2MethodOption -UserId [-ChallengeTimeoutInMinutes ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### CreationViaIdentity @@ -35,7 +35,7 @@ Invoke-MgBetaCreationUserAuthenticationFido2MethodOption -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -52,9 +52,9 @@ Self-service operations aren't supported. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | UserAuthMethod-Passkey.Read.All, UserAuthMethod-Passkey.ReadWrite.All, UserAuthMethod-Passkey.ReadWrite, UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.ReadWrite, | +| Delegated (work or school account) | UserAuthMethod-Passkey.ReadWrite, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-Passkey.Read.All, UserAuthMethod-Passkey.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | UserAuthMethod-Passkey.Read.All, UserAuthMethod-Passkey.ReadWrite.All, UserAuthenticationMethod.ReadWrite.All, | +| Application | UserAuthMethod-Passkey.Read.All, UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-Passkey.ReadWrite.All, | ## EXAMPLES ### Example 1: Code snippet @@ -384,6 +384,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaDeactivateUserAuthenticationHardwareOathMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaDeactivateUserAuthenticationHardwareOathMethod.md index 6605c789ccf81..f9cf5935f2aaf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaDeactivateUserAuthenticationHardwareOathMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaDeactivateUserAuthenticationHardwareOathMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/invoke-mgbetadeactivateuserauthenticationhardwareoathmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaDeactivateUserAuthenticationHardwareOathMethod --- @@ -26,7 +26,6 @@ Invoke-MgBetaDeactivateUserAuthenticationHardwareOathMethod [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeactivateViaIdentity @@ -36,7 +35,6 @@ Invoke-MgBetaDeactivateUserAuthenticationHardwareOathMethod -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -443,6 +441,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaDismissRiskyAgent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaDismissRiskyAgent.md index 781a0e06923a8..b18f44e0cfda9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaDismissRiskyAgent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaDismissRiskyAgent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/invoke-mgbetadismissriskyagent Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaDismissRiskyAgent --- @@ -25,7 +25,6 @@ Invoke-MgBetaDismissRiskyAgent [-ResponseHeadersVariable ] [-AdditionalProperties ] [-AgentIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Dismiss @@ -36,7 +35,6 @@ Invoke-MgBetaDismissRiskyAgent [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -57,6 +55,26 @@ This action sets the targeted agent's riskLevel to none. | Delegated (personal Microsoft account) | Not supported | | Application | IdentityRiskyAgent.ReadWrite.All, | +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.SignIns + +$params = @{ + agentIds = @( + "29f270bb-4d23-4f68-8a57-dc73dc0d4caf" +"20f91ec9-d140-4d90-9cd9-f618587a1471" +) +} + +Invoke-MgBetaDismissRiskyAgent -BodyParameter $params + +``` +This example shows how to use the Invoke-MgBetaDismissRiskyAgent Cmdlet. + + ## PARAMETERS ### -AdditionalProperties @@ -416,6 +434,5 @@ BODYPARAMETER `] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Dismiss @@ -41,7 +40,6 @@ Invoke-MgBetaDismissRiskyServicePrincipal [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaDismissRiskyUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaDismissRiskyUser.md index 74d2e634488c4..4dd71342fbfc7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaDismissRiskyUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaDismissRiskyUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/invoke-mgbetadismissriskyuser Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaDismissRiskyUser --- @@ -29,7 +29,6 @@ Invoke-MgBetaDismissRiskyUser [-ResponseHeadersVariable ] [-AdditionalProperties ] [-UserIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Dismiss @@ -40,7 +39,6 @@ Invoke-MgBetaDismissRiskyUser [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaExtractInformationProtectionPolicyLabel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaExtractInformationProtectionPolicyLabel.md index ceaa0a295b690..c69f42e240030 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaExtractInformationProtectionPolicyLabel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaExtractInformationProtectionPolicyLabel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/invoke-mgbetaextractinformationprotectionpolicylabel Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaExtractInformationProtectionPolicyLabel --- @@ -25,7 +25,7 @@ Invoke-MgBetaExtractInformationProtectionPolicyLabel [-ResponseHeadersVariable < [-AdditionalProperties ] [-ContentInfo ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Extract @@ -36,7 +36,6 @@ Invoke-MgBetaExtractInformationProtectionPolicyLabel [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaExtractUserInformationProtectionPolicyLabel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaExtractUserInformationProtectionPolicyLabel.md index 0ccebf1dfca97..ee08fcd8b0ff5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaExtractUserInformationProtectionPolicyLabel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaExtractUserInformationProtectionPolicyLabel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/invoke-mgbetaextractuserinformationprotectionpolicylabel Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaExtractUserInformationProtectionPolicyLabel --- @@ -26,7 +26,6 @@ Invoke-MgBetaExtractUserInformationProtectionPolicyLabel -UserId [-ContentInfo ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Extract @@ -37,7 +36,6 @@ Invoke-MgBetaExtractUserInformationProtectionPolicyLabel -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ExtractViaIdentityExpanded @@ -48,7 +46,6 @@ Invoke-MgBetaExtractUserInformationProtectionPolicyLabel -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ExtractViaIdentity @@ -59,7 +56,6 @@ Invoke-MgBetaExtractUserInformationProtectionPolicyLabel -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -529,6 +525,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaSignInformationProtectionDigest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaSignInformationProtectionDigest.md index 54b0b48d1d207..fb8f4b8d76035 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaSignInformationProtectionDigest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaSignInformationProtectionDigest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/invoke-mgbetasigninformationprotectiondigest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaSignInformationProtectionDigest --- @@ -24,7 +24,6 @@ Invoke-MgBetaSignInformationProtectionDigest [-ResponseHeadersVariable ] [-AdditionalProperties ] [-DigestInputFile ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Sign @@ -35,7 +34,6 @@ Invoke-MgBetaSignInformationProtectionDigest [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaSignUserInformationProtectionDigest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaSignUserInformationProtectionDigest.md index c1007b058241b..65f1eaad08432 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaSignUserInformationProtectionDigest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaSignUserInformationProtectionDigest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/invoke-mgbetasignuserinformationprotectiondigest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaSignUserInformationProtectionDigest --- @@ -24,7 +24,7 @@ Invoke-MgBetaSignUserInformationProtectionDigest -UserId [-ResponseHeadersVariable ] [-AdditionalProperties ] [-DigestInputFile ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Sign @@ -35,7 +35,6 @@ Invoke-MgBetaSignUserInformationProtectionDigest -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SignViaIdentityExpanded @@ -45,7 +44,7 @@ Invoke-MgBetaSignUserInformationProtectionDigest -InputObject ] [-AdditionalProperties ] [-DigestInputFile ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### SignViaIdentity @@ -56,7 +55,6 @@ Invoke-MgBetaSignUserInformationProtectionDigest -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -528,6 +526,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaUploadIdentityApiConnectorClientCertificate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaUploadIdentityApiConnectorClientCertificate.md index d76713adebe92..9f479e2944e25 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaUploadIdentityApiConnectorClientCertificate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaUploadIdentityApiConnectorClientCertificate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/invoke-mgbetauploadidentityapiconnectorclientcertificate Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaUploadIdentityApiConnectorClientCertificate --- @@ -29,7 +29,7 @@ Invoke-MgBetaUploadIdentityApiConnectorClientCertificate -IdentityApiConnectorId [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Password ] [-Pkcs12Value ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Upload @@ -40,7 +40,6 @@ Invoke-MgBetaUploadIdentityApiConnectorClientCertificate -IdentityApiConnectorId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UploadViaIdentityExpanded @@ -50,7 +49,7 @@ Invoke-MgBetaUploadIdentityApiConnectorClientCertificate -InputObject ] [-AdditionalProperties ] [-Password ] [-Pkcs12Value ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UploadViaIdentity @@ -61,7 +60,6 @@ Invoke-MgBetaUploadIdentityApiConnectorClientCertificate -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -569,6 +567,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPostAttributeCollectionClientCertificate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPostAttributeCollectionClientCertificate.md index 8730f99dab522..504c5573a94af 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPostAttributeCollectionClientCertificate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPostAttributeCollectionClientCertificate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/invoke-mgbetauploadidentityb2xuserflowapiconnectorconfigurationpostattributecollectionclientcertificate Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPostAttributeCollectionClientCertificate --- @@ -30,7 +30,7 @@ Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPostAttributeColl [-AdditionalProperties ] [-Password ] [-Pkcs12Value ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Upload @@ -42,7 +42,6 @@ Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPostAttributeColl [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UploadViaIdentityExpanded @@ -53,7 +52,7 @@ Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPostAttributeColl [-AdditionalProperties ] [-Password ] [-Pkcs12Value ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UploadViaIdentity @@ -65,7 +64,6 @@ Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPostAttributeColl [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -547,6 +545,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPostFederationSignupClientCertificate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPostFederationSignupClientCertificate.md index 687f1e572acb9..88959fb92e1b2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPostFederationSignupClientCertificate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPostFederationSignupClientCertificate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/invoke-mgbetauploadidentityb2xuserflowapiconnectorconfigurationpostfederationsignupclientcertificate Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPostFederationSignupClientCertificate --- @@ -30,7 +30,7 @@ Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPostFederationSig [-AdditionalProperties ] [-Password ] [-Pkcs12Value ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Upload @@ -42,7 +42,6 @@ Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPostFederationSig [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UploadViaIdentityExpanded @@ -53,7 +52,7 @@ Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPostFederationSig [-AdditionalProperties ] [-Password ] [-Pkcs12Value ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UploadViaIdentity @@ -65,7 +64,6 @@ Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPostFederationSig [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -547,6 +545,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPreTokenIssuanceClientCertificate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPreTokenIssuanceClientCertificate.md index e18133b8da673..1594db2908b2b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPreTokenIssuanceClientCertificate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPreTokenIssuanceClientCertificate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/invoke-mgbetauploadidentityb2xuserflowapiconnectorconfigurationpretokenissuanceclientcertificate Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPreTokenIssuanceClientCertificate --- @@ -27,7 +27,7 @@ Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPreTokenIssuanceC [-AdditionalProperties ] [-Password ] [-Pkcs12Value ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Upload @@ -39,7 +39,6 @@ Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPreTokenIssuanceC [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UploadViaIdentityExpanded @@ -50,7 +49,7 @@ Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPreTokenIssuanceC [-AdditionalProperties ] [-Password ] [-Pkcs12Value ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UploadViaIdentity @@ -62,7 +61,6 @@ Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPreTokenIssuanceC [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -544,6 +542,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaUploadTrustFrameworkKeySetCertificate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaUploadTrustFrameworkKeySetCertificate.md index 38beb35821c27..640496a417952 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaUploadTrustFrameworkKeySetCertificate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaUploadTrustFrameworkKeySetCertificate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/invoke-mgbetauploadtrustframeworkkeysetcertificate Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaUploadTrustFrameworkKeySetCertificate --- @@ -26,7 +26,7 @@ Invoke-MgBetaUploadTrustFrameworkKeySetCertificate -TrustFrameworkKeySetId ] [-AdditionalProperties ] [-Key ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Upload @@ -37,7 +37,6 @@ Invoke-MgBetaUploadTrustFrameworkKeySetCertificate -TrustFrameworkKeySetId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UploadViaIdentityExpanded @@ -47,7 +46,7 @@ Invoke-MgBetaUploadTrustFrameworkKeySetCertificate -InputObject ] [-AdditionalProperties ] [-Key ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UploadViaIdentity @@ -58,7 +57,6 @@ Invoke-MgBetaUploadTrustFrameworkKeySetCertificate -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -537,6 +535,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaUploadTrustFrameworkKeySetPkcs12.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaUploadTrustFrameworkKeySetPkcs12.md index 314e0d32db67d..1e0aa37b19db3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaUploadTrustFrameworkKeySetPkcs12.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaUploadTrustFrameworkKeySetPkcs12.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/invoke-mgbetauploadtrustframeworkkeysetpkcs12 Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaUploadTrustFrameworkKeySetPkcs12 --- @@ -26,7 +26,7 @@ Invoke-MgBetaUploadTrustFrameworkKeySetPkcs12 -TrustFrameworkKeySetId [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Key ] [-Password ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Upload @@ -37,7 +37,6 @@ Invoke-MgBetaUploadTrustFrameworkKeySetPkcs12 -TrustFrameworkKeySetId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UploadViaIdentityExpanded @@ -47,7 +46,7 @@ Invoke-MgBetaUploadTrustFrameworkKeySetPkcs12 -InputObject ] [-AdditionalProperties ] [-Key ] [-Password ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UploadViaIdentity @@ -58,7 +57,6 @@ Invoke-MgBetaUploadTrustFrameworkKeySetPkcs12 -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -566,6 +564,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaUploadTrustFrameworkKeySetSecret.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaUploadTrustFrameworkKeySetSecret.md index b7effddde107f..2e129f65583c2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaUploadTrustFrameworkKeySetSecret.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaUploadTrustFrameworkKeySetSecret.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/invoke-mgbetauploadtrustframeworkkeysetsecret Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaUploadTrustFrameworkKeySetSecret --- @@ -27,7 +27,6 @@ Invoke-MgBetaUploadTrustFrameworkKeySetSecret -TrustFrameworkKeySetId [-Nbf ] [-Use ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Upload @@ -38,7 +37,6 @@ Invoke-MgBetaUploadTrustFrameworkKeySetSecret -TrustFrameworkKeySetId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UploadViaIdentityExpanded @@ -49,7 +47,6 @@ Invoke-MgBetaUploadTrustFrameworkKeySetSecret -InputObject ] [-Use ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UploadViaIdentity @@ -60,7 +57,6 @@ Invoke-MgBetaUploadTrustFrameworkKeySetSecret -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -626,6 +622,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaUsageIdentityConditionalAccessAuthenticationStrengthPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaUsageIdentityConditionalAccessAuthenticationStrengthPolicy.md index d9451a586df20..ec694287ca933 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaUsageIdentityConditionalAccessAuthenticationStrengthPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaUsageIdentityConditionalAccessAuthenticationStrengthPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/invoke-mgbetausageidentityconditionalaccessauthenticationstrengthpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaUsageIdentityConditionalAccessAuthenticationStrengthPolicy --- @@ -29,7 +29,7 @@ Invoke-MgBetaUsageIdentityConditionalAccessAuthenticationStrengthPolicy -AuthenticationStrengthPolicyId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### Usage1 @@ -39,7 +39,7 @@ Invoke-MgBetaUsageIdentityConditionalAccessAuthenticationStrengthPolicy -AuthenticationStrengthPolicyId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### UsageViaIdentity1 @@ -49,7 +49,7 @@ Invoke-MgBetaUsageIdentityConditionalAccessAuthenticationStrengthPolicy -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### UsageViaIdentity @@ -59,7 +59,7 @@ Invoke-MgBetaUsageIdentityConditionalAccessAuthenticationStrengthPolicy -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -379,6 +379,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaUsagePolicyAuthenticationStrengthPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaUsagePolicyAuthenticationStrengthPolicy.md index 33f967ff2ce02..d6ce6eeb2c0f1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaUsagePolicyAuthenticationStrengthPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaUsagePolicyAuthenticationStrengthPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/invoke-mgbetausagepolicyauthenticationstrengthpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaUsagePolicyAuthenticationStrengthPolicy --- @@ -28,7 +28,7 @@ Policies in the former category are restricted in what kinds of changes may be m Invoke-MgBetaUsagePolicyAuthenticationStrengthPolicy -AuthenticationStrengthPolicyId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### UsageViaIdentity @@ -37,7 +37,7 @@ Invoke-MgBetaUsagePolicyAuthenticationStrengthPolicy -AuthenticationStrengthPoli Invoke-MgBetaUsagePolicyAuthenticationStrengthPolicy -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -55,9 +55,9 @@ Policies in the former category are restricted in what kinds of changes may be m | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Policy.Read.AuthenticationMethod, Policy.ReadWrite.ConditionalAccess, Policy.ReadWrite.AuthenticationMethod, Policy.Read.All, | +| Delegated (work or school account) | Policy.Read.AuthenticationMethod, Policy.Read.All, Policy.ReadWrite.AuthenticationMethod, Policy.ReadWrite.ConditionalAccess, | | Delegated (personal Microsoft account) | Not supported | -| Application | Policy.Read.AuthenticationMethod, Policy.ReadWrite.ConditionalAccess, Policy.ReadWrite.AuthenticationMethod, Policy.Read.All, | +| Application | Policy.Read.AuthenticationMethod, Policy.Read.All, Policy.ReadWrite.AuthenticationMethod, Policy.ReadWrite.ConditionalAccess, | ## EXAMPLES ### Example 1: Code snippet @@ -366,6 +366,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Microsoft.Graph.Beta.Identity.SignIns.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Microsoft.Graph.Beta.Identity.SignIns.md index af1d42f60c167..843230d79f02b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Microsoft.Graph.Beta.Identity.SignIns.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Microsoft.Graph.Beta.Identity.SignIns.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Beta.Identity.SignIns -Module Guid: fb72027d-2ce8-4626-b65a-2e8118775267 +Module Guid: 45923a16-ff2f-4bf3-93da-55d94d42c16a Download Help Link: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.beta.identity.signins/?view=graph-powershell-beta Help Version: 1.0.0.0 Locale: en-US @@ -501,6 +501,12 @@ Microsoft Graph PowerShell Cmdlets ### [Get-MgBetaPolicyCrossTenantAccessPolicyDefault](Get-MgBetaPolicyCrossTenantAccessPolicyDefault.md) +### [Get-MgBetaPolicyCrossTenantAccessPolicyDefaultM365Capability](Get-MgBetaPolicyCrossTenantAccessPolicyDefaultM365Capability.md) + +### [Get-MgBetaPolicyCrossTenantAccessPolicyDefaultM365Capability](Get-MgBetaPolicyCrossTenantAccessPolicyDefaultM365Capability.md) + +### [Get-MgBetaPolicyCrossTenantAccessPolicyDefaultM365CapabilityCount](Get-MgBetaPolicyCrossTenantAccessPolicyDefaultM365CapabilityCount.md) + ### [Get-MgBetaPolicyCrossTenantAccessPolicyPartner](Get-MgBetaPolicyCrossTenantAccessPolicyPartner.md) ### [Get-MgBetaPolicyCrossTenantAccessPolicyPartner](Get-MgBetaPolicyCrossTenantAccessPolicyPartner.md) @@ -509,6 +515,12 @@ Microsoft Graph PowerShell Cmdlets ### [Get-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization](Get-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization.md) +### [Get-MgBetaPolicyCrossTenantAccessPolicyPartnerM365Capability](Get-MgBetaPolicyCrossTenantAccessPolicyPartnerM365Capability.md) + +### [Get-MgBetaPolicyCrossTenantAccessPolicyPartnerM365Capability](Get-MgBetaPolicyCrossTenantAccessPolicyPartnerM365Capability.md) + +### [Get-MgBetaPolicyCrossTenantAccessPolicyPartnerM365CapabilityCount](Get-MgBetaPolicyCrossTenantAccessPolicyPartnerM365CapabilityCount.md) + ### [Get-MgBetaPolicyCrossTenantAccessPolicyTemplate](Get-MgBetaPolicyCrossTenantAccessPolicyTemplate.md) ### [Get-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization](Get-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization.md) @@ -527,6 +539,12 @@ Microsoft Graph PowerShell Cmdlets ### [Get-MgBetaPolicyDeletedItemCrossTenantPartnerIdentitySynchronization](Get-MgBetaPolicyDeletedItemCrossTenantPartnerIdentitySynchronization.md) +### [Get-MgBetaPolicyDeletedItemCrossTenantPartnerM365Capability](Get-MgBetaPolicyDeletedItemCrossTenantPartnerM365Capability.md) + +### [Get-MgBetaPolicyDeletedItemCrossTenantPartnerM365Capability](Get-MgBetaPolicyDeletedItemCrossTenantPartnerM365Capability.md) + +### [Get-MgBetaPolicyDeletedItemCrossTenantPartnerM365CapabilityCount](Get-MgBetaPolicyDeletedItemCrossTenantPartnerM365CapabilityCount.md) + ### [Get-MgBetaPolicyDeletedItemCrossTenantSyncPolicyPartner](Get-MgBetaPolicyDeletedItemCrossTenantSyncPolicyPartner.md) ### [Get-MgBetaPolicyDeletedItemCrossTenantSyncPolicyPartner](Get-MgBetaPolicyDeletedItemCrossTenantSyncPolicyPartner.md) @@ -611,6 +629,8 @@ Microsoft Graph PowerShell Cmdlets ### [Get-MgBetaPolicyOnPremAuthenticationPolicyCount](Get-MgBetaPolicyOnPremAuthenticationPolicyCount.md) +### [Get-MgBetaPolicyOwnerlessGroupPolicy](Get-MgBetaPolicyOwnerlessGroupPolicy.md) + ### [Get-MgBetaPolicyPermissionGrantPolicy](Get-MgBetaPolicyPermissionGrantPolicy.md) ### [Get-MgBetaPolicyPermissionGrantPolicy](Get-MgBetaPolicyPermissionGrantPolicy.md) @@ -1133,10 +1153,16 @@ Microsoft Graph PowerShell Cmdlets ### [New-MgBetaPolicyClaimMappingPolicy](New-MgBetaPolicyClaimMappingPolicy.md) +### [New-MgBetaPolicyCrossTenantAccessPolicyDefaultM365Capability](New-MgBetaPolicyCrossTenantAccessPolicyDefaultM365Capability.md) + ### [New-MgBetaPolicyCrossTenantAccessPolicyPartner](New-MgBetaPolicyCrossTenantAccessPolicyPartner.md) +### [New-MgBetaPolicyCrossTenantAccessPolicyPartnerM365Capability](New-MgBetaPolicyCrossTenantAccessPolicyPartnerM365Capability.md) + ### [New-MgBetaPolicyDeletedItemCrossTenantPartner](New-MgBetaPolicyDeletedItemCrossTenantPartner.md) +### [New-MgBetaPolicyDeletedItemCrossTenantPartnerM365Capability](New-MgBetaPolicyDeletedItemCrossTenantPartnerM365Capability.md) + ### [New-MgBetaPolicyDeletedItemCrossTenantSyncPolicyPartner](New-MgBetaPolicyDeletedItemCrossTenantSyncPolicyPartner.md) ### [New-MgBetaPolicyFeatureRolloutPolicy](New-MgBetaPolicyFeatureRolloutPolicy.md) @@ -1389,10 +1415,14 @@ Microsoft Graph PowerShell Cmdlets ### [Remove-MgBetaPolicyCrossTenantAccessPolicyDefault](Remove-MgBetaPolicyCrossTenantAccessPolicyDefault.md) +### [Remove-MgBetaPolicyCrossTenantAccessPolicyDefaultM365Capability](Remove-MgBetaPolicyCrossTenantAccessPolicyDefaultM365Capability.md) + ### [Remove-MgBetaPolicyCrossTenantAccessPolicyPartner](Remove-MgBetaPolicyCrossTenantAccessPolicyPartner.md) ### [Remove-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization](Remove-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization.md) +### [Remove-MgBetaPolicyCrossTenantAccessPolicyPartnerM365Capability](Remove-MgBetaPolicyCrossTenantAccessPolicyPartnerM365Capability.md) + ### [Remove-MgBetaPolicyCrossTenantAccessPolicyTemplate](Remove-MgBetaPolicyCrossTenantAccessPolicyTemplate.md) ### [Remove-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization](Remove-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization.md) @@ -1407,6 +1437,8 @@ Microsoft Graph PowerShell Cmdlets ### [Remove-MgBetaPolicyDeletedItemCrossTenantPartnerIdentitySynchronization](Remove-MgBetaPolicyDeletedItemCrossTenantPartnerIdentitySynchronization.md) +### [Remove-MgBetaPolicyDeletedItemCrossTenantPartnerM365Capability](Remove-MgBetaPolicyDeletedItemCrossTenantPartnerM365Capability.md) + ### [Remove-MgBetaPolicyDeletedItemCrossTenantSyncPolicyPartner](Remove-MgBetaPolicyDeletedItemCrossTenantSyncPolicyPartner.md) ### [Remove-MgBetaPolicyDirectoryRoleAccessReviewPolicy](Remove-MgBetaPolicyDirectoryRoleAccessReviewPolicy.md) @@ -1753,8 +1785,12 @@ Microsoft Graph PowerShell Cmdlets ### [Update-MgBetaPolicyCrossTenantAccessPolicyDefault](Update-MgBetaPolicyCrossTenantAccessPolicyDefault.md) +### [Update-MgBetaPolicyCrossTenantAccessPolicyDefaultM365Capability](Update-MgBetaPolicyCrossTenantAccessPolicyDefaultM365Capability.md) + ### [Update-MgBetaPolicyCrossTenantAccessPolicyPartner](Update-MgBetaPolicyCrossTenantAccessPolicyPartner.md) +### [Update-MgBetaPolicyCrossTenantAccessPolicyPartnerM365Capability](Update-MgBetaPolicyCrossTenantAccessPolicyPartnerM365Capability.md) + ### [Update-MgBetaPolicyCrossTenantAccessPolicyTemplate](Update-MgBetaPolicyCrossTenantAccessPolicyTemplate.md) ### [Update-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization](Update-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization.md) @@ -1767,6 +1803,8 @@ Microsoft Graph PowerShell Cmdlets ### [Update-MgBetaPolicyDeletedItemCrossTenantPartner](Update-MgBetaPolicyDeletedItemCrossTenantPartner.md) +### [Update-MgBetaPolicyDeletedItemCrossTenantPartnerM365Capability](Update-MgBetaPolicyDeletedItemCrossTenantPartnerM365Capability.md) + ### [Update-MgBetaPolicyDirectoryRoleAccessReviewPolicy](Update-MgBetaPolicyDirectoryRoleAccessReviewPolicy.md) ### [Update-MgBetaPolicyExternalIdentityPolicy](Update-MgBetaPolicyExternalIdentityPolicy.md) @@ -1785,6 +1823,8 @@ Microsoft Graph PowerShell Cmdlets ### [Update-MgBetaPolicyOnPremAuthenticationPolicy](Update-MgBetaPolicyOnPremAuthenticationPolicy.md) +### [Update-MgBetaPolicyOwnerlessGroupPolicy](Update-MgBetaPolicyOwnerlessGroupPolicy.md) + ### [Update-MgBetaPolicyPermissionGrantPolicy](Update-MgBetaPolicyPermissionGrantPolicy.md) ### [Update-MgBetaPolicyPermissionGrantPolicyExclude](Update-MgBetaPolicyPermissionGrantPolicyExclude.md) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaAgentRiskDetection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaAgentRiskDetection.md index 78b49b005480d..b1ceb041e0465 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaAgentRiskDetection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaAgentRiskDetection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetaagentriskdetection Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaAgentRiskDetection --- @@ -22,13 +22,14 @@ Create new navigation property to agentRiskDetections for identityProtection ``` New-MgBetaAgentRiskDetection [-ResponseHeadersVariable ] [-ActivityDateTime ] [-AdditionalInfo ] [-AdditionalProperties ] [-AgentDisplayName ] - [-AgentId ] [-BlueprintId ] [-DetectedDateTime ] - [-DetectionTimingType ] [-Id ] [-IdentityType ] - [-LastModifiedDateTime ] [-RiskDetail ] [-RiskEventType ] - [-RiskEvidence ] [-RiskLevel ] [-RiskState ] [-Source ] [-Break] - [-Headers ] [-HttpPipelineAppend ] - [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-AgentId ] [-BlueprintId ] [-ClientSessionId ] + [-DetectedDateTime ] [-DetectionTimingType ] [-DisplayName ] + [-Id ] [-IdentityId ] [-IdentityType ] [-LastModifiedDateTime ] + [-RiskDetail ] [-RiskEventType ] [-RiskEvidence ] [-RiskLevel ] + [-RiskState ] [-SignInClientDisplayName ] [-SignInCorrelationId ] + [-SignInRequestId ] [-Source ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +39,6 @@ New-MgBetaAgentRiskDetection -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -229,6 +229,27 @@ AcceptedValues: [] HelpMessage: '' ``` +### -ClientSessionId + + + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. @@ -279,6 +300,27 @@ HelpMessage: '' riskDetectionTimingType +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -DisplayName + + + ```yaml Type: System.String DefaultValue: '' @@ -364,6 +406,27 @@ HelpMessage: '' The unique identifier for an entity. Read-only. +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IdentityId + + + ```yaml Type: System.String DefaultValue: '' @@ -599,6 +662,69 @@ HelpMessage: '' riskState +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -SignInClientDisplayName + + + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -SignInCorrelationId + + + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -SignInRequestId + + + ```yaml Type: System.String DefaultValue: '' @@ -707,11 +833,14 @@ See riskyAgentIdentity, riskyAgentIdentityBlueprintPrincipal, and riskyAgentUser Supports $filter (eq, startsWith). [BlueprintId ]: The identifier of the blueprint associated with the agent. Nullable. + [ClientSessionId ]: [DetectedDateTime ]: Date and time that the risk was detected. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Supports $filter (eq, le, and ge). [DetectionTimingType ]: riskDetectionTimingType + [DisplayName ]: + [IdentityId ]: [IdentityType ]: agentIdentityType [LastModifiedDateTime ]: Date and time that the risk detection was last updated. Supports $filter (eq, le, and ge). @@ -722,6 +851,9 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Supports $filter (eq). [RiskLevel ]: riskLevel [RiskState ]: riskState + [SignInClientDisplayName ]: + [SignInCorrelationId ]: + [SignInRequestId ]: [Source ]: The source system that generated the risk detection. Nullable. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaDataPolicyOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaDataPolicyOperation.md index 3aafec62167a6..2d3d6b7893680 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaDataPolicyOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaDataPolicyOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetadatapolicyoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDataPolicyOperation --- @@ -28,7 +28,7 @@ New-MgBetaDataPolicyOperation [-ResponseHeadersVariable ] [-Progress ] [-Status ] [-StorageLocation ] [-SubmittedDateTime ] [-UserId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +38,6 @@ New-MgBetaDataPolicyOperation -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityApiConnector.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityApiConnector.md index 1016be0e4e703..2712340b5a91b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityApiConnector.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityApiConnector.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetaidentityapiconnector Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityApiConnector --- @@ -28,7 +28,6 @@ New-MgBetaIdentityApiConnector [-ResponseHeadersVariable ] [-DisplayName ] [-Id ] [-TargetUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -38,7 +37,6 @@ New-MgBetaIdentityApiConnector -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityAuthenticationEventFlow.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityAuthenticationEventFlow.md index 357f948a2b42b..b1cdda44d9595 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityAuthenticationEventFlow.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityAuthenticationEventFlow.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetaidentityauthenticationeventflow Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityAuthenticationEventFlow --- @@ -29,7 +29,7 @@ New-MgBetaIdentityAuthenticationEventFlow [-ResponseHeadersVariable ] [-Description ] [-DisplayName ] [-Id ] [-Priority ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -39,7 +39,6 @@ New-MgBetaIdentityAuthenticationEventFlow -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication.md index b0056d8919cdf..1954bad70c787 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetaidentityauthenticationeventflowasexternaluserselfservicesignupeventflowincludeapplication Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication --- @@ -28,7 +28,6 @@ New-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlo [-AdditionalProperties ] [-AppId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -40,7 +39,6 @@ New-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlo [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -51,7 +49,6 @@ New-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlo [-AdditionalProperties ] [-AppId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -63,7 +60,6 @@ New-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlo [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -515,6 +511,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef.md index a0f7cfd7de3c8..fd5a8920090eb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetaidentityauthenticationeventflowasonauthenticationmethodloadstartexternaluserselfservicesignupidentityproviderbyref Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef --- @@ -29,7 +29,6 @@ New-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExtern [-AdditionalProperties ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -40,7 +39,6 @@ New-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExtern [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -51,7 +49,6 @@ New-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExtern [-AdditionalProperties ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -62,7 +59,6 @@ New-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExtern [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -555,6 +551,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef.md index 3681f49f904c3..64e4aa25e31a7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetaidentityauthenticationeventflowasongraphapretributecollectionexternaluserselfservicesignupattributebyref Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef --- @@ -32,7 +32,6 @@ New-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalU [-AdditionalProperties ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -43,7 +42,6 @@ New-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalU [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -54,7 +52,6 @@ New-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalU [-AdditionalProperties ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -65,7 +62,6 @@ New-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalU [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -561,6 +557,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityAuthenticationEventFlowIncludeApplication.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityAuthenticationEventFlowIncludeApplication.md index c03903ccae53c..057c4e7b798b1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityAuthenticationEventFlowIncludeApplication.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityAuthenticationEventFlowIncludeApplication.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetaidentityauthenticationeventflowincludeapplication Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityAuthenticationEventFlowIncludeApplication --- @@ -30,7 +30,7 @@ New-MgBetaIdentityAuthenticationEventFlowIncludeApplication -AuthenticationEvent [-ResponseHeadersVariable ] [-AdditionalProperties ] [-AppId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -41,7 +41,6 @@ New-MgBetaIdentityAuthenticationEventFlowIncludeApplication -AuthenticationEvent [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -51,7 +50,7 @@ New-MgBetaIdentityAuthenticationEventFlowIncludeApplication -InputObject ] [-AdditionalProperties ] [-AppId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -62,7 +61,6 @@ New-MgBetaIdentityAuthenticationEventFlowIncludeApplication -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -543,6 +541,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityAuthenticationEventListener.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityAuthenticationEventListener.md index 640fdd7dea5e2..a685e91668304 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityAuthenticationEventListener.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityAuthenticationEventListener.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetaidentityauthenticationeventlistener Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityAuthenticationEventListener --- @@ -29,7 +29,7 @@ New-MgBetaIdentityAuthenticationEventListener [-ResponseHeadersVariable [-Conditions ] [-DisplayName ] [-Id ] [-Priority ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -39,7 +39,7 @@ New-MgBetaIdentityAuthenticationEventListener -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityB2CUserFlow.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityB2CUserFlow.md index d2abd462cda4b..f4a89e6fa990f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityB2CUserFlow.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityB2CUserFlow.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetaidentityb2cuserflow Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityB2CUserFlow --- @@ -31,7 +31,6 @@ New-MgBetaIdentityB2CUserFlow [-ResponseHeadersVariable ] [-UserFlowTypeVersion ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -41,7 +40,6 @@ New-MgBetaIdentityB2CUserFlow -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -62,55 +60,70 @@ Create a new b2cIdentityUserFlow object. | Application | IdentityUserFlow.ReadWrite.All, | ## EXAMPLES -### Example 1: Using the New-MgBetaIdentityB2CUserFlow Cmdlet +### Example 1: Create a user flow with the default values + ```powershell + Import-Module Microsoft.Graph.Beta.Identity.SignIns + $params = @{ - Id = "UserFlowWithAPIConnector" - UserFlowType = "signUpOrSignIn" - UserFlowTypeVersion = 1 - ApiConnectorConfiguration = @{ - PostFederationSignup = @{ - "@odata.id" = "{apiConnectorId}" - } - PostAttributeCollection = @{ - "@odata.id" = "{apiConnectorId}" - } - } + id = "Customer" + userFlowType = "signUpOrSignIn" + userFlowTypeVersion = 3 } + New-MgBetaIdentityB2CUserFlow -BodyParameter $params + ``` -This example shows how to use the New-MgBetaIdentityB2CUserFlow Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). -### Example 2: Using the New-MgBetaIdentityB2CUserFlow Cmdlet +This example will create a user flow with the default values + +### Example 2: Create a user flow with the default values and an identity provider + ```powershell + Import-Module Microsoft.Graph.Beta.Identity.SignIns + $params = @{ - Id = "Customer" - UserFlowType = "signUpOrSignIn" - UserFlowTypeVersion = 3 - IdentityProviders = @( + id = "Customer" + userFlowType = "signUpOrSignIn" + userFlowTypeVersion = 3 + identityProviders = @( @{ - Id = "Facebook-OAuth" + id = "Facebook-OAuth" } ) } + New-MgBetaIdentityB2CUserFlow -BodyParameter $params + ``` -This example shows how to use the New-MgBetaIdentityB2CUserFlow Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). -### Example 3: Using the New-MgBetaIdentityB2CUserFlow Cmdlet +This example will create a user flow with the default values and an identity provider + +### Example 3: Create a user flow with the default values and configuration for API connectors + ```powershell + Import-Module Microsoft.Graph.Beta.Identity.SignIns + $params = @{ - Id = "Customer" - UserFlowType = "signUpOrSignIn" - UserFlowTypeVersion = 3 + id = "UserFlowWithAPIConnector" + userFlowType = "signUpOrSignIn" + userFlowTypeVersion = 1 + apiConnectorConfiguration = @{ + postFederationSignup = @{ + "@odata.id" = '{apiConnectorId}' + } + postAttributeCollection = @{ + "@odata.id" = '{apiConnectorId}' + } + } } + New-MgBetaIdentityB2CUserFlow -BodyParameter $params + ``` -This example shows how to use the New-MgBetaIdentityB2CUserFlow Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). +This example will create a user flow with the default values and configuration for api connectors + ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityB2CUserFlowIdentityProviderByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityB2CUserFlowIdentityProviderByRef.md index ed48694a43149..0db18c4c9efd2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityB2CUserFlowIdentityProviderByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityB2CUserFlowIdentityProviderByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetaidentityb2cuserflowidentityproviderbyref Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityB2CUserFlowIdentityProviderByRef --- @@ -25,7 +25,6 @@ New-MgBetaIdentityB2CUserFlowIdentityProviderByRef -B2CIdentityUserFlowId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -36,7 +35,6 @@ New-MgBetaIdentityB2CUserFlowIdentityProviderByRef -B2CIdentityUserFlowId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -47,7 +45,6 @@ New-MgBetaIdentityB2CUserFlowIdentityProviderByRef -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -58,7 +55,6 @@ New-MgBetaIdentityB2CUserFlowIdentityProviderByRef -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -558,6 +554,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityB2CUserFlowLanguage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityB2CUserFlowLanguage.md index e0f7d0d91d71f..9c6ab2ab57e8e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityB2CUserFlowLanguage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityB2CUserFlowLanguage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetaidentityb2cuserflowlanguage Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityB2CUserFlowLanguage --- @@ -26,7 +26,7 @@ New-MgBetaIdentityB2CUserFlowLanguage -B2CIdentityUserFlowId [-IsEnabled] [-OverridesPages ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -36,7 +36,7 @@ New-MgBetaIdentityB2CUserFlowLanguage -B2CIdentityUserFlowId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -48,7 +48,7 @@ New-MgBetaIdentityB2CUserFlowLanguage -InputObject [-IsEnabled] [-OverridesPages ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -58,7 +58,7 @@ New-MgBetaIdentityB2CUserFlowLanguage -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -639,6 +639,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityB2CUserFlowLanguageDefaultPage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityB2CUserFlowLanguageDefaultPage.md index d40ac3641b2cd..26cc5df36a94b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityB2CUserFlowLanguageDefaultPage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityB2CUserFlowLanguageDefaultPage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetaidentityb2cuserflowlanguagedefaultpage Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityB2CUserFlowLanguageDefaultPage --- @@ -25,7 +25,6 @@ New-MgBetaIdentityB2CUserFlowLanguageDefaultPage -B2CIdentityUserFlowId [-AdditionalProperties ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -36,7 +35,6 @@ New-MgBetaIdentityB2CUserFlowLanguageDefaultPage -B2CIdentityUserFlowId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -46,7 +44,7 @@ New-MgBetaIdentityB2CUserFlowLanguageDefaultPage -InputObject ] [-AdditionalProperties ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -56,7 +54,6 @@ New-MgBetaIdentityB2CUserFlowLanguageDefaultPage -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -531,6 +528,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityB2CUserFlowLanguageOverridePage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityB2CUserFlowLanguageOverridePage.md index f0acacd97c646..e1358fd694b37 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityB2CUserFlowLanguageOverridePage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityB2CUserFlowLanguageOverridePage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetaidentityb2cuserflowlanguageoverridepage Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityB2CUserFlowLanguageOverridePage --- @@ -25,7 +25,6 @@ New-MgBetaIdentityB2CUserFlowLanguageOverridePage -B2CIdentityUserFlowId ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -36,7 +35,6 @@ New-MgBetaIdentityB2CUserFlowLanguageOverridePage -B2CIdentityUserFlowId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -46,7 +44,7 @@ New-MgBetaIdentityB2CUserFlowLanguageOverridePage -InputObject ] [-AdditionalProperties ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -56,7 +54,6 @@ New-MgBetaIdentityB2CUserFlowLanguageOverridePage -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -531,6 +528,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityB2CUserFlowUserAttributeAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityB2CUserFlowUserAttributeAssignment.md index 16f4312f75c99..76225ec762afe 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityB2CUserFlowUserAttributeAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityB2CUserFlowUserAttributeAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetaidentityb2cuserflowuserattributeassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityB2CUserFlowUserAttributeAssignment --- @@ -27,7 +27,7 @@ New-MgBetaIdentityB2CUserFlowUserAttributeAssignment -B2CIdentityUserFlowId ] [-UserInputType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +38,6 @@ New-MgBetaIdentityB2CUserFlowUserAttributeAssignment -B2CIdentityUserFlowId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -51,7 +50,7 @@ New-MgBetaIdentityB2CUserFlowUserAttributeAssignment -InputObject ] [-UserInputType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -62,7 +61,6 @@ New-MgBetaIdentityB2CUserFlowUserAttributeAssignment -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -738,6 +736,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityB2XUserFlow.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityB2XUserFlow.md index da89ac140f299..0f5563ceb1377 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityB2XUserFlow.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityB2XUserFlow.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetaidentityb2xuserflow Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityB2XUserFlow --- @@ -33,7 +33,6 @@ New-MgBetaIdentityB2XUserFlow [-ResponseHeadersVariable ] [-UserFlowTypeVersion ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -43,7 +42,6 @@ New-MgBetaIdentityB2XUserFlow -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -64,8 +62,9 @@ Create a new b2xIdentityUserFlow object. | Application | IdentityUserFlow.ReadWrite.All, | ## EXAMPLES +### Example 1: Create a user flow with the default values -### EXAMPLE 1 +```powershell Import-Module Microsoft.Graph.Beta.Identity.SignIns @@ -77,7 +76,12 @@ $params = @{ New-MgBetaIdentityB2XUserFlow -BodyParameter $params -### EXAMPLE 2 +``` +This example will create a user flow with the default values + +### Example 2: Create a user flow with the default values and an identity provider + +```powershell Import-Module Microsoft.Graph.Beta.Identity.SignIns @@ -96,7 +100,12 @@ $params = @{ New-MgBetaIdentityB2XUserFlow -BodyParameter $params -### EXAMPLE 3 +``` +This example will create a user flow with the default values and an identity provider + +### Example 3: Create a user flow with the default values and configuration for API connectors + +```powershell Import-Module Microsoft.Graph.Beta.Identity.SignIns @@ -116,6 +125,10 @@ $params = @{ New-MgBetaIdentityB2XUserFlow -BodyParameter $params +``` +This example will create a user flow with the default values and configuration for api connectors + + ## PARAMETERS ### -AdditionalProperties diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityB2XUserFlowIdentityProviderByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityB2XUserFlowIdentityProviderByRef.md index c6033e088a10a..ff9ec0cf4e33d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityB2XUserFlowIdentityProviderByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityB2XUserFlowIdentityProviderByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetaidentityb2xuserflowidentityproviderbyref Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityB2XUserFlowIdentityProviderByRef --- @@ -28,7 +28,6 @@ New-MgBetaIdentityB2XUserFlowIdentityProviderByRef -B2XIdentityUserFlowId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -39,7 +38,6 @@ New-MgBetaIdentityB2XUserFlowIdentityProviderByRef -B2XIdentityUserFlowId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -50,7 +48,6 @@ New-MgBetaIdentityB2XUserFlowIdentityProviderByRef -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -61,7 +58,6 @@ New-MgBetaIdentityB2XUserFlowIdentityProviderByRef -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -536,6 +532,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityB2XUserFlowLanguage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityB2XUserFlowLanguage.md index de237d2a3fa89..d7c09a683f39e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityB2XUserFlowLanguage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityB2XUserFlowLanguage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetaidentityb2xuserflowlanguage Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityB2XUserFlowLanguage --- @@ -29,7 +29,7 @@ New-MgBetaIdentityB2XUserFlowLanguage -B2XIdentityUserFlowId [-IsEnabled] [-OverridesPages ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -39,7 +39,7 @@ New-MgBetaIdentityB2XUserFlowLanguage -B2XIdentityUserFlowId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -51,7 +51,7 @@ New-MgBetaIdentityB2XUserFlowLanguage -InputObject [-IsEnabled] [-OverridesPages ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -61,7 +61,7 @@ New-MgBetaIdentityB2XUserFlowLanguage -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -642,6 +642,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityB2XUserFlowLanguageDefaultPage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityB2XUserFlowLanguageDefaultPage.md index 050d456de725e..38a4fc55ee1fc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityB2XUserFlowLanguageDefaultPage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityB2XUserFlowLanguageDefaultPage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetaidentityb2xuserflowlanguagedefaultpage Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityB2XUserFlowLanguageDefaultPage --- @@ -28,7 +28,6 @@ New-MgBetaIdentityB2XUserFlowLanguageDefaultPage -B2XIdentityUserFlowId [-AdditionalProperties ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -39,7 +38,6 @@ New-MgBetaIdentityB2XUserFlowLanguageDefaultPage -B2XIdentityUserFlowId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -49,7 +47,7 @@ New-MgBetaIdentityB2XUserFlowLanguageDefaultPage -InputObject ] [-AdditionalProperties ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -59,7 +57,6 @@ New-MgBetaIdentityB2XUserFlowLanguageDefaultPage -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -534,6 +531,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityB2XUserFlowLanguageOverridePage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityB2XUserFlowLanguageOverridePage.md index 1d4180be3ba29..2ed044bb973e3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityB2XUserFlowLanguageOverridePage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityB2XUserFlowLanguageOverridePage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetaidentityb2xuserflowlanguageoverridepage Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityB2XUserFlowLanguageOverridePage --- @@ -28,7 +28,6 @@ New-MgBetaIdentityB2XUserFlowLanguageOverridePage -B2XIdentityUserFlowId ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -39,7 +38,6 @@ New-MgBetaIdentityB2XUserFlowLanguageOverridePage -B2XIdentityUserFlowId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -49,7 +47,7 @@ New-MgBetaIdentityB2XUserFlowLanguageOverridePage -InputObject ] [-AdditionalProperties ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -59,7 +57,6 @@ New-MgBetaIdentityB2XUserFlowLanguageOverridePage -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -534,6 +531,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityB2XUserFlowUserAttributeAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityB2XUserFlowUserAttributeAssignment.md index 349b0a7e7b899..7f0819d58042d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityB2XUserFlowUserAttributeAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityB2XUserFlowUserAttributeAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetaidentityb2xuserflowuserattributeassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityB2XUserFlowUserAttributeAssignment --- @@ -30,7 +30,7 @@ New-MgBetaIdentityB2XUserFlowUserAttributeAssignment -B2XIdentityUserFlowId ] [-UserInputType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -41,7 +41,6 @@ New-MgBetaIdentityB2XUserFlowUserAttributeAssignment -B2XIdentityUserFlowId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -54,7 +53,7 @@ New-MgBetaIdentityB2XUserFlowUserAttributeAssignment -InputObject ] [-UserInputType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -65,7 +64,6 @@ New-MgBetaIdentityB2XUserFlowUserAttributeAssignment -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -741,6 +739,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityConditionalAccessAuthenticationContextClassReference.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityConditionalAccessAuthenticationContextClassReference.md index 87b57409b7182..7d15a8c95ff7e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityConditionalAccessAuthenticationContextClassReference.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityConditionalAccessAuthenticationContextClassReference.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetaidentityconditionalaccessauthenticationcontextclassreference Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityConditionalAccessAuthenticationContextClassReference --- @@ -28,7 +28,6 @@ New-MgBetaIdentityConditionalAccessAuthenticationContextClassReference [-DisplayName ] [-Id ] [-IsAvailable] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -39,7 +38,6 @@ New-MgBetaIdentityConditionalAccessAuthenticationContextClassReference [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode.md index 924a8f0508d3d..9bf351753f2b8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetaidentityconditionalaccessauthenticationstrengthauthenticationmethodmode Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode --- @@ -25,7 +25,7 @@ New-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMod [-AuthenticationMethod ] [-DisplayName ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create1 @@ -35,7 +35,7 @@ New-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMod -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy.md index eaa40e90a600b..067ae1f5c0a59 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetaidentityconditionalaccessauthenticationstrengthpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy --- @@ -27,7 +27,7 @@ New-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy [-ResponseHeader [-ModifiedDateTime ] [-PolicyType ] [-RequirementsSatisfied ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create1 @@ -37,7 +37,7 @@ New-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration.md index e725e4120f18e..2dc82237e9b75 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetaidentityconditionalaccessauthenticationstrengthpolicycombinationconfiguration Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration --- @@ -28,7 +28,7 @@ New-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfig [-AdditionalProperties ] [-AppliesToCombinations ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create1 @@ -40,7 +40,6 @@ New-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfig [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded1 @@ -51,7 +50,7 @@ New-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfig [-AdditionalProperties ] [-AppliesToCombinations ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -62,7 +61,7 @@ New-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfig [-AdditionalProperties ] [-AppliesToCombinations ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity1 @@ -74,7 +73,6 @@ New-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfig [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -86,7 +84,6 @@ New-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfig [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -608,6 +605,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityConditionalAccessDeletedItemNamedLocation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityConditionalAccessDeletedItemNamedLocation.md index 98de3a2414c64..de85bae3e6a35 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityConditionalAccessDeletedItemNamedLocation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityConditionalAccessDeletedItemNamedLocation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetaidentityconditionalaccessdeleteditemnamedlocation Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityConditionalAccessDeletedItemNamedLocation --- @@ -25,7 +25,7 @@ New-MgBetaIdentityConditionalAccessDeletedItemNamedLocation [-ResponseHeadersVar [-DisplayName ] [-Id ] [-ModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -35,7 +35,7 @@ New-MgBetaIdentityConditionalAccessDeletedItemNamedLocation -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityConditionalAccessDeletedItemPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityConditionalAccessDeletedItemPolicy.md index 0c896199f8700..63564bd164030 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityConditionalAccessDeletedItemPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityConditionalAccessDeletedItemPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetaidentityconditionalaccessdeleteditempolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityConditionalAccessDeletedItemPolicy --- @@ -28,7 +28,7 @@ New-MgBetaIdentityConditionalAccessDeletedItemPolicy [-ResponseHeadersVariable < [-SessionControls ] [-State ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +38,7 @@ New-MgBetaIdentityConditionalAccessDeletedItemPolicy -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityConditionalAccessNamedLocation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityConditionalAccessNamedLocation.md index 2f876d0b46f26..d8dab50688f73 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityConditionalAccessNamedLocation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityConditionalAccessNamedLocation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetaidentityconditionalaccessnamedlocation Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityConditionalAccessNamedLocation --- @@ -29,7 +29,7 @@ New-MgBetaIdentityConditionalAccessNamedLocation [-ResponseHeadersVariable ] [-Id ] [-ModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -39,7 +39,6 @@ New-MgBetaIdentityConditionalAccessNamedLocation -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityConditionalAccessPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityConditionalAccessPolicy.md index 479194dcc21ab..333b461465e7c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityConditionalAccessPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityConditionalAccessPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetaidentityconditionalaccesspolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityConditionalAccessPolicy --- @@ -31,7 +31,7 @@ New-MgBetaIdentityConditionalAccessPolicy [-ResponseHeadersVariable ] [-SessionControls ] [-State ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -41,7 +41,6 @@ New-MgBetaIdentityConditionalAccessPolicy -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -57,9 +56,9 @@ Create a new conditionalAccessPolicy. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Application.Read.All, Policy.ReadWrite.ConditionalAccess, Policy.Read.All, | +| Delegated (work or school account) | Application.Read.All, Policy.Read.All, Policy.ReadWrite.ConditionalAccess, | | Delegated (personal Microsoft account) | Not supported | -| Application | Policy.Read.All, Policy.ReadWrite.ConditionalAccess, Application.Read.All, | +| Application | Policy.Read.All, Application.Read.All, Policy.ReadWrite.ConditionalAccess, | ## EXAMPLES ### Example 1: Require MFA to access Exchange Online outside of trusted locations diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityCustomAuthenticationExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityCustomAuthenticationExtension.md index 91d78bf5f832f..adb5985f27236 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityCustomAuthenticationExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityCustomAuthenticationExtension.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetaidentitycustomauthenticationextension Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityCustomAuthenticationExtension --- @@ -31,7 +31,7 @@ New-MgBetaIdentityCustomAuthenticationExtension [-ResponseHeadersVariable ] [-EndpointConfiguration ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -41,7 +41,7 @@ New-MgBetaIdentityCustomAuthenticationExtension -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityProvider.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityProvider.md index 3279e2c0cfa02..367c58e4fd0d2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityProvider.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityProvider.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetaidentityprovider Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityProvider --- @@ -29,7 +29,6 @@ New-MgBetaIdentityProvider [-ResponseHeadersVariable ] [-AdditionalPrope [-DisplayName ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -39,7 +38,6 @@ New-MgBetaIdentityProvider -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityRiskPreventionFraudProtectionProvider.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityRiskPreventionFraudProtectionProvider.md index c6b9d238dd892..208519bd1897f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityRiskPreventionFraudProtectionProvider.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityRiskPreventionFraudProtectionProvider.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetaidentityriskpreventionfraudprotectionprovider Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityRiskPreventionFraudProtectionProvider --- @@ -28,7 +28,7 @@ New-MgBetaIdentityRiskPreventionFraudProtectionProvider [-ResponseHeadersVariabl [-AdditionalProperties ] [-DisplayName ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +38,7 @@ New-MgBetaIdentityRiskPreventionFraudProtectionProvider -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -51,6 +51,46 @@ This cmdlet has the following aliases, Create a new fraudProtectionProvider object. You can create one of the following subtypes that are derived from fraudProtectionProvider. +## EXAMPLES +### Example 1: Create a new arkoseFraudProtectionProvider object + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.SignIns + +$params = @{ + "@odata.type" = "#microsoft.graph.arkoseFraudProtectionProvider" + displayName = "Arkose Sign-Up Protection" + publicKey = "A1EE42E0-C88B-47FE-A176-5E9FB8F116FB" + privateKey = "19BBE628-7DEF-4E28-AB25-BF129C760B7E" + clientSubDomain = "client-api" + verifySubDomain = "verify-api" +} + +New-MgBetaIdentityRiskPreventionFraudProtectionProvider -BodyParameter $params + +``` +This example will create a new arkosefraudprotectionprovider object + +### Example 2: Create a new humanSecurityFraudProtectionProvider object + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.SignIns + +$params = @{ + "@odata.type" = "#microsoft.graph.humanSecurityFraudProtectionProvider" + displayName = "HUMAN Security Sign-Up Protection" + appId = "XXyy1XXXy" + serverToken = "xxYYxxXXX1" +} + +New-MgBetaIdentityRiskPreventionFraudProtectionProvider -BodyParameter $params + +``` +This example will create a new humansecurityfraudprotectionprovider object + + ## PARAMETERS ### -AdditionalProperties @@ -413,6 +453,5 @@ Read-only. - diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityRiskPreventionWebApplicationFirewallProvider.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityRiskPreventionWebApplicationFirewallProvider.md index 067c1747fc2e4..8e1e33b2283e8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityRiskPreventionWebApplicationFirewallProvider.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityRiskPreventionWebApplicationFirewallProvider.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetaidentityriskpreventionwebapplicationfirewallprovider Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityRiskPreventionWebApplicationFirewallProvider --- @@ -28,7 +28,7 @@ New-MgBetaIdentityRiskPreventionWebApplicationFirewallProvider [-ResponseHeaders [-AdditionalProperties ] [-DisplayName ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +38,7 @@ New-MgBetaIdentityRiskPreventionWebApplicationFirewallProvider -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -51,6 +51,46 @@ This cmdlet has the following aliases, Create a new webApplicationFirewallProvider object. You can create one of the following subtypes that are derived from webApplicationFirewallProvider. +## EXAMPLES +### Example 1: Create a new AkamaiWebApplicationFirewallProvider object + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.SignIns + +$params = @{ + "@odata.type" = "#microsoft.graph.akamaiWebApplicationFirewallProvider" + displayName = "Akamai Provider Example" + hostPrefix = "akab-exampleprefix" + clientSecret = "akamai_example_secret_123" + clientToken = "akamai_example_token_456" + accessToken = "akamai_example_token_789" +} + +New-MgBetaIdentityRiskPreventionWebApplicationFirewallProvider -BodyParameter $params + +``` +This example will create a new akamaiwebapplicationfirewallprovider object + +### Example 2: Create a new cloudFlareWebApplicationFirewallProvider object + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.SignIns + +$params = @{ + "@odata.type" = "#microsoft.graph.cloudFlareWebApplicationFirewallProvider" + displayName = "Cloudflare Provider Example" + zoneId = "11111111111111111111111111111111" + apiToken = "cf_example_token_123" +} + +New-MgBetaIdentityRiskPreventionWebApplicationFirewallProvider -BodyParameter $params + +``` +This example will create a new cloudflarewebapplicationfirewallprovider object + + ## PARAMETERS ### -AdditionalProperties @@ -413,6 +453,5 @@ Read-only. - diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityRiskPreventionWebApplicationFirewallVerification.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityRiskPreventionWebApplicationFirewallVerification.md index 7d94553c746fb..8d80ecf36884e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityRiskPreventionWebApplicationFirewallVerification.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityRiskPreventionWebApplicationFirewallVerification.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetaidentityriskpreventionwebapplicationfirewallverification Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityRiskPreventionWebApplicationFirewallVerification --- @@ -30,7 +30,7 @@ New-MgBetaIdentityRiskPreventionWebApplicationFirewallVerification [-VerifiedDetails ] [-VerifiedHost ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -41,7 +41,6 @@ New-MgBetaIdentityRiskPreventionWebApplicationFirewallVerification [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentitySignInIdentifier.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentitySignInIdentifier.md index add0afe5d43b5..53471857640a1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentitySignInIdentifier.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentitySignInIdentifier.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetaidentitysigninidentifier Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentitySignInIdentifier --- @@ -24,7 +24,6 @@ New-MgBetaIdentitySignInIdentifier [-ResponseHeadersVariable ] [-AdditionalProperties ] [-IsEnabled] [-Name ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -34,7 +33,6 @@ New-MgBetaIdentitySignInIdentifier -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityUserFlow.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityUserFlow.md index 5930389b711e1..5424144a9a7c9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityUserFlow.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityUserFlow.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetaidentityuserflow Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityUserFlow --- @@ -24,7 +24,7 @@ New-MgBetaIdentityUserFlow [-ResponseHeadersVariable ] [-AdditionalPrope [-Id ] [-UserFlowType ] [-UserFlowTypeVersion ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -34,7 +34,6 @@ New-MgBetaIdentityUserFlow -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -55,18 +54,23 @@ Create a new userFlow object. | Application | IdentityUserFlow.ReadWrite.All, | ## EXAMPLES -### Example 1: Using the New-MgBetaIdentityUserFlow Cmdlet +### Example 1: Code snippet + ```powershell + Import-Module Microsoft.Graph.Beta.Identity.SignIns + $params = @{ - Id = "Pol1" - UserFlowType = "signUpOrSignIn" - UserFlowTypeVersion = 1 + id = "Pol1" + userFlowType = "signUpOrSignIn" + userFlowTypeVersion = 1 } + New-MgBetaIdentityUserFlow -BodyParameter $params + ``` This example shows how to use the New-MgBetaIdentityUserFlow Cmdlet. -To learn about permissions for this resource, see the [permissions reference](/graph/permissions-reference). + ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityUserFlowAttribute.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityUserFlowAttribute.md index 60bbfdcdac321..19948e8c457f2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityUserFlowAttribute.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityUserFlowAttribute.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetaidentityuserflowattribute Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityUserFlowAttribute --- @@ -28,7 +28,7 @@ New-MgBetaIdentityUserFlowAttribute [-ResponseHeadersVariable ] [-DisplayName ] [-Id ] [-UserFlowAttributeType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +38,6 @@ New-MgBetaIdentityUserFlowAttribute -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityVerifiedIdProfile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityVerifiedIdProfile.md index 304d90cc1ce08..3fdb3bc9633b1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityVerifiedIdProfile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaIdentityVerifiedIdProfile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetaidentityverifiedidprofile Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityVerifiedIdProfile --- @@ -28,7 +28,7 @@ New-MgBetaIdentityVerifiedIdProfile [-ResponseHeadersVariable ] [-VerifiedIdUsageConfigurations ] [-VerifierDid ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +38,6 @@ New-MgBetaIdentityVerifiedIdProfile -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -50,6 +49,53 @@ This cmdlet has the following aliases, Create a new verifiedIdProfile object. +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.SignIns + +$params = @{ + name = "Contoso Verified ID" + description = "Contoso Verified Identity" + lastModifiedDateTime = $null + state = "enabled" + verifierDid = "did:web:eu.did-dev.contoso.io" + priority = 0 + verifiedIdProfileConfiguration = @{ + type = "verifiedIdentity" + acceptedIssuer = "did:web:eu.did-dev.contoso.io" + claimBindingSource = "directory" + claimBindings = @( + @{ + sourceAttribute = "First name" + verifiedIdClaim = "vc.credentialSubject.firstName" + } + @{ + sourceAttribute = "Last name" + verifiedIdClaim = "vc.credentialSubject.lastName" + } + ) + } + faceCheckConfiguration = @{ + isEnabled = $true + sourcePhotoClaimName = "portrait" + } + verifiedIdUsageConfigurations = @( + @{ + isEnabledForTestOnly = $true + purpose = "recovery" + } + ) +} + +New-MgBetaIdentityVerifiedIdProfile -BodyParameter $params + +``` +This example shows how to use the New-MgBetaIdentityVerifiedIdProfile Cmdlet. + + ## PARAMETERS ### -AdditionalProperties @@ -569,7 +615,8 @@ Required. [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Defines if Face Check is required. Currently must always be true. - [SourcePhotoClaimName ]: + [SourcePhotoClaimName ]: Source of photo to validate Face Check against. +Currently must always be portrait [LastModifiedDateTime ]: DateTime the profile was last modified. Optional. [Name ]: Display name for the verified ID profile. @@ -582,8 +629,13 @@ Optional. [AcceptedIssuer ]: Trusted Verified ID issuer. [ClaimBindingSource ]: claimBindingSource [ClaimBindings ]: Claim bindings from Verified ID to source attributes. + [MatchConfidenceLevel ]: matchConfidenceLevel [SourceAttribute ]: Source attribute value [VerifiedIdClaim ]: Entra ID attribute value + [ClaimValidation ]: claimValidation + [(Any) ]: This indicates any property can be added to this object. + [CustomExtensionId ]: The identifier of a custom extension for claim validation. + [IsEnabled ]: Indicates whether claim validation is enabled. [Type ]: Verified ID type. [VerifiedIdUsageConfigurations ]: Collection defining the usage purpose for the profile. The possible values are: recovery, onboarding, all, unknownFutureValue. @@ -597,15 +649,21 @@ FACECHECKCONFIGURATION ``: faceCheckConfi [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Defines if Face Check is required. Currently must always be true. - [SourcePhotoClaimName ]: + [SourcePhotoClaimName ]: Source of photo to validate Face Check against. +Currently must always be portrait VERIFIEDIDPROFILECONFIGURATION ``: verifiedIdProfileConfiguration [(Any) ]: This indicates any property can be added to this object. [AcceptedIssuer ]: Trusted Verified ID issuer. [ClaimBindingSource ]: claimBindingSource [ClaimBindings ]: Claim bindings from Verified ID to source attributes. + [MatchConfidenceLevel ]: matchConfidenceLevel [SourceAttribute ]: Source attribute value [VerifiedIdClaim ]: Entra ID attribute value + [ClaimValidation ]: claimValidation + [(Any) ]: This indicates any property can be added to this object. + [CustomExtensionId ]: The identifier of a custom extension for claim validation. + [IsEnabled ]: Indicates whether claim validation is enabled. [Type ]: Verified ID type. VERIFIEDIDUSAGECONFIGURATIONS : Collection defining the usage purpose for the profile. @@ -639,6 +697,5 @@ Required. - diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaInformationProtectionDataLossPreventionPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaInformationProtectionDataLossPreventionPolicy.md index 5b061b1e29028..08a4d3c9f582a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaInformationProtectionDataLossPreventionPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaInformationProtectionDataLossPreventionPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetainformationprotectiondatalosspreventionpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaInformationProtectionDataLossPreventionPolicy --- @@ -24,7 +24,7 @@ New-MgBetaInformationProtectionDataLossPreventionPolicy [-ResponseHeadersVariabl [-AdditionalProperties ] [-Id ] [-Name ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -34,7 +34,7 @@ New-MgBetaInformationProtectionDataLossPreventionPolicy -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaInformationProtectionPolicyLabel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaInformationProtectionPolicyLabel.md index b247b7b967a59..bdef537378c04 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaInformationProtectionPolicyLabel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaInformationProtectionPolicyLabel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetainformationprotectionpolicylabel Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaInformationProtectionPolicyLabel --- @@ -25,7 +25,7 @@ New-MgBetaInformationProtectionPolicyLabel [-ResponseHeadersVariable ] [-IsActive] [-Name ] [-Parent ] [-Sensitivity ] [-Tooltip ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -35,7 +35,7 @@ New-MgBetaInformationProtectionPolicyLabel -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaInformationProtectionThreatAssessmentRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaInformationProtectionThreatAssessmentRequest.md index 1a1e50e12ef29..029615384b5c2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaInformationProtectionThreatAssessmentRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaInformationProtectionThreatAssessmentRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetainformationprotectionthreatassessmentrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaInformationProtectionThreatAssessmentRequest --- @@ -31,7 +31,7 @@ New-MgBetaInformationProtectionThreatAssessmentRequest [-ResponseHeadersVariable [-Results ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -41,7 +41,7 @@ New-MgBetaInformationProtectionThreatAssessmentRequest -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaInformationProtectionThreatAssessmentRequestResult.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaInformationProtectionThreatAssessmentRequestResult.md index 6653468ef44d6..44858b92a897c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaInformationProtectionThreatAssessmentRequestResult.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaInformationProtectionThreatAssessmentRequestResult.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetainformationprotectionthreatassessmentrequestresult Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaInformationProtectionThreatAssessmentRequestResult --- @@ -28,7 +28,7 @@ New-MgBetaInformationProtectionThreatAssessmentRequestResult -ThreatAssessmentRe [-CreatedDateTime ] [-Id ] [-Message ] [-ResultType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +38,7 @@ New-MgBetaInformationProtectionThreatAssessmentRequestResult -ThreatAssessmentRe -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -49,7 +49,7 @@ New-MgBetaInformationProtectionThreatAssessmentRequestResult -InputObject ] [-Id ] [-Message ] [-ResultType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -59,7 +59,7 @@ New-MgBetaInformationProtectionThreatAssessmentRequestResult -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -599,6 +599,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaInvitation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaInvitation.md index 795d8e21b8caa..74fdd1bcc05a9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaInvitation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaInvitation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetainvitation Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaInvitation --- @@ -35,7 +35,6 @@ New-MgBetaInvitation [-ResponseHeadersVariable ] [-AdditionalProperties [-ResetRedemption] [-SendInvitationMessage] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -44,7 +43,7 @@ New-MgBetaInvitation [-ResponseHeadersVariable ] [-AdditionalProperties New-MgBetaInvitation -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -63,9 +62,9 @@ The following options are available for creating an invitation: | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | User.Invite.All, User.ReadWrite.All, Directory.ReadWrite.All, | +| Delegated (work or school account) | User.Invite.All, Directory.ReadWrite.All, User.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | User.Invite.All, User.ReadWrite.All, Directory.ReadWrite.All, | +| Application | User.Invite.All, Directory.ReadWrite.All, User.ReadWrite.All, | ## EXAMPLES ### Example 1: Invite a guest user @@ -1002,7 +1001,7 @@ Read-only. [Operator ]: customSecurityAttributeComparisonOperator [MaxLifetime ]: String value that indicates the maximum lifetime for key expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. -This property is required when restrictionType is set to keyLifetime. +This property is required when restrictionType is set to asymmetricKeyLifetime. [RestrictForAppsCreatedAfterDateTime ]: Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied. [RestrictionType ]: appKeyCredentialRestrictionType @@ -1037,7 +1036,7 @@ For existing applications, the enforcement date can be retroactively applied. [NonDefaultUriAddition ]: identifierUriRestriction [(Any) ]: This indicates any property can be added to this object. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExcludeAppsReceivingV2Tokens ]: If true, the restriction isn't enforced for applications that are configured to receive V2 tokens in Microsoft Entra ID; else, the restriction isn't enforced for those applications. + [ExcludeAppsReceivingV2Tokens ]: If true, the restriction isn't enforced for applications that are configured to receive V2 tokens in Microsoft Entra ID; else, the restriction is enforced for those applications. [ExcludeSaml ]: If true, the restriction isn't enforced for SAML applications in Microsoft Entra ID; else, the restriction is enforced for those applications. [RestrictForAppsCreatedAfterDateTime ]: Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied. @@ -3269,7 +3268,9 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisioningPolicyId ]: The provisioning policy ID of the Cloud PC. [ProvisioningPolicyName ]: The provisioning policy that is applied during the provisioning of Cloud PCs. [ProvisioningType ]: cloudPcProvisioningType - [ScopeIds ]: + [ScopeIds ]: The scope IDs of the corresponding permission. +Currently, it's the Intune scope tag ID. +Read-only. [ServicePlanId ]: The service plan ID of the Cloud PC. [ServicePlanName ]: The service plan name of the Cloud PC. [ServicePlanType ]: cloudPcServicePlanType @@ -3294,6 +3295,39 @@ Read-only. Read-only. [UserExperienceType ]: cloudPcUserExperienceType [UserPrincipalName ]: The user principal name (UPN) of the user assigned to the Cloud PC. + [CloudPcPools ]: The user's Cloud PC pools. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Assignments ]: The collection of assignments that grant user or service principal identities access to this pool. + [Id ]: The unique identifier for an entity. +Read-only. + [Capabilities ]: cloudPcPoolCapabilityConfiguration + [(Any) ]: This indicates any property can be added to this object. + [CloudPcConfiguration ]: cloudPcConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ImageDisplayName ]: The display name of the image. +Read-only. + [ImageId ]: The unique identifier of the operating system image used for provisioning new Cloud PCs. +The format for a gallery type image is: {publisherNameofferNameskuName}. + [ImageType ]: cloudPcProvisioningPolicyImageType + [OSLocale ]: The operating system locale for the Cloud PC. + [CreatedDateTime ]: The date and time when the pool was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2026 is 2026-01-01T00:00:00Z. +Read-only. + [Description ]: The description of the pool. +The maximum length is 512 characters. + [DisplayName ]: The display name of the pool. +The name is unique across Cloud PC pools in an organization. +The maximum length is 60 characters. + [LastModifiedDateTime ]: The date and time when the pool was last modified. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2026 is 2026-01-01T00:00:00Z. +Read-only. + [NetworkConfiguration ]: cloudPcNetworkConfiguration + [(Any) ]: This indicates any property can be added to this object. [CloudRealtimeCommunicationInfo ]: cloudRealtimeCommunicationInfo [(Any) ]: This indicates any property can be added to this object. [IsSipEnabled ]: Indicates whether the user has a SIP-enabled client registered for them. @@ -3501,7 +3535,7 @@ Read-only. [Activity ]: userActivityType [ContentEntries ]: A collection of content entries to be processed. Each entry contains the content itself and its metadata. -Use conversation metadata for content like prompts and responses and file metadata for files. +Use conversation metadata for content like prompts and responses, file metadata for files, and content activity metadata for enforcement result status entries. Required. [Content ]: contentBase [(Any) ]: This indicates any property can be added to this object. @@ -3801,6 +3835,19 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: + [ExpirationDateTime ]: + [LockType ]: lockType + [Owners ]: + [DisplayName ]: The display name of the identity. +For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -4921,7 +4968,7 @@ Helps organize related content types. Only site collection administrators can seal or unseal content types. [DisplayName ]: The displayable title of the list. [Drive ]: drive - [ItemCount ]: The number of items in the list. + [ItemCount ]: The total count of items in the list. Read-only. [Items ]: All items contained in the list. [List ]: listInfo @@ -5579,8 +5626,9 @@ This property can also be set to any custom string. [(Any) ]: This indicates any property can be added to this object. [ApproverDelegate ]: approverDelegate [(Any) ]: This indicates any property can be added to this object. - [Delegate ]: subjectSet + [Delegate ]: userSet [(Any) ]: This indicates any property can be added to this object. + [IsBackup ]: For a user in an approval stage, this property indicates whether the user is a backup fallback approver. [Schedule ]: requestSchedule [(Any) ]: This indicates any property can be added to this object. [Expiration ]: expirationPattern @@ -5700,7 +5748,8 @@ Requires $select to retrieve. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. - [IsResourceAccount ]: Do not use – reserved for future use. + [IsResourceAccount ]: Do not use. +Reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -6176,7 +6225,10 @@ If true, it shows the task. [IsOnMyDayLastModifiedDate ]: Read-only. The date on which task is added to or removed from MyDay. [LastModifiedBy ]: identitySet - [LastModifiedDateTime ]: + [LastModifiedDateTime ]: Read-only. +Date and time at which this is last modified. +The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z [Messages ]: Read-only. Nullable. Chat messages associated with the task. @@ -6368,7 +6420,7 @@ For the list of possible values, see Microsoft 365 group behaviors and provision The possible value is Team. For more information, see Microsoft 365 group behaviors and provisioning options. Returned by default. -Supports $filter (eq, not, startsWith. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required.Returned by default. Supports $filter (eq, ne, not, in). @@ -6416,6 +6468,7 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [JoinedUsers ]: [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType @@ -7723,6 +7776,10 @@ Read-only. [JoinDateTime ]: The time the attendee joined in UTC. [LeaveDateTime ]: The time the attendee left in UTC. [EmailAddress ]: Email address of the user associated with this attendance record. + [Engagements ]: The list of real-time participant interaction behaviors during a meeting. + [DateTime ]: The UTC date and time when the engagement event occurred, in ISO 8601 format. + [EngagementSubType ]: The specific engagement action within the type (e.g., like, love, applause, laugh, surprised for reactions; raiseHand for hand; cameraOn for camera; unmute, mute for microphone). + [EngagementType ]: meetingEngagementType [ExternalRegistrationInformation ]: virtualEventExternalRegistrationInformation [(Any) ]: This indicates any property can be added to this object. [Referrer ]: A URL or string that represents the location from which the registrant registered. @@ -7771,6 +7828,11 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [AllowTextOnly ]: Indicates whether only text is allowed in the meeting chat. Optional. + [CloudVideoInteropInfo ]: cloudVideoInteropInfo + [(Any) ]: This indicates any property can be added to this object. + [MoreInfoWebUrl ]: + [TenantKey ]: + [VideoTeleconferenceId ]: [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -8045,14 +8107,6 @@ Read-only. Supports $select. Read-only. [AppliedBy ]: userIdentity - [(Any) ]: This indicates any property can be added to this object. - [DisplayName ]: The display name of the identity. -For drive items, the display name might not always be available or up to date. -For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. - [Id ]: Unique identifier for the identity or actor. -For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [AppliedDateTime ]: The timestamp when the approval decision was applied. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -9217,7 +9271,7 @@ Users can control this setting in Office Delve. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [InPlaceArchiveMailboxId ]: + [InPlaceArchiveMailboxId ]: The unique identifier for the user's In-Place Archive mailbox. [PrimaryMailboxId ]: The unique identifier for the user's primary mailbox. [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. @@ -9588,6 +9642,8 @@ Read-only. [EndDateTime ]: dateTimeTimeZone [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. + [IsRegistrationEnabled ]: + [IsRegistrationRequired ]: [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -9625,6 +9681,7 @@ Read-only. [AudioConferencing ]: audioConferencing [ChatInfo ]: chatInfo [ChatRestrictions ]: chatRestrictions + [CloudVideoInteropInfo ]: cloudVideoInteropInfo [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -9647,6 +9704,7 @@ Read-only. [WatermarkProtection ]: watermarkProtectionValues [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [Presenters ]: [Registrations ]: @@ -9700,6 +9758,8 @@ For example, in the access reviews decisions API, this property might record the [RegistrationConfiguration ]: virtualEventWebinarRegistrationConfiguration [(Any) ]: This indicates any property can be added to this object. [Capacity ]: Total capacity of the virtual event. + [IsManualApprovalEnabled ]: Indicates whether registrations require organizer approval before a participant is confirmed. + [IsWaitlistEnabled ]: Indicates whether more registrants are automatically placed on a waitlist when capacity is reached. [Questions ]: Registration questions. [Id ]: The unique identifier for an entity. Read-only. @@ -9709,8 +9769,6 @@ The default value is false. [RegistrationWebUrl ]: Registration URL of the virtual event. [Id ]: The unique identifier for an entity. Read-only. - [IsManualApprovalEnabled ]: - [IsWaitlistEnabled ]: [Registrations ]: Registration records of the webinar. [WindowsInformationProtectionDeviceRegistrations ]: Zero or more WIP device registrations that belong to the user. [Id ]: The unique identifier for an entity. @@ -10062,7 +10120,7 @@ Read-only. [Operator ]: customSecurityAttributeComparisonOperator [MaxLifetime ]: String value that indicates the maximum lifetime for key expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. -This property is required when restrictionType is set to keyLifetime. +This property is required when restrictionType is set to asymmetricKeyLifetime. [RestrictForAppsCreatedAfterDateTime ]: Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied. [RestrictionType ]: appKeyCredentialRestrictionType @@ -10097,7 +10155,7 @@ For existing applications, the enforcement date can be retroactively applied. [NonDefaultUriAddition ]: identifierUriRestriction [(Any) ]: This indicates any property can be added to this object. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExcludeAppsReceivingV2Tokens ]: If true, the restriction isn't enforced for applications that are configured to receive V2 tokens in Microsoft Entra ID; else, the restriction isn't enforced for those applications. + [ExcludeAppsReceivingV2Tokens ]: If true, the restriction isn't enforced for applications that are configured to receive V2 tokens in Microsoft Entra ID; else, the restriction is enforced for those applications. [ExcludeSaml ]: If true, the restriction isn't enforced for SAML applications in Microsoft Entra ID; else, the restriction is enforced for those applications. [RestrictForAppsCreatedAfterDateTime ]: Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied. @@ -12329,7 +12387,9 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisioningPolicyId ]: The provisioning policy ID of the Cloud PC. [ProvisioningPolicyName ]: The provisioning policy that is applied during the provisioning of Cloud PCs. [ProvisioningType ]: cloudPcProvisioningType - [ScopeIds ]: + [ScopeIds ]: The scope IDs of the corresponding permission. +Currently, it's the Intune scope tag ID. +Read-only. [ServicePlanId ]: The service plan ID of the Cloud PC. [ServicePlanName ]: The service plan name of the Cloud PC. [ServicePlanType ]: cloudPcServicePlanType @@ -12354,6 +12414,39 @@ Read-only. Read-only. [UserExperienceType ]: cloudPcUserExperienceType [UserPrincipalName ]: The user principal name (UPN) of the user assigned to the Cloud PC. + [CloudPcPools ]: The user's Cloud PC pools. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Assignments ]: The collection of assignments that grant user or service principal identities access to this pool. + [Id ]: The unique identifier for an entity. +Read-only. + [Capabilities ]: cloudPcPoolCapabilityConfiguration + [(Any) ]: This indicates any property can be added to this object. + [CloudPcConfiguration ]: cloudPcConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ImageDisplayName ]: The display name of the image. +Read-only. + [ImageId ]: The unique identifier of the operating system image used for provisioning new Cloud PCs. +The format for a gallery type image is: {publisherNameofferNameskuName}. + [ImageType ]: cloudPcProvisioningPolicyImageType + [OSLocale ]: The operating system locale for the Cloud PC. + [CreatedDateTime ]: The date and time when the pool was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2026 is 2026-01-01T00:00:00Z. +Read-only. + [Description ]: The description of the pool. +The maximum length is 512 characters. + [DisplayName ]: The display name of the pool. +The name is unique across Cloud PC pools in an organization. +The maximum length is 60 characters. + [LastModifiedDateTime ]: The date and time when the pool was last modified. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2026 is 2026-01-01T00:00:00Z. +Read-only. + [NetworkConfiguration ]: cloudPcNetworkConfiguration + [(Any) ]: This indicates any property can be added to this object. [CloudRealtimeCommunicationInfo ]: cloudRealtimeCommunicationInfo [(Any) ]: This indicates any property can be added to this object. [IsSipEnabled ]: Indicates whether the user has a SIP-enabled client registered for them. @@ -12561,7 +12654,7 @@ Read-only. [Activity ]: userActivityType [ContentEntries ]: A collection of content entries to be processed. Each entry contains the content itself and its metadata. -Use conversation metadata for content like prompts and responses and file metadata for files. +Use conversation metadata for content like prompts and responses, file metadata for files, and content activity metadata for enforcement result status entries. Required. [Content ]: contentBase [(Any) ]: This indicates any property can be added to this object. @@ -12861,6 +12954,19 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: + [ExpirationDateTime ]: + [LockType ]: lockType + [Owners ]: + [DisplayName ]: The display name of the identity. +For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -13981,7 +14087,7 @@ Helps organize related content types. Only site collection administrators can seal or unseal content types. [DisplayName ]: The displayable title of the list. [Drive ]: drive - [ItemCount ]: The number of items in the list. + [ItemCount ]: The total count of items in the list. Read-only. [Items ]: All items contained in the list. [List ]: listInfo @@ -14639,8 +14745,9 @@ This property can also be set to any custom string. [(Any) ]: This indicates any property can be added to this object. [ApproverDelegate ]: approverDelegate [(Any) ]: This indicates any property can be added to this object. - [Delegate ]: subjectSet + [Delegate ]: userSet [(Any) ]: This indicates any property can be added to this object. + [IsBackup ]: For a user in an approval stage, this property indicates whether the user is a backup fallback approver. [Schedule ]: requestSchedule [(Any) ]: This indicates any property can be added to this object. [Expiration ]: expirationPattern @@ -14760,7 +14867,8 @@ Requires $select to retrieve. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. - [IsResourceAccount ]: Do not use – reserved for future use. + [IsResourceAccount ]: Do not use. +Reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -15236,7 +15344,10 @@ If true, it shows the task. [IsOnMyDayLastModifiedDate ]: Read-only. The date on which task is added to or removed from MyDay. [LastModifiedBy ]: identitySet - [LastModifiedDateTime ]: + [LastModifiedDateTime ]: Read-only. +Date and time at which this is last modified. +The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z [Messages ]: Read-only. Nullable. Chat messages associated with the task. @@ -15428,7 +15539,7 @@ For the list of possible values, see Microsoft 365 group behaviors and provision The possible value is Team. For more information, see Microsoft 365 group behaviors and provisioning options. Returned by default. -Supports $filter (eq, not, startsWith. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required.Returned by default. Supports $filter (eq, ne, not, in). @@ -15476,6 +15587,7 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [JoinedUsers ]: [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType @@ -16783,6 +16895,10 @@ Read-only. [JoinDateTime ]: The time the attendee joined in UTC. [LeaveDateTime ]: The time the attendee left in UTC. [EmailAddress ]: Email address of the user associated with this attendance record. + [Engagements ]: The list of real-time participant interaction behaviors during a meeting. + [DateTime ]: The UTC date and time when the engagement event occurred, in ISO 8601 format. + [EngagementSubType ]: The specific engagement action within the type (e.g., like, love, applause, laugh, surprised for reactions; raiseHand for hand; cameraOn for camera; unmute, mute for microphone). + [EngagementType ]: meetingEngagementType [ExternalRegistrationInformation ]: virtualEventExternalRegistrationInformation [(Any) ]: This indicates any property can be added to this object. [Referrer ]: A URL or string that represents the location from which the registrant registered. @@ -16831,6 +16947,11 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [AllowTextOnly ]: Indicates whether only text is allowed in the meeting chat. Optional. + [CloudVideoInteropInfo ]: cloudVideoInteropInfo + [(Any) ]: This indicates any property can be added to this object. + [MoreInfoWebUrl ]: + [TenantKey ]: + [VideoTeleconferenceId ]: [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -17105,14 +17226,6 @@ Read-only. Supports $select. Read-only. [AppliedBy ]: userIdentity - [(Any) ]: This indicates any property can be added to this object. - [DisplayName ]: The display name of the identity. -For drive items, the display name might not always be available or up to date. -For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. - [Id ]: Unique identifier for the identity or actor. -For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [AppliedDateTime ]: The timestamp when the approval decision was applied. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -18277,7 +18390,7 @@ Users can control this setting in Office Delve. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [InPlaceArchiveMailboxId ]: + [InPlaceArchiveMailboxId ]: The unique identifier for the user's In-Place Archive mailbox. [PrimaryMailboxId ]: The unique identifier for the user's primary mailbox. [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. @@ -18648,6 +18761,8 @@ Read-only. [EndDateTime ]: dateTimeTimeZone [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. + [IsRegistrationEnabled ]: + [IsRegistrationRequired ]: [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -18685,6 +18800,7 @@ Read-only. [AudioConferencing ]: audioConferencing [ChatInfo ]: chatInfo [ChatRestrictions ]: chatRestrictions + [CloudVideoInteropInfo ]: cloudVideoInteropInfo [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -18707,6 +18823,7 @@ Read-only. [WatermarkProtection ]: watermarkProtectionValues [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [Presenters ]: [Registrations ]: @@ -18760,6 +18877,8 @@ For example, in the access reviews decisions API, this property might record the [RegistrationConfiguration ]: virtualEventWebinarRegistrationConfiguration [(Any) ]: This indicates any property can be added to this object. [Capacity ]: Total capacity of the virtual event. + [IsManualApprovalEnabled ]: Indicates whether registrations require organizer approval before a participant is confirmed. + [IsWaitlistEnabled ]: Indicates whether more registrants are automatically placed on a waitlist when capacity is reached. [Questions ]: Registration questions. [Id ]: The unique identifier for an entity. Read-only. @@ -18769,8 +18888,6 @@ The default value is false. [RegistrationWebUrl ]: Registration URL of the virtual event. [Id ]: The unique identifier for an entity. Read-only. - [IsManualApprovalEnabled ]: - [IsWaitlistEnabled ]: [Registrations ]: Registration records of the webinar. [WindowsInformationProtectionDeviceRegistrations ]: Zero or more WIP device registrations that belong to the user. [Id ]: The unique identifier for an entity. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaOauth2PermissionGrant.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaOauth2PermissionGrant.md index 10616809f0427..bdd6a5ffa8d97 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaOauth2PermissionGrant.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaOauth2PermissionGrant.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetaoauth2permissiongrant Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaOauth2PermissionGrant --- @@ -30,7 +30,6 @@ New-MgBetaOauth2PermissionGrant [-ResponseHeadersVariable ] [-Scope ] [-StartTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -40,7 +39,6 @@ New-MgBetaOauth2PermissionGrant -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaOrganizationCertificateBasedAuthConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaOrganizationCertificateBasedAuthConfiguration.md index 62ed65294d1c0..9220505889565 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaOrganizationCertificateBasedAuthConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaOrganizationCertificateBasedAuthConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetaorganizationcertificatebasedauthconfiguration Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaOrganizationCertificateBasedAuthConfiguration --- @@ -28,7 +28,7 @@ New-MgBetaOrganizationCertificateBasedAuthConfiguration -OrganizationId [-CertificateAuthorities ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -39,7 +39,6 @@ New-MgBetaOrganizationCertificateBasedAuthConfiguration -OrganizationId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -50,7 +49,7 @@ New-MgBetaOrganizationCertificateBasedAuthConfiguration -InputObject ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -61,7 +60,6 @@ New-MgBetaOrganizationCertificateBasedAuthConfiguration -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -596,6 +594,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyActivityBasedTimeoutPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyActivityBasedTimeoutPolicy.md index 364afe9736575..17fa9604cad12 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyActivityBasedTimeoutPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyActivityBasedTimeoutPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetapolicyactivitybasedtimeoutpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPolicyActivityBasedTimeoutPolicy --- @@ -29,7 +29,6 @@ New-MgBetaPolicyActivityBasedTimeoutPolicy [-ResponseHeadersVariable ] [-DisplayName ] [-Id ] [-IsOrganizationDefault] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -39,7 +38,6 @@ New-MgBetaPolicyActivityBasedTimeoutPolicy -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyAppManagementPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyAppManagementPolicy.md index 5d9bf8c7913a3..21b863d3d0e12 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyAppManagementPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyAppManagementPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetapolicyappmanagementpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPolicyAppManagementPolicy --- @@ -29,7 +29,7 @@ New-MgBetaPolicyAppManagementPolicy [-ResponseHeadersVariable ] [-IsEnabled] [-Restrictions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -39,7 +39,6 @@ New-MgBetaPolicyAppManagementPolicy -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -594,7 +593,7 @@ Read-only. [Operator ]: customSecurityAttributeComparisonOperator [MaxLifetime ]: String value that indicates the maximum lifetime for key expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. -This property is required when restrictionType is set to keyLifetime. +This property is required when restrictionType is set to asymmetricKeyLifetime. [RestrictForAppsCreatedAfterDateTime ]: Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied. [RestrictionType ]: appKeyCredentialRestrictionType @@ -629,7 +628,7 @@ For existing applications, the enforcement date can be retroactively applied. [NonDefaultUriAddition ]: identifierUriRestriction [(Any) ]: This indicates any property can be added to this object. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExcludeAppsReceivingV2Tokens ]: If true, the restriction isn't enforced for applications that are configured to receive V2 tokens in Microsoft Entra ID; else, the restriction isn't enforced for those applications. + [ExcludeAppsReceivingV2Tokens ]: If true, the restriction isn't enforced for applications that are configured to receive V2 tokens in Microsoft Entra ID; else, the restriction is enforced for those applications. [ExcludeSaml ]: If true, the restriction isn't enforced for SAML applications in Microsoft Entra ID; else, the restriction is enforced for those applications. [RestrictForAppsCreatedAfterDateTime ]: Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied. @@ -706,7 +705,7 @@ Read-only. [Operator ]: customSecurityAttributeComparisonOperator [MaxLifetime ]: String value that indicates the maximum lifetime for key expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. -This property is required when restrictionType is set to keyLifetime. +This property is required when restrictionType is set to asymmetricKeyLifetime. [RestrictForAppsCreatedAfterDateTime ]: Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied. [RestrictionType ]: appKeyCredentialRestrictionType @@ -741,7 +740,7 @@ For existing applications, the enforcement date can be retroactively applied. [NonDefaultUriAddition ]: identifierUriRestriction [(Any) ]: This indicates any property can be added to this object. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExcludeAppsReceivingV2Tokens ]: If true, the restriction isn't enforced for applications that are configured to receive V2 tokens in Microsoft Entra ID; else, the restriction isn't enforced for those applications. + [ExcludeAppsReceivingV2Tokens ]: If true, the restriction isn't enforced for applications that are configured to receive V2 tokens in Microsoft Entra ID; else, the restriction is enforced for those applications. [ExcludeSaml ]: If true, the restriction isn't enforced for SAML applications in Microsoft Entra ID; else, the restriction is enforced for those applications. [RestrictForAppsCreatedAfterDateTime ]: Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration.md index 8418deac07af5..b256007ec4610 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetapolicyauthenticationmethodpolicyauthenticationmethodconfiguration Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration --- @@ -28,7 +28,7 @@ New-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration [-ExcludeTargets ] [-Id ] [-State ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -39,7 +39,6 @@ New-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyAuthenticationStrengthPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyAuthenticationStrengthPolicy.md index 397dd82e973a8..635d2ea2e4d7c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyAuthenticationStrengthPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyAuthenticationStrengthPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetapolicyauthenticationstrengthpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPolicyAuthenticationStrengthPolicy --- @@ -30,7 +30,7 @@ New-MgBetaPolicyAuthenticationStrengthPolicy [-ResponseHeadersVariable ] [-ModifiedDateTime ] [-PolicyType ] [-RequirementsSatisfied ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -40,7 +40,7 @@ New-MgBetaPolicyAuthenticationStrengthPolicy -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration.md index f60c16c55601e..5bdee4d10e268 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetapolicyauthenticationstrengthpolicycombinationconfiguration Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration --- @@ -28,7 +28,7 @@ New-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration [-AdditionalProperties ] [-AppliesToCombinations ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -40,7 +40,6 @@ New-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -51,7 +50,7 @@ New-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration [-AdditionalProperties ] [-AppliesToCombinations ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -63,7 +62,6 @@ New-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -549,6 +547,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyAuthorizationPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyAuthorizationPolicy.md index 12d9d0a511442..621f318b2e083 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyAuthorizationPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyAuthorizationPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetapolicyauthorizationpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPolicyAuthorizationPolicy --- @@ -31,7 +31,6 @@ New-MgBetaPolicyAuthorizationPolicy [-ResponseHeadersVariable ] [-PermissionGrantPolicyIdsAssignedToDefaultUserRole ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -41,7 +40,6 @@ New-MgBetaPolicyAuthorizationPolicy -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride.md index 13cca3e024a5b..5d96f0d28e2d5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetapolicyauthorizationpolicydefaultuserroleoverride Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride --- @@ -25,7 +25,6 @@ New-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride -AuthorizationPolicyI [-RolePermissions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -35,7 +34,7 @@ New-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride -AuthorizationPolicyI -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -46,7 +45,6 @@ New-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -56,7 +54,7 @@ New-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -571,6 +569,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyB2BManagementPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyB2BManagementPolicy.md index 6c92cca30deb6..3d0aeeaddd50a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyB2BManagementPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyB2BManagementPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetapolicyb2bmanagementpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPolicyB2BManagementPolicy --- @@ -26,7 +26,6 @@ New-MgBetaPolicyB2BManagementPolicy [-ResponseHeadersVariable ] [-DisplayName ] [-Id ] [-IsOrganizationDefault] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -35,7 +34,7 @@ New-MgBetaPolicyB2BManagementPolicy [-ResponseHeadersVariable ] New-MgBetaPolicyB2BManagementPolicy -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyClaimMappingPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyClaimMappingPolicy.md index ae863b1a4800d..99e69b4c0792e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyClaimMappingPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyClaimMappingPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetapolicyclaimmappingpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPolicyClaimMappingPolicy --- @@ -29,7 +29,6 @@ New-MgBetaPolicyClaimMappingPolicy [-ResponseHeadersVariable ] [-DisplayName ] [-Id ] [-IsOrganizationDefault] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -38,7 +37,7 @@ New-MgBetaPolicyClaimMappingPolicy [-ResponseHeadersVariable ] New-MgBetaPolicyClaimMappingPolicy -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyCrossTenantAccessPolicyDefaultM365Capability.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyCrossTenantAccessPolicyDefaultM365Capability.md new file mode 100644 index 0000000000000..7767acc9890e4 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyCrossTenantAccessPolicyDefaultM365Capability.md @@ -0,0 +1,495 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetapolicycrosstenantaccesspolicydefaultm365capability +Locale: en-US +Module Name: Microsoft.Graph.Beta.Identity.SignIns +ms.date: 08/01/2026 +PlatyPS schema version: 2024-05-01 +title: New-MgBetaPolicyCrossTenantAccessPolicyDefaultM365Capability +--- + +# New-MgBetaPolicyCrossTenantAccessPolicyDefaultM365Capability + +## SYNOPSIS + +Create a new Microsoft 365 cross-tenant capability for the default cross-tenant access policy. +The @odata.type property in the request body is required to specify which type of capability to create. + +## SYNTAX + +### CreateExpanded (Default) + +``` +New-MgBetaPolicyCrossTenantAccessPolicyDefaultM365Capability [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-Id ] + [-InboundAccess ] [-LastModifiedDateTime ] + [-Name ] [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### Create + +``` +New-MgBetaPolicyCrossTenantAccessPolicyDefaultM365Capability + -BodyParameter [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Create a new Microsoft 365 cross-tenant capability for the default cross-tenant access policy. +The @odata.type property in the request body is required to specify which type of capability to create. + +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | Policy.ReadWrite.CrossTenantCapability, | +| Delegated (personal Microsoft account) | Not supported | +| Application | Policy.ReadWrite.CrossTenantCapability, | + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + +m365CapabilityBase +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphM365CapabilityBase +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Create + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Id + +The unique identifier for an entity. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InboundAccess + +m365CapabilityInboundAccess +To construct, see NOTES section for INBOUNDACCESS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphM365CapabilityInboundAccess +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -LastModifiedDateTime + +The automatically updated last modified timestamp for the capability. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2024, is 2024-01-01T00:00:00Z. + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Name + +The name or identifier of the capability. +Key. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphM365CapabilityBase + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphM365CapabilityBase + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: m365CapabilityBase + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [InboundAccess ]: m365CapabilityInboundAccess + [(Any) ]: This indicates any property can be added to this object. + [IsAllowed ]: Indicates whether this capability should be allowed or blocked for inbound access. + [ResourceScopes ]: m365CapabilityResourceScopes + [(Any) ]: This indicates any property can be added to this object. + [Excluded ]: Resources to exclude from the scope. +If a resource appears in both included and excluded, the excluded property takes precedence. + [ResourceId ]: The ID of the resource to modify (a user or group ID). + [ResourceType ]: m365ResourceType + [Included ]: Resources to include in the scope. + [LastModifiedDateTime ]: The automatically updated last modified timestamp for the capability. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2024, is 2024-01-01T00:00:00Z. + [Name ]: The name or identifier of the capability. +Key. + +INBOUNDACCESS ``: m365CapabilityInboundAccess + [(Any) ]: This indicates any property can be added to this object. + [IsAllowed ]: Indicates whether this capability should be allowed or blocked for inbound access. + [ResourceScopes ]: m365CapabilityResourceScopes + [(Any) ]: This indicates any property can be added to this object. + [Excluded ]: Resources to exclude from the scope. +If a resource appears in both included and excluded, the excluded property takes precedence. + [ResourceId ]: The ID of the resource to modify (a user or group ID). + [ResourceType ]: m365ResourceType + [Included ]: Resources to include in the scope. + + +## RELATED LINKS + +- [New-MgBetaPolicyCrossTenantAccessPolicyDefaultM365Capability](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetapolicycrosstenantaccesspolicydefaultm365capability) +- [Graph API Reference](https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-post-m365capabilities?view=graph-rest-beta) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyCrossTenantAccessPolicyPartner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyCrossTenantAccessPolicyPartner.md index 13ea5caacbc4f..35b597a831bb0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyCrossTenantAccessPolicyPartner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyCrossTenantAccessPolicyPartner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetapolicycrosstenantaccesspolicypartner Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPolicyCrossTenantAccessPolicyPartner --- @@ -34,14 +34,14 @@ New-MgBetaPolicyCrossTenantAccessPolicyPartner [-ResponseHeadersVariable ] [-IdentitySynchronization ] [-InboundTrust ] [-IsInMultiTenantOrganization] - [-IsServiceProvider] + [-IsServiceProvider] [-M365Capabilities ] [-M365CollaborationInbound ] [-M365CollaborationOutbound ] [-TenantId ] [-TenantRestrictions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -52,7 +52,6 @@ New-MgBetaPolicyCrossTenantAccessPolicyPartner [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -268,7 +267,8 @@ HelpMessage: '' ### -BlockServiceProviderOutboundAccess - +Specifies whether users can use granular delegated admin privileges (GDAP) to sign-in and access resources in other organizations. +Default value is false. ```yaml Type: System.Management.Automation.SwitchParameter @@ -522,6 +522,28 @@ AcceptedValues: [] HelpMessage: '' ``` +### -M365Capabilities + +Defines the partner-specific Microsoft 365 cross-tenant capabilities for inbound access from the partner organization. +To construct, see NOTES section for M365CAPABILITIES properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphM365CapabilityBase[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -M365CollaborationInbound crossTenantAccessPolicyM365CollaborationInboundSetting @@ -830,7 +852,8 @@ BODYPARAMETER ``: cr [B2BCollaborationOutbound ]: crossTenantAccessPolicyB2BSetting [B2BDirectConnectInbound ]: crossTenantAccessPolicyB2BSetting [B2BDirectConnectOutbound ]: crossTenantAccessPolicyB2BSetting - [BlockServiceProviderOutboundAccess ]: + [BlockServiceProviderOutboundAccess ]: Specifies whether users can use granular delegated admin privileges (GDAP) to sign-in and access resources in other organizations. +Default value is false. [IdentitySynchronization ]: crossTenantIdentitySyncPolicyPartner [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Shows the last date and time the policy was deleted. @@ -858,6 +881,24 @@ This property has no impact on existing users who have already been synchronized [IsMfaAccepted ]: Specifies whether MFA from external Microsoft Entra organizations is trusted. [IsInMultiTenantOrganization ]: Identifies whether a tenant is a member of a multitenant organization. [IsServiceProvider ]: Identifies whether the partner-specific configuration is a Cloud Service Provider for your organization. + [M365Capabilities ]: Defines the partner-specific Microsoft 365 cross-tenant capabilities for inbound access from the partner organization. + [Id ]: The unique identifier for an entity. +Read-only. + [InboundAccess ]: m365CapabilityInboundAccess + [(Any) ]: This indicates any property can be added to this object. + [IsAllowed ]: Indicates whether this capability should be allowed or blocked for inbound access. + [ResourceScopes ]: m365CapabilityResourceScopes + [(Any) ]: This indicates any property can be added to this object. + [Excluded ]: Resources to exclude from the scope. +If a resource appears in both included and excluded, the excluded property takes precedence. + [ResourceId ]: The ID of the resource to modify (a user or group ID). + [ResourceType ]: m365ResourceType + [Included ]: Resources to include in the scope. + [LastModifiedDateTime ]: The automatically updated last modified timestamp for the capability. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2024, is 2024-01-01T00:00:00Z. + [Name ]: The name or identifier of the capability. +Key. [M365CollaborationInbound ]: crossTenantAccessPolicyM365CollaborationInboundSetting [(Any) ]: This indicates any property can be added to this object. [Users ]: crossTenantAccessPolicyTargetConfiguration @@ -904,6 +945,25 @@ INBOUNDTRUST ``: crossTenant [IsHybridAzureAdJoinedDeviceAccepted ]: Specifies whether Microsoft Entra hybrid joined devices from external Microsoft Entra organizations are trusted. [IsMfaAccepted ]: Specifies whether MFA from external Microsoft Entra organizations is trusted. +M365CAPABILITIES : Defines the partner-specific Microsoft 365 cross-tenant capabilities for inbound access from the partner organization. + [Id ]: The unique identifier for an entity. +Read-only. + [InboundAccess ]: m365CapabilityInboundAccess + [(Any) ]: This indicates any property can be added to this object. + [IsAllowed ]: Indicates whether this capability should be allowed or blocked for inbound access. + [ResourceScopes ]: m365CapabilityResourceScopes + [(Any) ]: This indicates any property can be added to this object. + [Excluded ]: Resources to exclude from the scope. +If a resource appears in both included and excluded, the excluded property takes precedence. + [ResourceId ]: The ID of the resource to modify (a user or group ID). + [ResourceType ]: m365ResourceType + [Included ]: Resources to include in the scope. + [LastModifiedDateTime ]: The automatically updated last modified timestamp for the capability. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2024, is 2024-01-01T00:00:00Z. + [Name ]: The name or identifier of the capability. +Key. + M365COLLABORATIONINBOUND ``: crossTenantAccessPolicyM365CollaborationInboundSetting [(Any) ]: This indicates any property can be added to this object. [Users ]: crossTenantAccessPolicyTargetConfiguration diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyCrossTenantAccessPolicyPartnerM365Capability.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyCrossTenantAccessPolicyPartnerM365Capability.md new file mode 100644 index 0000000000000..81ef313cbd93c --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyCrossTenantAccessPolicyPartnerM365Capability.md @@ -0,0 +1,711 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetapolicycrosstenantaccesspolicypartnerm365capability +Locale: en-US +Module Name: Microsoft.Graph.Beta.Identity.SignIns +ms.date: 08/01/2026 +PlatyPS schema version: 2024-05-01 +title: New-MgBetaPolicyCrossTenantAccessPolicyPartnerM365Capability +--- + +# New-MgBetaPolicyCrossTenantAccessPolicyPartnerM365Capability + +## SYNOPSIS + +Create a new Microsoft 365 cross-tenant capability for a partner organization in the cross-tenant access policy. +The @odata.type property in the request body is required to specify which type of capability to create. + +## SYNTAX + +### CreateExpanded (Default) + +``` +New-MgBetaPolicyCrossTenantAccessPolicyPartnerM365Capability + -CrossTenantAccessPolicyConfigurationPartnerTenantId [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-Id ] + [-InboundAccess ] [-LastModifiedDateTime ] + [-Name ] [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### Create + +``` +New-MgBetaPolicyCrossTenantAccessPolicyPartnerM365Capability + -CrossTenantAccessPolicyConfigurationPartnerTenantId + -BodyParameter [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### CreateViaIdentityExpanded + +``` +New-MgBetaPolicyCrossTenantAccessPolicyPartnerM365Capability -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] + [-InboundAccess ] [-LastModifiedDateTime ] + [-Name ] [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### CreateViaIdentity + +``` +New-MgBetaPolicyCrossTenantAccessPolicyPartnerM365Capability -InputObject + -BodyParameter [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Create a new Microsoft 365 cross-tenant capability for a partner organization in the cross-tenant access policy. +The @odata.type property in the request body is required to specify which type of capability to create. + +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | Policy.ReadWrite.CrossTenantCapability, | +| Delegated (personal Microsoft account) | Not supported | +| Application | Policy.ReadWrite.CrossTenantCapability, | + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + +m365CapabilityBase +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphM365CapabilityBase +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Create + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CrossTenantAccessPolicyConfigurationPartnerTenantId + +The unique identifier of crossTenantAccessPolicyConfigurationPartner + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Create + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Id + +The unique identifier for an entity. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InboundAccess + +m365CapabilityInboundAccess +To construct, see NOTES section for INBOUNDACCESS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphM365CapabilityInboundAccess +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IIdentitySignInsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -LastModifiedDateTime + +The automatically updated last modified timestamp for the capability. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2024, is 2024-01-01T00:00:00Z. + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Name + +The name or identifier of the capability. +Key. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IIdentitySignInsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphM365CapabilityBase + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphM365CapabilityBase + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: m365CapabilityBase + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [InboundAccess ]: m365CapabilityInboundAccess + [(Any) ]: This indicates any property can be added to this object. + [IsAllowed ]: Indicates whether this capability should be allowed or blocked for inbound access. + [ResourceScopes ]: m365CapabilityResourceScopes + [(Any) ]: This indicates any property can be added to this object. + [Excluded ]: Resources to exclude from the scope. +If a resource appears in both included and excluded, the excluded property takes precedence. + [ResourceId ]: The ID of the resource to modify (a user or group ID). + [ResourceType ]: m365ResourceType + [Included ]: Resources to include in the scope. + [LastModifiedDateTime ]: The automatically updated last modified timestamp for the capability. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2024, is 2024-01-01T00:00:00Z. + [Name ]: The name or identifier of the capability. +Key. + +INBOUNDACCESS ``: m365CapabilityInboundAccess + [(Any) ]: This indicates any property can be added to this object. + [IsAllowed ]: Indicates whether this capability should be allowed or blocked for inbound access. + [ResourceScopes ]: m365CapabilityResourceScopes + [(Any) ]: This indicates any property can be added to this object. + [Excluded ]: Resources to exclude from the scope. +If a resource appears in both included and excluded, the excluded property takes precedence. + [ResourceId ]: The ID of the resource to modify (a user or group ID). + [ResourceType ]: m365ResourceType + [Included ]: Resources to include in the scope. + +INPUTOBJECT ``: Identity Parameter + [ActivityBasedTimeoutPolicyId ]: The unique identifier of activityBasedTimeoutPolicy + [AgentRiskDetectionId ]: The unique identifier of agentRiskDetection + [AppManagementPolicyId ]: The unique identifier of appManagementPolicy + [AuthenticationCombinationConfigurationId ]: The unique identifier of authenticationCombinationConfiguration + [AuthenticationConditionApplicationAppId ]: The unique identifier of authenticationConditionApplication + [AuthenticationContextClassReferenceId ]: The unique identifier of authenticationContextClassReference + [AuthenticationEventListenerId ]: The unique identifier of authenticationEventListener + [AuthenticationEventsFlowId ]: The unique identifier of authenticationEventsFlow + [AuthenticationMethodConfigurationId ]: The unique identifier of authenticationMethodConfiguration + [AuthenticationMethodId ]: The unique identifier of authenticationMethod + [AuthenticationMethodModeDetailId ]: The unique identifier of authenticationMethodModeDetail + [AuthenticationMethodModes ]: Usage: authenticationMethodModes={authenticationMethodModes} + [AuthenticationStrengthPolicyId ]: The unique identifier of authenticationStrengthPolicy + [AuthorizationPolicyId ]: The unique identifier of authorizationPolicy + [B2BManagementPolicyId ]: The unique identifier of b2bManagementPolicy + [B2CIdentityUserFlowId ]: The unique identifier of b2cIdentityUserFlow + [B2XIdentityUserFlowId ]: The unique identifier of b2xIdentityUserFlow + [BitlockerRecoveryKeyId ]: The unique identifier of bitlockerRecoveryKey + [CertificateBasedAuthConfigurationId ]: The unique identifier of certificateBasedAuthConfiguration + [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy + [ConditionalAccessPolicyId ]: The unique identifier of conditionalAccessPolicy + [ConditionalAccessTemplateId ]: The unique identifier of conditionalAccessTemplate + [ContentFormats ]: Usage: contentFormats={contentFormats} + [CrossTenantAccessPolicyConfigurationPartnerTenantId ]: The unique identifier of crossTenantAccessPolicyConfigurationPartner + [CrossTenantIdentitySyncPolicyPartnerTenantId ]: The unique identifier of crossTenantIdentitySyncPolicyPartner + [CustomAuthenticationExtensionId ]: The unique identifier of customAuthenticationExtension + [DataLossPreventionPolicyId ]: The unique identifier of dataLossPreventionPolicy + [DataPolicyOperationId ]: The unique identifier of dataPolicyOperation + [DefaultUserRoleOverrideId ]: The unique identifier of defaultUserRoleOverride + [DirectoryObjectId ]: The unique identifier of directoryObject + [EmailAuthenticationMethodId ]: The unique identifier of emailAuthenticationMethod + [ExternalAuthenticationMethodId ]: The unique identifier of externalAuthenticationMethod + [FeatureRolloutPolicyId ]: The unique identifier of featureRolloutPolicy + [Fido2AuthenticationMethodId ]: The unique identifier of fido2AuthenticationMethod + [FraudProtectionProviderId ]: The unique identifier of fraudProtectionProvider + [GroupId ]: The unique identifier of group + [HardwareOathAuthenticationMethodId ]: The unique identifier of hardwareOathAuthenticationMethod + [HardwareOathTokenAuthenticationMethodDeviceId ]: The unique identifier of hardwareOathTokenAuthenticationMethodDevice + [HomeRealmDiscoveryPolicyId ]: The unique identifier of homeRealmDiscoveryPolicy + [IdentityApiConnectorId ]: The unique identifier of identityApiConnector + [IdentityProviderBaseId ]: The unique identifier of identityProviderBase + [IdentityProviderId ]: The unique identifier of identityProvider + [IdentityUserFlowAttributeAssignmentId ]: The unique identifier of identityUserFlowAttributeAssignment + [IdentityUserFlowAttributeId ]: The unique identifier of identityUserFlowAttribute + [IdentityUserFlowId ]: The unique identifier of identityUserFlow + [InformationProtectionLabelId ]: The unique identifier of informationProtectionLabel + [LabelIds ]: Usage: labelIds={labelIds} + [Locale ]: Usage: locale='{locale}' + [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase + [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod + [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy + [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy + [MultiTenantOrganizationMemberId ]: The unique identifier of multiTenantOrganizationMember + [NamedLocationId ]: The unique identifier of namedLocation + [OAuth2PermissionGrantId ]: The unique identifier of oAuth2PermissionGrant + [OnPremAuthenticationPolicyId ]: The unique identifier of onPremAuthenticationPolicy + [OrganizationId ]: The unique identifier of organization + [PasswordAuthenticationMethodId ]: The unique identifier of passwordAuthenticationMethod + [PasswordlessMicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of passwordlessMicrosoftAuthenticatorAuthenticationMethod + [PermissionGrantConditionSetId ]: The unique identifier of permissionGrantConditionSet + [PermissionGrantPolicyId ]: The unique identifier of permissionGrantPolicy + [PermissionGrantPreApprovalPolicyId ]: The unique identifier of permissionGrantPreApprovalPolicy + [PhoneAuthenticationMethodId ]: The unique identifier of phoneAuthenticationMethod + [PlatformCredentialAuthenticationMethodId ]: The unique identifier of platformCredentialAuthenticationMethod + [RiskDetectionId ]: The unique identifier of riskDetection + [RiskyAgentId ]: The unique identifier of riskyAgent + [RiskyServicePrincipalHistoryItemId ]: The unique identifier of riskyServicePrincipalHistoryItem + [RiskyServicePrincipalId ]: The unique identifier of riskyServicePrincipal + [RiskyUserHistoryItemId ]: The unique identifier of riskyUserHistoryItem + [RiskyUserId ]: The unique identifier of riskyUser + [SensitivityLabelId ]: The unique identifier of sensitivityLabel + [SensitivityLabelId1 ]: The unique identifier of sensitivityLabel + [ServicePrincipalCreationConditionSetId ]: The unique identifier of servicePrincipalCreationConditionSet + [ServicePrincipalCreationPolicyId ]: The unique identifier of servicePrincipalCreationPolicy + [ServicePrincipalRiskDetectionId ]: The unique identifier of servicePrincipalRiskDetection + [SignInIdentifierBaseName ]: The unique identifier of signInIdentifierBase + [SoftwareOathAuthenticationMethodId ]: The unique identifier of softwareOathAuthenticationMethod + [TemporaryAccessPassAuthenticationMethodId ]: The unique identifier of temporaryAccessPassAuthenticationMethod + [ThreatAssessmentRequestId ]: The unique identifier of threatAssessmentRequest + [ThreatAssessmentResultId ]: The unique identifier of threatAssessmentResult + [TokenIssuancePolicyId ]: The unique identifier of tokenIssuancePolicy + [TokenLifetimePolicyId ]: The unique identifier of tokenLifetimePolicy + [TrustFrameworkKeySetId ]: The unique identifier of trustFrameworkKeySet + [TrustFrameworkKeyV2Kid ]: The unique identifier of trustFrameworkKey_v2 + [TrustFrameworkPolicyId ]: The unique identifier of trustFrameworkPolicy + [UnifiedRoleManagementPolicyAssignmentId ]: The unique identifier of unifiedRoleManagementPolicyAssignment + [UnifiedRoleManagementPolicyId ]: The unique identifier of unifiedRoleManagementPolicy + [UnifiedRoleManagementPolicyRuleId ]: The unique identifier of unifiedRoleManagementPolicyRule + [UserFlowLanguageConfigurationId ]: The unique identifier of userFlowLanguageConfiguration + [UserFlowLanguagePageId ]: The unique identifier of userFlowLanguagePage + [UserId ]: The unique identifier of user + [VerifiedIdProfileId ]: The unique identifier of verifiedIdProfile + [WebApplicationFirewallProviderId ]: The unique identifier of webApplicationFirewallProvider + [WebApplicationFirewallVerificationModelId ]: The unique identifier of webApplicationFirewallVerificationModel + [WindowsHelloForBusinessAuthenticationMethodId ]: The unique identifier of windowsHelloForBusinessAuthenticationMethod + + +## RELATED LINKS + +- [New-MgBetaPolicyCrossTenantAccessPolicyPartnerM365Capability](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetapolicycrosstenantaccesspolicypartnerm365capability) +- [Graph API Reference](https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-post-m365capabilities?view=graph-rest-beta) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyDeletedItemCrossTenantPartner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyDeletedItemCrossTenantPartner.md index 885a4e87792a0..8885e37347bfa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyDeletedItemCrossTenantPartner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyDeletedItemCrossTenantPartner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetapolicydeleteditemcrosstenantpartner Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPolicyDeletedItemCrossTenantPartner --- @@ -31,14 +31,14 @@ New-MgBetaPolicyDeletedItemCrossTenantPartner [-ResponseHeadersVariable [-BlockServiceProviderOutboundAccess] [-DeletedDateTime ] [-IdentitySynchronization ] [-InboundTrust ] [-IsInMultiTenantOrganization] - [-IsServiceProvider] + [-IsServiceProvider] [-M365Capabilities ] [-M365CollaborationInbound ] [-M365CollaborationOutbound ] [-TenantId ] [-TenantRestrictions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -49,7 +49,6 @@ New-MgBetaPolicyDeletedItemCrossTenantPartner [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -218,7 +217,8 @@ HelpMessage: '' ### -BlockServiceProviderOutboundAccess - +Specifies whether users can use granular delegated admin privileges (GDAP) to sign-in and access resources in other organizations. +Default value is false. ```yaml Type: System.Management.Automation.SwitchParameter @@ -472,6 +472,28 @@ AcceptedValues: [] HelpMessage: '' ``` +### -M365Capabilities + +Defines the partner-specific Microsoft 365 cross-tenant capabilities for inbound access from the partner organization. +To construct, see NOTES section for M365CAPABILITIES properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphM365CapabilityBase[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -M365CollaborationInbound crossTenantAccessPolicyM365CollaborationInboundSetting @@ -780,7 +802,8 @@ BODYPARAMETER ``: cr [B2BCollaborationOutbound ]: crossTenantAccessPolicyB2BSetting [B2BDirectConnectInbound ]: crossTenantAccessPolicyB2BSetting [B2BDirectConnectOutbound ]: crossTenantAccessPolicyB2BSetting - [BlockServiceProviderOutboundAccess ]: + [BlockServiceProviderOutboundAccess ]: Specifies whether users can use granular delegated admin privileges (GDAP) to sign-in and access resources in other organizations. +Default value is false. [IdentitySynchronization ]: crossTenantIdentitySyncPolicyPartner [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Shows the last date and time the policy was deleted. @@ -808,6 +831,24 @@ This property has no impact on existing users who have already been synchronized [IsMfaAccepted ]: Specifies whether MFA from external Microsoft Entra organizations is trusted. [IsInMultiTenantOrganization ]: Identifies whether a tenant is a member of a multitenant organization. [IsServiceProvider ]: Identifies whether the partner-specific configuration is a Cloud Service Provider for your organization. + [M365Capabilities ]: Defines the partner-specific Microsoft 365 cross-tenant capabilities for inbound access from the partner organization. + [Id ]: The unique identifier for an entity. +Read-only. + [InboundAccess ]: m365CapabilityInboundAccess + [(Any) ]: This indicates any property can be added to this object. + [IsAllowed ]: Indicates whether this capability should be allowed or blocked for inbound access. + [ResourceScopes ]: m365CapabilityResourceScopes + [(Any) ]: This indicates any property can be added to this object. + [Excluded ]: Resources to exclude from the scope. +If a resource appears in both included and excluded, the excluded property takes precedence. + [ResourceId ]: The ID of the resource to modify (a user or group ID). + [ResourceType ]: m365ResourceType + [Included ]: Resources to include in the scope. + [LastModifiedDateTime ]: The automatically updated last modified timestamp for the capability. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2024, is 2024-01-01T00:00:00Z. + [Name ]: The name or identifier of the capability. +Key. [M365CollaborationInbound ]: crossTenantAccessPolicyM365CollaborationInboundSetting [(Any) ]: This indicates any property can be added to this object. [Users ]: crossTenantAccessPolicyTargetConfiguration @@ -854,6 +895,25 @@ INBOUNDTRUST ``: crossTenant [IsHybridAzureAdJoinedDeviceAccepted ]: Specifies whether Microsoft Entra hybrid joined devices from external Microsoft Entra organizations are trusted. [IsMfaAccepted ]: Specifies whether MFA from external Microsoft Entra organizations is trusted. +M365CAPABILITIES : Defines the partner-specific Microsoft 365 cross-tenant capabilities for inbound access from the partner organization. + [Id ]: The unique identifier for an entity. +Read-only. + [InboundAccess ]: m365CapabilityInboundAccess + [(Any) ]: This indicates any property can be added to this object. + [IsAllowed ]: Indicates whether this capability should be allowed or blocked for inbound access. + [ResourceScopes ]: m365CapabilityResourceScopes + [(Any) ]: This indicates any property can be added to this object. + [Excluded ]: Resources to exclude from the scope. +If a resource appears in both included and excluded, the excluded property takes precedence. + [ResourceId ]: The ID of the resource to modify (a user or group ID). + [ResourceType ]: m365ResourceType + [Included ]: Resources to include in the scope. + [LastModifiedDateTime ]: The automatically updated last modified timestamp for the capability. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2024, is 2024-01-01T00:00:00Z. + [Name ]: The name or identifier of the capability. +Key. + M365COLLABORATIONINBOUND ``: crossTenantAccessPolicyM365CollaborationInboundSetting [(Any) ]: This indicates any property can be added to this object. [Users ]: crossTenantAccessPolicyTargetConfiguration diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyDeletedItemCrossTenantPartnerM365Capability.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyDeletedItemCrossTenantPartnerM365Capability.md new file mode 100644 index 0000000000000..ad4df9f23b4cf --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyDeletedItemCrossTenantPartnerM365Capability.md @@ -0,0 +1,700 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetapolicydeleteditemcrosstenantpartnerm365capability +Locale: en-US +Module Name: Microsoft.Graph.Beta.Identity.SignIns +ms.date: 08/01/2026 +PlatyPS schema version: 2024-05-01 +title: New-MgBetaPolicyDeletedItemCrossTenantPartnerM365Capability +--- + +# New-MgBetaPolicyDeletedItemCrossTenantPartnerM365Capability + +## SYNOPSIS + +Create new navigation property to m365Capabilities for policies + +## SYNTAX + +### CreateExpanded (Default) + +``` +New-MgBetaPolicyDeletedItemCrossTenantPartnerM365Capability + -CrossTenantAccessPolicyConfigurationPartnerTenantId [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-Id ] + [-InboundAccess ] [-LastModifiedDateTime ] + [-Name ] [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### Create + +``` +New-MgBetaPolicyDeletedItemCrossTenantPartnerM365Capability + -CrossTenantAccessPolicyConfigurationPartnerTenantId + -BodyParameter [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### CreateViaIdentityExpanded + +``` +New-MgBetaPolicyDeletedItemCrossTenantPartnerM365Capability -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] + [-InboundAccess ] [-LastModifiedDateTime ] + [-Name ] [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### CreateViaIdentity + +``` +New-MgBetaPolicyDeletedItemCrossTenantPartnerM365Capability -InputObject + -BodyParameter [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Create new navigation property to m365Capabilities for policies + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + +m365CapabilityBase +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphM365CapabilityBase +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Create + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CrossTenantAccessPolicyConfigurationPartnerTenantId + +The unique identifier of crossTenantAccessPolicyConfigurationPartner + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Create + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Id + +The unique identifier for an entity. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InboundAccess + +m365CapabilityInboundAccess +To construct, see NOTES section for INBOUNDACCESS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphM365CapabilityInboundAccess +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IIdentitySignInsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -LastModifiedDateTime + +The automatically updated last modified timestamp for the capability. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2024, is 2024-01-01T00:00:00Z. + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Name + +The name or identifier of the capability. +Key. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IIdentitySignInsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphM365CapabilityBase + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphM365CapabilityBase + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: m365CapabilityBase + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [InboundAccess ]: m365CapabilityInboundAccess + [(Any) ]: This indicates any property can be added to this object. + [IsAllowed ]: Indicates whether this capability should be allowed or blocked for inbound access. + [ResourceScopes ]: m365CapabilityResourceScopes + [(Any) ]: This indicates any property can be added to this object. + [Excluded ]: Resources to exclude from the scope. +If a resource appears in both included and excluded, the excluded property takes precedence. + [ResourceId ]: The ID of the resource to modify (a user or group ID). + [ResourceType ]: m365ResourceType + [Included ]: Resources to include in the scope. + [LastModifiedDateTime ]: The automatically updated last modified timestamp for the capability. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2024, is 2024-01-01T00:00:00Z. + [Name ]: The name or identifier of the capability. +Key. + +INBOUNDACCESS ``: m365CapabilityInboundAccess + [(Any) ]: This indicates any property can be added to this object. + [IsAllowed ]: Indicates whether this capability should be allowed or blocked for inbound access. + [ResourceScopes ]: m365CapabilityResourceScopes + [(Any) ]: This indicates any property can be added to this object. + [Excluded ]: Resources to exclude from the scope. +If a resource appears in both included and excluded, the excluded property takes precedence. + [ResourceId ]: The ID of the resource to modify (a user or group ID). + [ResourceType ]: m365ResourceType + [Included ]: Resources to include in the scope. + +INPUTOBJECT ``: Identity Parameter + [ActivityBasedTimeoutPolicyId ]: The unique identifier of activityBasedTimeoutPolicy + [AgentRiskDetectionId ]: The unique identifier of agentRiskDetection + [AppManagementPolicyId ]: The unique identifier of appManagementPolicy + [AuthenticationCombinationConfigurationId ]: The unique identifier of authenticationCombinationConfiguration + [AuthenticationConditionApplicationAppId ]: The unique identifier of authenticationConditionApplication + [AuthenticationContextClassReferenceId ]: The unique identifier of authenticationContextClassReference + [AuthenticationEventListenerId ]: The unique identifier of authenticationEventListener + [AuthenticationEventsFlowId ]: The unique identifier of authenticationEventsFlow + [AuthenticationMethodConfigurationId ]: The unique identifier of authenticationMethodConfiguration + [AuthenticationMethodId ]: The unique identifier of authenticationMethod + [AuthenticationMethodModeDetailId ]: The unique identifier of authenticationMethodModeDetail + [AuthenticationMethodModes ]: Usage: authenticationMethodModes={authenticationMethodModes} + [AuthenticationStrengthPolicyId ]: The unique identifier of authenticationStrengthPolicy + [AuthorizationPolicyId ]: The unique identifier of authorizationPolicy + [B2BManagementPolicyId ]: The unique identifier of b2bManagementPolicy + [B2CIdentityUserFlowId ]: The unique identifier of b2cIdentityUserFlow + [B2XIdentityUserFlowId ]: The unique identifier of b2xIdentityUserFlow + [BitlockerRecoveryKeyId ]: The unique identifier of bitlockerRecoveryKey + [CertificateBasedAuthConfigurationId ]: The unique identifier of certificateBasedAuthConfiguration + [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy + [ConditionalAccessPolicyId ]: The unique identifier of conditionalAccessPolicy + [ConditionalAccessTemplateId ]: The unique identifier of conditionalAccessTemplate + [ContentFormats ]: Usage: contentFormats={contentFormats} + [CrossTenantAccessPolicyConfigurationPartnerTenantId ]: The unique identifier of crossTenantAccessPolicyConfigurationPartner + [CrossTenantIdentitySyncPolicyPartnerTenantId ]: The unique identifier of crossTenantIdentitySyncPolicyPartner + [CustomAuthenticationExtensionId ]: The unique identifier of customAuthenticationExtension + [DataLossPreventionPolicyId ]: The unique identifier of dataLossPreventionPolicy + [DataPolicyOperationId ]: The unique identifier of dataPolicyOperation + [DefaultUserRoleOverrideId ]: The unique identifier of defaultUserRoleOverride + [DirectoryObjectId ]: The unique identifier of directoryObject + [EmailAuthenticationMethodId ]: The unique identifier of emailAuthenticationMethod + [ExternalAuthenticationMethodId ]: The unique identifier of externalAuthenticationMethod + [FeatureRolloutPolicyId ]: The unique identifier of featureRolloutPolicy + [Fido2AuthenticationMethodId ]: The unique identifier of fido2AuthenticationMethod + [FraudProtectionProviderId ]: The unique identifier of fraudProtectionProvider + [GroupId ]: The unique identifier of group + [HardwareOathAuthenticationMethodId ]: The unique identifier of hardwareOathAuthenticationMethod + [HardwareOathTokenAuthenticationMethodDeviceId ]: The unique identifier of hardwareOathTokenAuthenticationMethodDevice + [HomeRealmDiscoveryPolicyId ]: The unique identifier of homeRealmDiscoveryPolicy + [IdentityApiConnectorId ]: The unique identifier of identityApiConnector + [IdentityProviderBaseId ]: The unique identifier of identityProviderBase + [IdentityProviderId ]: The unique identifier of identityProvider + [IdentityUserFlowAttributeAssignmentId ]: The unique identifier of identityUserFlowAttributeAssignment + [IdentityUserFlowAttributeId ]: The unique identifier of identityUserFlowAttribute + [IdentityUserFlowId ]: The unique identifier of identityUserFlow + [InformationProtectionLabelId ]: The unique identifier of informationProtectionLabel + [LabelIds ]: Usage: labelIds={labelIds} + [Locale ]: Usage: locale='{locale}' + [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase + [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod + [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy + [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy + [MultiTenantOrganizationMemberId ]: The unique identifier of multiTenantOrganizationMember + [NamedLocationId ]: The unique identifier of namedLocation + [OAuth2PermissionGrantId ]: The unique identifier of oAuth2PermissionGrant + [OnPremAuthenticationPolicyId ]: The unique identifier of onPremAuthenticationPolicy + [OrganizationId ]: The unique identifier of organization + [PasswordAuthenticationMethodId ]: The unique identifier of passwordAuthenticationMethod + [PasswordlessMicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of passwordlessMicrosoftAuthenticatorAuthenticationMethod + [PermissionGrantConditionSetId ]: The unique identifier of permissionGrantConditionSet + [PermissionGrantPolicyId ]: The unique identifier of permissionGrantPolicy + [PermissionGrantPreApprovalPolicyId ]: The unique identifier of permissionGrantPreApprovalPolicy + [PhoneAuthenticationMethodId ]: The unique identifier of phoneAuthenticationMethod + [PlatformCredentialAuthenticationMethodId ]: The unique identifier of platformCredentialAuthenticationMethod + [RiskDetectionId ]: The unique identifier of riskDetection + [RiskyAgentId ]: The unique identifier of riskyAgent + [RiskyServicePrincipalHistoryItemId ]: The unique identifier of riskyServicePrincipalHistoryItem + [RiskyServicePrincipalId ]: The unique identifier of riskyServicePrincipal + [RiskyUserHistoryItemId ]: The unique identifier of riskyUserHistoryItem + [RiskyUserId ]: The unique identifier of riskyUser + [SensitivityLabelId ]: The unique identifier of sensitivityLabel + [SensitivityLabelId1 ]: The unique identifier of sensitivityLabel + [ServicePrincipalCreationConditionSetId ]: The unique identifier of servicePrincipalCreationConditionSet + [ServicePrincipalCreationPolicyId ]: The unique identifier of servicePrincipalCreationPolicy + [ServicePrincipalRiskDetectionId ]: The unique identifier of servicePrincipalRiskDetection + [SignInIdentifierBaseName ]: The unique identifier of signInIdentifierBase + [SoftwareOathAuthenticationMethodId ]: The unique identifier of softwareOathAuthenticationMethod + [TemporaryAccessPassAuthenticationMethodId ]: The unique identifier of temporaryAccessPassAuthenticationMethod + [ThreatAssessmentRequestId ]: The unique identifier of threatAssessmentRequest + [ThreatAssessmentResultId ]: The unique identifier of threatAssessmentResult + [TokenIssuancePolicyId ]: The unique identifier of tokenIssuancePolicy + [TokenLifetimePolicyId ]: The unique identifier of tokenLifetimePolicy + [TrustFrameworkKeySetId ]: The unique identifier of trustFrameworkKeySet + [TrustFrameworkKeyV2Kid ]: The unique identifier of trustFrameworkKey_v2 + [TrustFrameworkPolicyId ]: The unique identifier of trustFrameworkPolicy + [UnifiedRoleManagementPolicyAssignmentId ]: The unique identifier of unifiedRoleManagementPolicyAssignment + [UnifiedRoleManagementPolicyId ]: The unique identifier of unifiedRoleManagementPolicy + [UnifiedRoleManagementPolicyRuleId ]: The unique identifier of unifiedRoleManagementPolicyRule + [UserFlowLanguageConfigurationId ]: The unique identifier of userFlowLanguageConfiguration + [UserFlowLanguagePageId ]: The unique identifier of userFlowLanguagePage + [UserId ]: The unique identifier of user + [VerifiedIdProfileId ]: The unique identifier of verifiedIdProfile + [WebApplicationFirewallProviderId ]: The unique identifier of webApplicationFirewallProvider + [WebApplicationFirewallVerificationModelId ]: The unique identifier of webApplicationFirewallVerificationModel + [WindowsHelloForBusinessAuthenticationMethodId ]: The unique identifier of windowsHelloForBusinessAuthenticationMethod + + +## RELATED LINKS + +- [New-MgBetaPolicyDeletedItemCrossTenantPartnerM365Capability](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetapolicydeleteditemcrosstenantpartnerm365capability) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyDeletedItemCrossTenantSyncPolicyPartner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyDeletedItemCrossTenantSyncPolicyPartner.md index 9fb7796c941f1..3e1571f6a57ce 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyDeletedItemCrossTenantSyncPolicyPartner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyDeletedItemCrossTenantSyncPolicyPartner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetapolicydeleteditemcrosstenantsyncpolicypartner Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPolicyDeletedItemCrossTenantSyncPolicyPartner --- @@ -27,7 +27,6 @@ New-MgBetaPolicyDeletedItemCrossTenantSyncPolicyPartner [-ResponseHeadersVariabl [-UserSyncInbound ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -38,7 +37,6 @@ New-MgBetaPolicyDeletedItemCrossTenantSyncPolicyPartner [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyFeatureRolloutPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyFeatureRolloutPolicy.md index 6170596ed6653..0b4099fca3736 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyFeatureRolloutPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyFeatureRolloutPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetapolicyfeaturerolloutpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPolicyFeatureRolloutPolicy --- @@ -29,7 +29,6 @@ New-MgBetaPolicyFeatureRolloutPolicy [-ResponseHeadersVariable ] [-IsAppliedToOrganization] [-IsEnabled] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -39,7 +38,6 @@ New-MgBetaPolicyFeatureRolloutPolicy -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyFeatureRolloutPolicyApplyTo.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyFeatureRolloutPolicyApplyTo.md index fd493a842e826..f27cbe89e774d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyFeatureRolloutPolicyApplyTo.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyFeatureRolloutPolicyApplyTo.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetapolicyfeaturerolloutpolicyapplyto Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPolicyFeatureRolloutPolicyApplyTo --- @@ -28,7 +28,6 @@ New-MgBetaPolicyFeatureRolloutPolicyApplyTo -FeatureRolloutPolicyId [-DeletedDateTime ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -38,7 +37,7 @@ New-MgBetaPolicyFeatureRolloutPolicyApplyTo -FeatureRolloutPolicyId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -49,7 +48,6 @@ New-MgBetaPolicyFeatureRolloutPolicyApplyTo -InputObject ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -59,7 +57,7 @@ New-MgBetaPolicyFeatureRolloutPolicyApplyTo -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -551,6 +549,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyFeatureRolloutPolicyApplyToByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyFeatureRolloutPolicyApplyToByRef.md index 8789eb0b2f020..2cfc6e98f30da 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyFeatureRolloutPolicyApplyToByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyFeatureRolloutPolicyApplyToByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetapolicyfeaturerolloutpolicyapplytobyref Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPolicyFeatureRolloutPolicyApplyToByRef --- @@ -28,7 +28,6 @@ New-MgBetaPolicyFeatureRolloutPolicyApplyToByRef -FeatureRolloutPolicyId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -39,7 +38,6 @@ New-MgBetaPolicyFeatureRolloutPolicyApplyToByRef -FeatureRolloutPolicyId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -50,7 +48,6 @@ New-MgBetaPolicyFeatureRolloutPolicyApplyToByRef -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -61,7 +58,6 @@ New-MgBetaPolicyFeatureRolloutPolicyApplyToByRef -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -561,6 +557,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyHomeRealmDiscoveryPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyHomeRealmDiscoveryPolicy.md index b7c9d1e13dd0b..df01d5f113a6b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyHomeRealmDiscoveryPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyHomeRealmDiscoveryPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetapolicyhomerealmdiscoverypolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPolicyHomeRealmDiscoveryPolicy --- @@ -29,7 +29,6 @@ New-MgBetaPolicyHomeRealmDiscoveryPolicy [-ResponseHeadersVariable ] [-DisplayName ] [-Id ] [-IsOrganizationDefault] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -39,7 +38,6 @@ New-MgBetaPolicyHomeRealmDiscoveryPolicy -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyMobileAppManagementPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyMobileAppManagementPolicy.md index e7513564f4ce5..04207882b599e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyMobileAppManagementPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyMobileAppManagementPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetapolicymobileappmanagementpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPolicyMobileAppManagementPolicy --- @@ -26,7 +26,7 @@ New-MgBetaPolicyMobileAppManagementPolicy [-ResponseHeadersVariable ] [-IncludedGroups ] [-IsValid] [-TermsOfUseUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -36,7 +36,6 @@ New-MgBetaPolicyMobileAppManagementPolicy -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1359,7 +1358,7 @@ Read-only. [Operator ]: customSecurityAttributeComparisonOperator [MaxLifetime ]: String value that indicates the maximum lifetime for key expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. -This property is required when restrictionType is set to keyLifetime. +This property is required when restrictionType is set to asymmetricKeyLifetime. [RestrictForAppsCreatedAfterDateTime ]: Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied. [RestrictionType ]: appKeyCredentialRestrictionType @@ -1394,7 +1393,7 @@ For existing applications, the enforcement date can be retroactively applied. [NonDefaultUriAddition ]: identifierUriRestriction [(Any) ]: This indicates any property can be added to this object. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExcludeAppsReceivingV2Tokens ]: If true, the restriction isn't enforced for applications that are configured to receive V2 tokens in Microsoft Entra ID; else, the restriction isn't enforced for those applications. + [ExcludeAppsReceivingV2Tokens ]: If true, the restriction isn't enforced for applications that are configured to receive V2 tokens in Microsoft Entra ID; else, the restriction is enforced for those applications. [ExcludeSaml ]: If true, the restriction isn't enforced for SAML applications in Microsoft Entra ID; else, the restriction is enforced for those applications. [RestrictForAppsCreatedAfterDateTime ]: Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied. @@ -3266,7 +3265,9 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisioningPolicyId ]: The provisioning policy ID of the Cloud PC. [ProvisioningPolicyName ]: The provisioning policy that is applied during the provisioning of Cloud PCs. [ProvisioningType ]: cloudPcProvisioningType - [ScopeIds ]: + [ScopeIds ]: The scope IDs of the corresponding permission. +Currently, it's the Intune scope tag ID. +Read-only. [ServicePlanId ]: The service plan ID of the Cloud PC. [ServicePlanName ]: The service plan name of the Cloud PC. [ServicePlanType ]: cloudPcServicePlanType @@ -3291,6 +3292,39 @@ Read-only. Read-only. [UserExperienceType ]: cloudPcUserExperienceType [UserPrincipalName ]: The user principal name (UPN) of the user assigned to the Cloud PC. + [CloudPcPools ]: The user's Cloud PC pools. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Assignments ]: The collection of assignments that grant user or service principal identities access to this pool. + [Id ]: The unique identifier for an entity. +Read-only. + [Capabilities ]: cloudPcPoolCapabilityConfiguration + [(Any) ]: This indicates any property can be added to this object. + [CloudPcConfiguration ]: cloudPcConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ImageDisplayName ]: The display name of the image. +Read-only. + [ImageId ]: The unique identifier of the operating system image used for provisioning new Cloud PCs. +The format for a gallery type image is: {publisherNameofferNameskuName}. + [ImageType ]: cloudPcProvisioningPolicyImageType + [OSLocale ]: The operating system locale for the Cloud PC. + [CreatedDateTime ]: The date and time when the pool was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2026 is 2026-01-01T00:00:00Z. +Read-only. + [Description ]: The description of the pool. +The maximum length is 512 characters. + [DisplayName ]: The display name of the pool. +The name is unique across Cloud PC pools in an organization. +The maximum length is 60 characters. + [LastModifiedDateTime ]: The date and time when the pool was last modified. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2026 is 2026-01-01T00:00:00Z. +Read-only. + [NetworkConfiguration ]: cloudPcNetworkConfiguration + [(Any) ]: This indicates any property can be added to this object. [CloudRealtimeCommunicationInfo ]: cloudRealtimeCommunicationInfo [(Any) ]: This indicates any property can be added to this object. [IsSipEnabled ]: Indicates whether the user has a SIP-enabled client registered for them. @@ -3498,7 +3532,7 @@ Read-only. [Activity ]: userActivityType [ContentEntries ]: A collection of content entries to be processed. Each entry contains the content itself and its metadata. -Use conversation metadata for content like prompts and responses and file metadata for files. +Use conversation metadata for content like prompts and responses, file metadata for files, and content activity metadata for enforcement result status entries. Required. [Content ]: contentBase [(Any) ]: This indicates any property can be added to this object. @@ -4004,6 +4038,19 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: + [ExpirationDateTime ]: + [LockType ]: lockType + [Owners ]: + [DisplayName ]: The display name of the identity. +For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -5112,7 +5159,7 @@ Read-only. [ContentTypes ]: The collection of content types present in this list. [DisplayName ]: The displayable title of the list. [Drive ]: drive - [ItemCount ]: The number of items in the list. + [ItemCount ]: The total count of items in the list. Read-only. [Items ]: All items contained in the list. [List ]: listInfo @@ -5519,8 +5566,9 @@ This property can also be set to any custom string. [(Any) ]: This indicates any property can be added to this object. [ApproverDelegate ]: approverDelegate [(Any) ]: This indicates any property can be added to this object. - [Delegate ]: subjectSet + [Delegate ]: userSet [(Any) ]: This indicates any property can be added to this object. + [IsBackup ]: For a user in an approval stage, this property indicates whether the user is a backup fallback approver. [Schedule ]: requestSchedule [(Any) ]: This indicates any property can be added to this object. [Expiration ]: expirationPattern @@ -5640,7 +5688,8 @@ Requires $select to retrieve. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. - [IsResourceAccount ]: Do not use – reserved for future use. + [IsResourceAccount ]: Do not use. +Reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -5670,6 +5719,7 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [JoinedUsers ]: [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType @@ -5827,7 +5877,10 @@ If true, it shows the task. [IsOnMyDayLastModifiedDate ]: Read-only. The date on which task is added to or removed from MyDay. [LastModifiedBy ]: identitySet - [LastModifiedDateTime ]: + [LastModifiedDateTime ]: Read-only. +Date and time at which this is last modified. +The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z [Messages ]: Read-only. Nullable. Chat messages associated with the task. @@ -7239,6 +7292,10 @@ Read-only. [JoinDateTime ]: The time the attendee joined in UTC. [LeaveDateTime ]: The time the attendee left in UTC. [EmailAddress ]: Email address of the user associated with this attendance record. + [Engagements ]: The list of real-time participant interaction behaviors during a meeting. + [DateTime ]: The UTC date and time when the engagement event occurred, in ISO 8601 format. + [EngagementSubType ]: The specific engagement action within the type (e.g., like, love, applause, laugh, surprised for reactions; raiseHand for hand; cameraOn for camera; unmute, mute for microphone). + [EngagementType ]: meetingEngagementType [ExternalRegistrationInformation ]: virtualEventExternalRegistrationInformation [(Any) ]: This indicates any property can be added to this object. [Referrer ]: A URL or string that represents the location from which the registrant registered. @@ -7287,6 +7344,11 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [AllowTextOnly ]: Indicates whether only text is allowed in the meeting chat. Optional. + [CloudVideoInteropInfo ]: cloudVideoInteropInfo + [(Any) ]: This indicates any property can be added to this object. + [MoreInfoWebUrl ]: + [TenantKey ]: + [VideoTeleconferenceId ]: [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -7561,14 +7623,6 @@ Read-only. Supports $select. Read-only. [AppliedBy ]: userIdentity - [(Any) ]: This indicates any property can be added to this object. - [DisplayName ]: The display name of the identity. -For drive items, the display name might not always be available or up to date. -For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. - [Id ]: Unique identifier for the identity or actor. -For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [AppliedDateTime ]: The timestamp when the approval decision was applied. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -8736,7 +8790,7 @@ Users can control this setting in Office Delve. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [InPlaceArchiveMailboxId ]: + [InPlaceArchiveMailboxId ]: The unique identifier for the user's In-Place Archive mailbox. [PrimaryMailboxId ]: The unique identifier for the user's primary mailbox. [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. @@ -9107,6 +9161,8 @@ Read-only. [EndDateTime ]: dateTimeTimeZone [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. + [IsRegistrationEnabled ]: + [IsRegistrationRequired ]: [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -9144,6 +9200,7 @@ Read-only. [AudioConferencing ]: audioConferencing [ChatInfo ]: chatInfo [ChatRestrictions ]: chatRestrictions + [CloudVideoInteropInfo ]: cloudVideoInteropInfo [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -9166,6 +9223,7 @@ Read-only. [WatermarkProtection ]: watermarkProtectionValues [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [Presenters ]: [Registrations ]: @@ -9219,6 +9277,8 @@ For example, in the access reviews decisions API, this property might record the [RegistrationConfiguration ]: virtualEventWebinarRegistrationConfiguration [(Any) ]: This indicates any property can be added to this object. [Capacity ]: Total capacity of the virtual event. + [IsManualApprovalEnabled ]: Indicates whether registrations require organizer approval before a participant is confirmed. + [IsWaitlistEnabled ]: Indicates whether more registrants are automatically placed on a waitlist when capacity is reached. [Questions ]: Registration questions. [Id ]: The unique identifier for an entity. Read-only. @@ -9228,8 +9288,6 @@ The default value is false. [RegistrationWebUrl ]: Registration URL of the virtual event. [Id ]: The unique identifier for an entity. Read-only. - [IsManualApprovalEnabled ]: - [IsWaitlistEnabled ]: [Registrations ]: Registration records of the webinar. [WindowsInformationProtectionDeviceRegistrations ]: Zero or more WIP device registrations that belong to the user. [Id ]: The unique identifier for an entity. @@ -9491,7 +9549,7 @@ For the list of possible values, see Microsoft 365 group behaviors and provision The possible value is Team. For more information, see Microsoft 365 group behaviors and provisioning options. Returned by default. -Supports $filter (eq, not, startsWith. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required.Returned by default. Supports $filter (eq, ne, not, in). diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef.md index 0ebd54276ac1b..5c04fe4bdcf8b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetapolicymobileappmanagementpolicyincludedgroupbyref Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef --- @@ -25,7 +25,6 @@ New-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef -MobileAppManagement [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -36,7 +35,6 @@ New-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef -MobileAppManagement [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -47,7 +45,6 @@ New-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -58,7 +55,6 @@ New-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -550,6 +546,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyMobileDeviceManagementPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyMobileDeviceManagementPolicy.md index c06e9444e4b37..26b94dd8de8cd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyMobileDeviceManagementPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyMobileDeviceManagementPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetapolicymobiledevicemanagementpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPolicyMobileDeviceManagementPolicy --- @@ -26,7 +26,7 @@ New-MgBetaPolicyMobileDeviceManagementPolicy [-ResponseHeadersVariable ] [-IncludedGroups ] [-IsMdmEnrollmentDuringRegistrationDisabled] [-IsValid] [-TermsOfUseUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -36,7 +36,7 @@ New-MgBetaPolicyMobileDeviceManagementPolicy -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1388,7 +1388,7 @@ Read-only. [Operator ]: customSecurityAttributeComparisonOperator [MaxLifetime ]: String value that indicates the maximum lifetime for key expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. -This property is required when restrictionType is set to keyLifetime. +This property is required when restrictionType is set to asymmetricKeyLifetime. [RestrictForAppsCreatedAfterDateTime ]: Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied. [RestrictionType ]: appKeyCredentialRestrictionType @@ -1423,7 +1423,7 @@ For existing applications, the enforcement date can be retroactively applied. [NonDefaultUriAddition ]: identifierUriRestriction [(Any) ]: This indicates any property can be added to this object. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExcludeAppsReceivingV2Tokens ]: If true, the restriction isn't enforced for applications that are configured to receive V2 tokens in Microsoft Entra ID; else, the restriction isn't enforced for those applications. + [ExcludeAppsReceivingV2Tokens ]: If true, the restriction isn't enforced for applications that are configured to receive V2 tokens in Microsoft Entra ID; else, the restriction is enforced for those applications. [ExcludeSaml ]: If true, the restriction isn't enforced for SAML applications in Microsoft Entra ID; else, the restriction is enforced for those applications. [RestrictForAppsCreatedAfterDateTime ]: Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied. @@ -3295,7 +3295,9 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisioningPolicyId ]: The provisioning policy ID of the Cloud PC. [ProvisioningPolicyName ]: The provisioning policy that is applied during the provisioning of Cloud PCs. [ProvisioningType ]: cloudPcProvisioningType - [ScopeIds ]: + [ScopeIds ]: The scope IDs of the corresponding permission. +Currently, it's the Intune scope tag ID. +Read-only. [ServicePlanId ]: The service plan ID of the Cloud PC. [ServicePlanName ]: The service plan name of the Cloud PC. [ServicePlanType ]: cloudPcServicePlanType @@ -3320,6 +3322,39 @@ Read-only. Read-only. [UserExperienceType ]: cloudPcUserExperienceType [UserPrincipalName ]: The user principal name (UPN) of the user assigned to the Cloud PC. + [CloudPcPools ]: The user's Cloud PC pools. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Assignments ]: The collection of assignments that grant user or service principal identities access to this pool. + [Id ]: The unique identifier for an entity. +Read-only. + [Capabilities ]: cloudPcPoolCapabilityConfiguration + [(Any) ]: This indicates any property can be added to this object. + [CloudPcConfiguration ]: cloudPcConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ImageDisplayName ]: The display name of the image. +Read-only. + [ImageId ]: The unique identifier of the operating system image used for provisioning new Cloud PCs. +The format for a gallery type image is: {publisherNameofferNameskuName}. + [ImageType ]: cloudPcProvisioningPolicyImageType + [OSLocale ]: The operating system locale for the Cloud PC. + [CreatedDateTime ]: The date and time when the pool was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2026 is 2026-01-01T00:00:00Z. +Read-only. + [Description ]: The description of the pool. +The maximum length is 512 characters. + [DisplayName ]: The display name of the pool. +The name is unique across Cloud PC pools in an organization. +The maximum length is 60 characters. + [LastModifiedDateTime ]: The date and time when the pool was last modified. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2026 is 2026-01-01T00:00:00Z. +Read-only. + [NetworkConfiguration ]: cloudPcNetworkConfiguration + [(Any) ]: This indicates any property can be added to this object. [CloudRealtimeCommunicationInfo ]: cloudRealtimeCommunicationInfo [(Any) ]: This indicates any property can be added to this object. [IsSipEnabled ]: Indicates whether the user has a SIP-enabled client registered for them. @@ -3527,7 +3562,7 @@ Read-only. [Activity ]: userActivityType [ContentEntries ]: A collection of content entries to be processed. Each entry contains the content itself and its metadata. -Use conversation metadata for content like prompts and responses and file metadata for files. +Use conversation metadata for content like prompts and responses, file metadata for files, and content activity metadata for enforcement result status entries. Required. [Content ]: contentBase [(Any) ]: This indicates any property can be added to this object. @@ -4033,6 +4068,19 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: + [ExpirationDateTime ]: + [LockType ]: lockType + [Owners ]: + [DisplayName ]: The display name of the identity. +For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -5141,7 +5189,7 @@ Read-only. [ContentTypes ]: The collection of content types present in this list. [DisplayName ]: The displayable title of the list. [Drive ]: drive - [ItemCount ]: The number of items in the list. + [ItemCount ]: The total count of items in the list. Read-only. [Items ]: All items contained in the list. [List ]: listInfo @@ -5548,8 +5596,9 @@ This property can also be set to any custom string. [(Any) ]: This indicates any property can be added to this object. [ApproverDelegate ]: approverDelegate [(Any) ]: This indicates any property can be added to this object. - [Delegate ]: subjectSet + [Delegate ]: userSet [(Any) ]: This indicates any property can be added to this object. + [IsBackup ]: For a user in an approval stage, this property indicates whether the user is a backup fallback approver. [Schedule ]: requestSchedule [(Any) ]: This indicates any property can be added to this object. [Expiration ]: expirationPattern @@ -5669,7 +5718,8 @@ Requires $select to retrieve. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. - [IsResourceAccount ]: Do not use – reserved for future use. + [IsResourceAccount ]: Do not use. +Reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -5699,6 +5749,7 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [JoinedUsers ]: [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType @@ -5856,7 +5907,10 @@ If true, it shows the task. [IsOnMyDayLastModifiedDate ]: Read-only. The date on which task is added to or removed from MyDay. [LastModifiedBy ]: identitySet - [LastModifiedDateTime ]: + [LastModifiedDateTime ]: Read-only. +Date and time at which this is last modified. +The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z [Messages ]: Read-only. Nullable. Chat messages associated with the task. @@ -7268,6 +7322,10 @@ Read-only. [JoinDateTime ]: The time the attendee joined in UTC. [LeaveDateTime ]: The time the attendee left in UTC. [EmailAddress ]: Email address of the user associated with this attendance record. + [Engagements ]: The list of real-time participant interaction behaviors during a meeting. + [DateTime ]: The UTC date and time when the engagement event occurred, in ISO 8601 format. + [EngagementSubType ]: The specific engagement action within the type (e.g., like, love, applause, laugh, surprised for reactions; raiseHand for hand; cameraOn for camera; unmute, mute for microphone). + [EngagementType ]: meetingEngagementType [ExternalRegistrationInformation ]: virtualEventExternalRegistrationInformation [(Any) ]: This indicates any property can be added to this object. [Referrer ]: A URL or string that represents the location from which the registrant registered. @@ -7316,6 +7374,11 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [AllowTextOnly ]: Indicates whether only text is allowed in the meeting chat. Optional. + [CloudVideoInteropInfo ]: cloudVideoInteropInfo + [(Any) ]: This indicates any property can be added to this object. + [MoreInfoWebUrl ]: + [TenantKey ]: + [VideoTeleconferenceId ]: [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -7590,14 +7653,6 @@ Read-only. Supports $select. Read-only. [AppliedBy ]: userIdentity - [(Any) ]: This indicates any property can be added to this object. - [DisplayName ]: The display name of the identity. -For drive items, the display name might not always be available or up to date. -For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. - [Id ]: Unique identifier for the identity or actor. -For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [AppliedDateTime ]: The timestamp when the approval decision was applied. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -8765,7 +8820,7 @@ Users can control this setting in Office Delve. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [InPlaceArchiveMailboxId ]: + [InPlaceArchiveMailboxId ]: The unique identifier for the user's In-Place Archive mailbox. [PrimaryMailboxId ]: The unique identifier for the user's primary mailbox. [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. @@ -9136,6 +9191,8 @@ Read-only. [EndDateTime ]: dateTimeTimeZone [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. + [IsRegistrationEnabled ]: + [IsRegistrationRequired ]: [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -9173,6 +9230,7 @@ Read-only. [AudioConferencing ]: audioConferencing [ChatInfo ]: chatInfo [ChatRestrictions ]: chatRestrictions + [CloudVideoInteropInfo ]: cloudVideoInteropInfo [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -9195,6 +9253,7 @@ Read-only. [WatermarkProtection ]: watermarkProtectionValues [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [Presenters ]: [Registrations ]: @@ -9248,6 +9307,8 @@ For example, in the access reviews decisions API, this property might record the [RegistrationConfiguration ]: virtualEventWebinarRegistrationConfiguration [(Any) ]: This indicates any property can be added to this object. [Capacity ]: Total capacity of the virtual event. + [IsManualApprovalEnabled ]: Indicates whether registrations require organizer approval before a participant is confirmed. + [IsWaitlistEnabled ]: Indicates whether more registrants are automatically placed on a waitlist when capacity is reached. [Questions ]: Registration questions. [Id ]: The unique identifier for an entity. Read-only. @@ -9257,8 +9318,6 @@ The default value is false. [RegistrationWebUrl ]: Registration URL of the virtual event. [Id ]: The unique identifier for an entity. Read-only. - [IsManualApprovalEnabled ]: - [IsWaitlistEnabled ]: [Registrations ]: Registration records of the webinar. [WindowsInformationProtectionDeviceRegistrations ]: Zero or more WIP device registrations that belong to the user. [Id ]: The unique identifier for an entity. @@ -9520,7 +9579,7 @@ For the list of possible values, see Microsoft 365 group behaviors and provision The possible value is Team. For more information, see Microsoft 365 group behaviors and provisioning options. Returned by default. -Supports $filter (eq, not, startsWith. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required.Returned by default. Supports $filter (eq, ne, not, in). @@ -10424,7 +10483,7 @@ Read-only. [Operator ]: customSecurityAttributeComparisonOperator [MaxLifetime ]: String value that indicates the maximum lifetime for key expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. -This property is required when restrictionType is set to keyLifetime. +This property is required when restrictionType is set to asymmetricKeyLifetime. [RestrictForAppsCreatedAfterDateTime ]: Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied. [RestrictionType ]: appKeyCredentialRestrictionType @@ -10459,7 +10518,7 @@ For existing applications, the enforcement date can be retroactively applied. [NonDefaultUriAddition ]: identifierUriRestriction [(Any) ]: This indicates any property can be added to this object. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExcludeAppsReceivingV2Tokens ]: If true, the restriction isn't enforced for applications that are configured to receive V2 tokens in Microsoft Entra ID; else, the restriction isn't enforced for those applications. + [ExcludeAppsReceivingV2Tokens ]: If true, the restriction isn't enforced for applications that are configured to receive V2 tokens in Microsoft Entra ID; else, the restriction is enforced for those applications. [ExcludeSaml ]: If true, the restriction isn't enforced for SAML applications in Microsoft Entra ID; else, the restriction is enforced for those applications. [RestrictForAppsCreatedAfterDateTime ]: Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied. @@ -12331,7 +12390,9 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisioningPolicyId ]: The provisioning policy ID of the Cloud PC. [ProvisioningPolicyName ]: The provisioning policy that is applied during the provisioning of Cloud PCs. [ProvisioningType ]: cloudPcProvisioningType - [ScopeIds ]: + [ScopeIds ]: The scope IDs of the corresponding permission. +Currently, it's the Intune scope tag ID. +Read-only. [ServicePlanId ]: The service plan ID of the Cloud PC. [ServicePlanName ]: The service plan name of the Cloud PC. [ServicePlanType ]: cloudPcServicePlanType @@ -12356,6 +12417,39 @@ Read-only. Read-only. [UserExperienceType ]: cloudPcUserExperienceType [UserPrincipalName ]: The user principal name (UPN) of the user assigned to the Cloud PC. + [CloudPcPools ]: The user's Cloud PC pools. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Assignments ]: The collection of assignments that grant user or service principal identities access to this pool. + [Id ]: The unique identifier for an entity. +Read-only. + [Capabilities ]: cloudPcPoolCapabilityConfiguration + [(Any) ]: This indicates any property can be added to this object. + [CloudPcConfiguration ]: cloudPcConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ImageDisplayName ]: The display name of the image. +Read-only. + [ImageId ]: The unique identifier of the operating system image used for provisioning new Cloud PCs. +The format for a gallery type image is: {publisherNameofferNameskuName}. + [ImageType ]: cloudPcProvisioningPolicyImageType + [OSLocale ]: The operating system locale for the Cloud PC. + [CreatedDateTime ]: The date and time when the pool was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2026 is 2026-01-01T00:00:00Z. +Read-only. + [Description ]: The description of the pool. +The maximum length is 512 characters. + [DisplayName ]: The display name of the pool. +The name is unique across Cloud PC pools in an organization. +The maximum length is 60 characters. + [LastModifiedDateTime ]: The date and time when the pool was last modified. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2026 is 2026-01-01T00:00:00Z. +Read-only. + [NetworkConfiguration ]: cloudPcNetworkConfiguration + [(Any) ]: This indicates any property can be added to this object. [CloudRealtimeCommunicationInfo ]: cloudRealtimeCommunicationInfo [(Any) ]: This indicates any property can be added to this object. [IsSipEnabled ]: Indicates whether the user has a SIP-enabled client registered for them. @@ -12563,7 +12657,7 @@ Read-only. [Activity ]: userActivityType [ContentEntries ]: A collection of content entries to be processed. Each entry contains the content itself and its metadata. -Use conversation metadata for content like prompts and responses and file metadata for files. +Use conversation metadata for content like prompts and responses, file metadata for files, and content activity metadata for enforcement result status entries. Required. [Content ]: contentBase [(Any) ]: This indicates any property can be added to this object. @@ -13069,6 +13163,19 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: + [ExpirationDateTime ]: + [LockType ]: lockType + [Owners ]: + [DisplayName ]: The display name of the identity. +For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -14177,7 +14284,7 @@ Read-only. [ContentTypes ]: The collection of content types present in this list. [DisplayName ]: The displayable title of the list. [Drive ]: drive - [ItemCount ]: The number of items in the list. + [ItemCount ]: The total count of items in the list. Read-only. [Items ]: All items contained in the list. [List ]: listInfo @@ -14584,8 +14691,9 @@ This property can also be set to any custom string. [(Any) ]: This indicates any property can be added to this object. [ApproverDelegate ]: approverDelegate [(Any) ]: This indicates any property can be added to this object. - [Delegate ]: subjectSet + [Delegate ]: userSet [(Any) ]: This indicates any property can be added to this object. + [IsBackup ]: For a user in an approval stage, this property indicates whether the user is a backup fallback approver. [Schedule ]: requestSchedule [(Any) ]: This indicates any property can be added to this object. [Expiration ]: expirationPattern @@ -14705,7 +14813,8 @@ Requires $select to retrieve. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. - [IsResourceAccount ]: Do not use – reserved for future use. + [IsResourceAccount ]: Do not use. +Reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -14735,6 +14844,7 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [JoinedUsers ]: [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType @@ -14892,7 +15002,10 @@ If true, it shows the task. [IsOnMyDayLastModifiedDate ]: Read-only. The date on which task is added to or removed from MyDay. [LastModifiedBy ]: identitySet - [LastModifiedDateTime ]: + [LastModifiedDateTime ]: Read-only. +Date and time at which this is last modified. +The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z [Messages ]: Read-only. Nullable. Chat messages associated with the task. @@ -16304,6 +16417,10 @@ Read-only. [JoinDateTime ]: The time the attendee joined in UTC. [LeaveDateTime ]: The time the attendee left in UTC. [EmailAddress ]: Email address of the user associated with this attendance record. + [Engagements ]: The list of real-time participant interaction behaviors during a meeting. + [DateTime ]: The UTC date and time when the engagement event occurred, in ISO 8601 format. + [EngagementSubType ]: The specific engagement action within the type (e.g., like, love, applause, laugh, surprised for reactions; raiseHand for hand; cameraOn for camera; unmute, mute for microphone). + [EngagementType ]: meetingEngagementType [ExternalRegistrationInformation ]: virtualEventExternalRegistrationInformation [(Any) ]: This indicates any property can be added to this object. [Referrer ]: A URL or string that represents the location from which the registrant registered. @@ -16352,6 +16469,11 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [AllowTextOnly ]: Indicates whether only text is allowed in the meeting chat. Optional. + [CloudVideoInteropInfo ]: cloudVideoInteropInfo + [(Any) ]: This indicates any property can be added to this object. + [MoreInfoWebUrl ]: + [TenantKey ]: + [VideoTeleconferenceId ]: [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -16626,14 +16748,6 @@ Read-only. Supports $select. Read-only. [AppliedBy ]: userIdentity - [(Any) ]: This indicates any property can be added to this object. - [DisplayName ]: The display name of the identity. -For drive items, the display name might not always be available or up to date. -For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. - [Id ]: Unique identifier for the identity or actor. -For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [AppliedDateTime ]: The timestamp when the approval decision was applied. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -17801,7 +17915,7 @@ Users can control this setting in Office Delve. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [InPlaceArchiveMailboxId ]: + [InPlaceArchiveMailboxId ]: The unique identifier for the user's In-Place Archive mailbox. [PrimaryMailboxId ]: The unique identifier for the user's primary mailbox. [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. @@ -18172,6 +18286,8 @@ Read-only. [EndDateTime ]: dateTimeTimeZone [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. + [IsRegistrationEnabled ]: + [IsRegistrationRequired ]: [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -18209,6 +18325,7 @@ Read-only. [AudioConferencing ]: audioConferencing [ChatInfo ]: chatInfo [ChatRestrictions ]: chatRestrictions + [CloudVideoInteropInfo ]: cloudVideoInteropInfo [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -18231,6 +18348,7 @@ Read-only. [WatermarkProtection ]: watermarkProtectionValues [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [Presenters ]: [Registrations ]: @@ -18284,6 +18402,8 @@ For example, in the access reviews decisions API, this property might record the [RegistrationConfiguration ]: virtualEventWebinarRegistrationConfiguration [(Any) ]: This indicates any property can be added to this object. [Capacity ]: Total capacity of the virtual event. + [IsManualApprovalEnabled ]: Indicates whether registrations require organizer approval before a participant is confirmed. + [IsWaitlistEnabled ]: Indicates whether more registrants are automatically placed on a waitlist when capacity is reached. [Questions ]: Registration questions. [Id ]: The unique identifier for an entity. Read-only. @@ -18293,8 +18413,6 @@ The default value is false. [RegistrationWebUrl ]: Registration URL of the virtual event. [Id ]: The unique identifier for an entity. Read-only. - [IsManualApprovalEnabled ]: - [IsWaitlistEnabled ]: [Registrations ]: Registration records of the webinar. [WindowsInformationProtectionDeviceRegistrations ]: Zero or more WIP device registrations that belong to the user. [Id ]: The unique identifier for an entity. @@ -18556,7 +18674,7 @@ For the list of possible values, see Microsoft 365 group behaviors and provision The possible value is Team. For more information, see Microsoft 365 group behaviors and provisioning options. Returned by default. -Supports $filter (eq, not, startsWith. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required.Returned by default. Supports $filter (eq, ne, not, in). diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef.md index 9bd45c6ddaf5a..48d297f2e3cf3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetapolicymobiledevicemanagementpolicyincludedgroupbyref Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef --- @@ -25,7 +25,6 @@ New-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef [-AdditionalProperties ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -36,7 +35,6 @@ New-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -47,7 +45,6 @@ New-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef [-AdditionalProperties ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -58,7 +55,6 @@ New-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -550,6 +546,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyOnPremAuthenticationPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyOnPremAuthenticationPolicy.md index 12c9c23d5e8d8..a66f1565307be 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyOnPremAuthenticationPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyOnPremAuthenticationPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetapolicyonpremauthenticationpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPolicyOnPremAuthenticationPolicy --- @@ -26,7 +26,6 @@ New-MgBetaPolicyOnPremAuthenticationPolicy [-ResponseHeadersVariable ] [-DisplayName ] [-Id ] [-IsOrganizationDefault] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -36,7 +35,6 @@ New-MgBetaPolicyOnPremAuthenticationPolicy -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -48,6 +46,28 @@ This cmdlet has the following aliases, Create a new onPremAuthenticationPolicy object. +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.SignIns + +$params = @{ + description = "Policy definition to manage and control authentication settings." + displayName = "Policy name" + definition = @( + '{"Version":1,"LastUpdatedTimestamp":"2025-02-29T22:47:12.7764932Z", "Key1": "Value1", "Key2": {"SubKey1": "SubValue1"}}' +) +isOrganizationDefault = $true +} + +New-MgBetaPolicyOnPremAuthenticationPolicy -BodyParameter $params + +``` +This example shows how to use the New-MgBetaPolicyOnPremAuthenticationPolicy Cmdlet. + + ## PARAMETERS ### -AdditionalProperties @@ -522,6 +542,5 @@ Always null when the object hasn't been deleted. - diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyPermissionGrantPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyPermissionGrantPolicy.md index a46a8ccad1a73..054aa60afadd8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyPermissionGrantPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyPermissionGrantPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetapolicypermissiongrantpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPolicyPermissionGrantPolicy --- @@ -32,7 +32,6 @@ New-MgBetaPolicyPermissionGrantPolicy [-ResponseHeadersVariable ] [-ResourceScopeType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -42,7 +41,6 @@ New-MgBetaPolicyPermissionGrantPolicy -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyPermissionGrantPolicyExclude.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyPermissionGrantPolicyExclude.md index 6263852dff960..e7fdb9c566723 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyPermissionGrantPolicyExclude.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyPermissionGrantPolicyExclude.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetapolicypermissiongrantpolicyexclude Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPolicyPermissionGrantPolicyExclude --- @@ -33,7 +33,6 @@ New-MgBetaPolicyPermissionGrantPolicyExclude -PermissionGrantPolicyId [-ScopeSensitivityLabels ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -43,7 +42,7 @@ New-MgBetaPolicyPermissionGrantPolicyExclude -PermissionGrantPolicyId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -58,7 +57,6 @@ New-MgBetaPolicyPermissionGrantPolicyExclude -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -68,7 +66,7 @@ New-MgBetaPolicyPermissionGrantPolicyExclude -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -864,6 +862,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyPermissionGrantPolicyInclude.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyPermissionGrantPolicyInclude.md index 7c60000cbc8dc..e6ebf5fa807b2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyPermissionGrantPolicyInclude.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyPermissionGrantPolicyInclude.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetapolicypermissiongrantpolicyinclude Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPolicyPermissionGrantPolicyInclude --- @@ -33,7 +33,6 @@ New-MgBetaPolicyPermissionGrantPolicyInclude -PermissionGrantPolicyId [-ScopeSensitivityLabels ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -43,7 +42,7 @@ New-MgBetaPolicyPermissionGrantPolicyInclude -PermissionGrantPolicyId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -58,7 +57,6 @@ New-MgBetaPolicyPermissionGrantPolicyInclude -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -68,7 +66,7 @@ New-MgBetaPolicyPermissionGrantPolicyInclude -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -863,6 +861,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyPermissionGrantPreApprovalPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyPermissionGrantPreApprovalPolicy.md index ee38862bdc4ad..bd93c9b119ebc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyPermissionGrantPreApprovalPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyPermissionGrantPreApprovalPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetapolicypermissiongrantpreapprovalpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPolicyPermissionGrantPreApprovalPolicy --- @@ -25,7 +25,6 @@ New-MgBetaPolicyPermissionGrantPreApprovalPolicy [-ResponseHeadersVariable ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -36,7 +35,6 @@ New-MgBetaPolicyPermissionGrantPreApprovalPolicy [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyRoleManagementPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyRoleManagementPolicy.md index fc71b3c33e51a..ae08c7750b2ce 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyRoleManagementPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyRoleManagementPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetapolicyrolemanagementpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPolicyRoleManagementPolicy --- @@ -31,7 +31,6 @@ New-MgBetaPolicyRoleManagementPolicy [-ResponseHeadersVariable ] [-ScopeId ] [-ScopeType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -41,7 +40,6 @@ New-MgBetaPolicyRoleManagementPolicy -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyRoleManagementPolicyAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyRoleManagementPolicyAssignment.md index 31dbc69f3e50a..4190dc515ec74 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyRoleManagementPolicyAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyRoleManagementPolicyAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetapolicyrolemanagementpolicyassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPolicyRoleManagementPolicyAssignment --- @@ -29,7 +29,7 @@ New-MgBetaPolicyRoleManagementPolicyAssignment [-ResponseHeadersVariable ] [-ScopeId ] [-ScopeType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -40,7 +40,6 @@ New-MgBetaPolicyRoleManagementPolicyAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyRoleManagementPolicyEffectiveRule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyRoleManagementPolicyEffectiveRule.md index ba16c342d8624..a76f37d63d8fc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyRoleManagementPolicyEffectiveRule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyRoleManagementPolicyEffectiveRule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetapolicyrolemanagementpolicyeffectiverule Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPolicyRoleManagementPolicyEffectiveRule --- @@ -28,7 +28,6 @@ New-MgBetaPolicyRoleManagementPolicyEffectiveRule -UnifiedRoleManagementPolicyId [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -38,7 +37,7 @@ New-MgBetaPolicyRoleManagementPolicyEffectiveRule -UnifiedRoleManagementPolicyId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -49,7 +48,6 @@ New-MgBetaPolicyRoleManagementPolicyEffectiveRule -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -59,7 +57,7 @@ New-MgBetaPolicyRoleManagementPolicyEffectiveRule -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -558,6 +556,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyRoleManagementPolicyRule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyRoleManagementPolicyRule.md index f9c424b705fec..c19a8843d1843 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyRoleManagementPolicyRule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyRoleManagementPolicyRule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetapolicyrolemanagementpolicyrule Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPolicyRoleManagementPolicyRule --- @@ -28,7 +28,6 @@ New-MgBetaPolicyRoleManagementPolicyRule -UnifiedRoleManagementPolicyId [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -38,7 +37,7 @@ New-MgBetaPolicyRoleManagementPolicyRule -UnifiedRoleManagementPolicyId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -49,7 +48,6 @@ New-MgBetaPolicyRoleManagementPolicyRule -InputObject [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -59,7 +57,7 @@ New-MgBetaPolicyRoleManagementPolicyRule -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -558,6 +556,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyServicePrincipalCreationPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyServicePrincipalCreationPolicy.md index e10ececf24e89..6511327c45faa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyServicePrincipalCreationPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyServicePrincipalCreationPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetapolicyserviceprincipalcreationpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPolicyServicePrincipalCreationPolicy --- @@ -26,7 +26,7 @@ New-MgBetaPolicyServicePrincipalCreationPolicy [-ResponseHeadersVariable ] [-Includes ] [-IsBuiltIn] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -36,7 +36,7 @@ New-MgBetaPolicyServicePrincipalCreationPolicy -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyServicePrincipalCreationPolicyExclude.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyServicePrincipalCreationPolicyExclude.md index 7296368f27505..b2544d87ae52b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyServicePrincipalCreationPolicyExclude.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyServicePrincipalCreationPolicyExclude.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetapolicyserviceprincipalcreationpolicyexclude Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPolicyServicePrincipalCreationPolicyExclude --- @@ -27,7 +27,6 @@ New-MgBetaPolicyServicePrincipalCreationPolicyExclude -ServicePrincipalCreationP [-CertifiedApplicationsOnly] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -38,7 +37,6 @@ New-MgBetaPolicyServicePrincipalCreationPolicyExclude -ServicePrincipalCreationP [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -51,7 +49,6 @@ New-MgBetaPolicyServicePrincipalCreationPolicyExclude -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -62,7 +59,6 @@ New-MgBetaPolicyServicePrincipalCreationPolicyExclude -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -656,6 +652,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyServicePrincipalCreationPolicyInclude.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyServicePrincipalCreationPolicyInclude.md index 16f6045ca3361..a7b5f8e2967dd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyServicePrincipalCreationPolicyInclude.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyServicePrincipalCreationPolicyInclude.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetapolicyserviceprincipalcreationpolicyinclude Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPolicyServicePrincipalCreationPolicyInclude --- @@ -27,7 +27,6 @@ New-MgBetaPolicyServicePrincipalCreationPolicyInclude -ServicePrincipalCreationP [-CertifiedApplicationsOnly] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -38,7 +37,6 @@ New-MgBetaPolicyServicePrincipalCreationPolicyInclude -ServicePrincipalCreationP [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -51,7 +49,6 @@ New-MgBetaPolicyServicePrincipalCreationPolicyInclude -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -62,7 +59,6 @@ New-MgBetaPolicyServicePrincipalCreationPolicyInclude -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -656,6 +652,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyTokenIssuancePolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyTokenIssuancePolicy.md index 53da59efd7845..c18d76b99ff9c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyTokenIssuancePolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyTokenIssuancePolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetapolicytokenissuancepolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPolicyTokenIssuancePolicy --- @@ -29,7 +29,6 @@ New-MgBetaPolicyTokenIssuancePolicy [-ResponseHeadersVariable ] [-DisplayName ] [-Id ] [-IsOrganizationDefault] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -38,7 +37,7 @@ New-MgBetaPolicyTokenIssuancePolicy [-ResponseHeadersVariable ] New-MgBetaPolicyTokenIssuancePolicy -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyTokenLifetimePolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyTokenLifetimePolicy.md index a14954ceda542..43c5fd83b106f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyTokenLifetimePolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaPolicyTokenLifetimePolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetapolicytokenlifetimepolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPolicyTokenLifetimePolicy --- @@ -29,7 +29,6 @@ New-MgBetaPolicyTokenLifetimePolicy [-ResponseHeadersVariable ] [-DisplayName ] [-Id ] [-IsOrganizationDefault] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -38,7 +37,7 @@ New-MgBetaPolicyTokenLifetimePolicy [-ResponseHeadersVariable ] New-MgBetaPolicyTokenLifetimePolicy -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaRiskDetection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaRiskDetection.md index 02bd39ae325d4..d91c40246d534 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaRiskDetection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaRiskDetection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetariskdetection Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaRiskDetection --- @@ -33,7 +33,6 @@ New-MgBetaRiskDetection [-ResponseHeadersVariable ] [-Activity ] [-UserId ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -43,7 +42,6 @@ New-MgBetaRiskDetection -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaRiskyAgent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaRiskyAgent.md index ce5ffe58b403f..0941361bd0817 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaRiskyAgent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaRiskyAgent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetariskyagent Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaRiskyAgent --- @@ -26,7 +26,7 @@ New-MgBetaRiskyAgent [-ResponseHeadersVariable ] [-AdditionalProperties [-RiskLastModifiedDateTime ] [-RiskLevel ] [-RiskState ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -35,7 +35,7 @@ New-MgBetaRiskyAgent [-ResponseHeadersVariable ] [-AdditionalProperties New-MgBetaRiskyAgent -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaRiskyServicePrincipal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaRiskyServicePrincipal.md index 378b75e58b799..5e9e46b40e735 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaRiskyServicePrincipal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaRiskyServicePrincipal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetariskyserviceprincipal Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaRiskyServicePrincipal --- @@ -30,7 +30,6 @@ New-MgBetaRiskyServicePrincipal [-ResponseHeadersVariable ] [-AccountEna [-RiskState ] [-ServicePrincipalType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -40,7 +39,6 @@ New-MgBetaRiskyServicePrincipal -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaRiskyServicePrincipalHistory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaRiskyServicePrincipalHistory.md index c6ea78b89946f..6c245105a574d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaRiskyServicePrincipalHistory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaRiskyServicePrincipalHistory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetariskyserviceprincipalhistory Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaRiskyServicePrincipalHistory --- @@ -33,7 +33,6 @@ New-MgBetaRiskyServicePrincipalHistory -RiskyServicePrincipalId [-ServicePrincipalId ] [-ServicePrincipalType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -44,7 +43,6 @@ New-MgBetaRiskyServicePrincipalHistory -RiskyServicePrincipalId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -60,7 +58,6 @@ New-MgBetaRiskyServicePrincipalHistory -InputObject [-ServicePrincipalId ] [-ServicePrincipalType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -71,7 +68,6 @@ New-MgBetaRiskyServicePrincipalHistory -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -963,6 +959,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaRiskyUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaRiskyUser.md index 1ee4bc3e432f8..1d6250f26ee99 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaRiskyUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaRiskyUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetariskyuser Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaRiskyUser --- @@ -29,7 +29,7 @@ New-MgBetaRiskyUser [-ResponseHeadersVariable ] [-AdditionalProperties < [-RiskState ] [-UserDisplayName ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +38,7 @@ New-MgBetaRiskyUser [-ResponseHeadersVariable ] [-AdditionalProperties < New-MgBetaRiskyUser -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaRiskyUserHistory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaRiskyUserHistory.md index cd7141438e0c0..8ecaaa4d092df 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaRiskyUserHistory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaRiskyUserHistory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetariskyuserhistory Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaRiskyUserHistory --- @@ -31,7 +31,6 @@ New-MgBetaRiskyUserHistory -RiskyUserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -41,7 +40,7 @@ New-MgBetaRiskyUserHistory -RiskyUserId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -55,7 +54,7 @@ New-MgBetaRiskyUserHistory -InputObject [-UserDisplayName ] [-UserId ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -65,7 +64,7 @@ New-MgBetaRiskyUserHistory -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -908,6 +907,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaServicePrincipalRiskDetection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaServicePrincipalRiskDetection.md index 487729f1b5478..32293a8fc23e8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaServicePrincipalRiskDetection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaServicePrincipalRiskDetection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetaserviceprincipalriskdetection Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaServicePrincipalRiskDetection --- @@ -33,7 +33,7 @@ New-MgBetaServicePrincipalRiskDetection [-ResponseHeadersVariable ] [-Ac [-ServicePrincipalId ] [-Source ] [-TokenIssuerType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -43,7 +43,7 @@ New-MgBetaServicePrincipalRiskDetection -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaTenantRelationshipMultiTenantOrganizationTenant.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaTenantRelationshipMultiTenantOrganizationTenant.md index d0f4bf53b828b..0eb3543b2d0c0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaTenantRelationshipMultiTenantOrganizationTenant.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaTenantRelationshipMultiTenantOrganizationTenant.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetatenantrelationshipmultitenantorganizationtenant Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTenantRelationshipMultiTenantOrganizationTenant --- @@ -33,7 +33,7 @@ New-MgBetaTenantRelationshipMultiTenantOrganizationTenant [-ResponseHeadersVaria [-TransitionDetails ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -43,7 +43,7 @@ New-MgBetaTenantRelationshipMultiTenantOrganizationTenant -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaTrustFrameworkKeySet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaTrustFrameworkKeySet.md index af479eb557185..3d111950a455a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaTrustFrameworkKeySet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaTrustFrameworkKeySet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetatrustframeworkkeyset Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTrustFrameworkKeySet --- @@ -27,7 +27,6 @@ New-MgBetaTrustFrameworkKeySet [-ResponseHeadersVariable ] [-KeysV2 ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -37,7 +36,6 @@ New-MgBetaTrustFrameworkKeySet -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaTrustFrameworkKeySetKey.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaTrustFrameworkKeySetKey.md index 272d2bcfac9bf..f8099f31bd961 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaTrustFrameworkKeySetKey.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaTrustFrameworkKeySetKey.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetatrustframeworkkeysetkey Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTrustFrameworkKeySetKey --- @@ -26,7 +26,6 @@ New-MgBetaTrustFrameworkKeySetKey -TrustFrameworkKeySetId [-Kty ] [-Nbf ] [-Use ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Generate @@ -37,7 +36,6 @@ New-MgBetaTrustFrameworkKeySetKey -TrustFrameworkKeySetId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### GenerateViaIdentityExpanded @@ -48,7 +46,6 @@ New-MgBetaTrustFrameworkKeySetKey -InputObject [-Kty ] [-Nbf ] [-Use ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### GenerateViaIdentity @@ -59,7 +56,6 @@ New-MgBetaTrustFrameworkKeySetKey -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -624,6 +620,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaTrustFrameworkPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaTrustFrameworkPolicy.md index 495adbc334bd8..bd9f468095b92 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaTrustFrameworkPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaTrustFrameworkPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetatrustframeworkpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTrustFrameworkPolicy --- @@ -24,7 +24,6 @@ New-MgBetaTrustFrameworkPolicy [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -33,7 +32,7 @@ New-MgBetaTrustFrameworkPolicy [-ResponseHeadersVariable ] New-MgBetaTrustFrameworkPolicy -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaUserAuthenticationEmailMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaUserAuthenticationEmailMethod.md index 1c596fc730671..e9b13e307742d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaUserAuthenticationEmailMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaUserAuthenticationEmailMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetauserauthenticationemailmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaUserAuthenticationEmailMethod --- @@ -31,7 +31,6 @@ New-MgBetaUserAuthenticationEmailMethod -UserId [-ResponseHeadersVariab [-Id ] [-LastUsedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -41,7 +40,7 @@ New-MgBetaUserAuthenticationEmailMethod -UserId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -53,7 +52,6 @@ New-MgBetaUserAuthenticationEmailMethod -InputObject [-LastUsedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -63,7 +61,7 @@ New-MgBetaUserAuthenticationEmailMethod -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -82,7 +80,7 @@ Self-service operations aren't supported. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | UserAuthMethod-Email.ReadWrite, UserAuthMethod-Email.ReadWrite.All, UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.ReadWrite, | +| Delegated (work or school account) | UserAuthMethod-Email.ReadWrite, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-Email.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-Email.ReadWrite.All, | @@ -649,6 +647,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaUserAuthenticationExternalAuthenticationMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaUserAuthenticationExternalAuthenticationMethod.md index eb0a1eeea630b..4897b3dbe5d16 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaUserAuthenticationExternalAuthenticationMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaUserAuthenticationExternalAuthenticationMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetauserauthenticationexternalauthenticationmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaUserAuthenticationExternalAuthenticationMethod --- @@ -29,7 +29,7 @@ New-MgBetaUserAuthenticationExternalAuthenticationMethod -UserId [-CreatedDateTime ] [-DisplayName ] [-Id ] [-LastUsedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -39,7 +39,7 @@ New-MgBetaUserAuthenticationExternalAuthenticationMethod -UserId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -50,7 +50,7 @@ New-MgBetaUserAuthenticationExternalAuthenticationMethod -InputObject ] [-DisplayName ] [-Id ] [-LastUsedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -60,7 +60,7 @@ New-MgBetaUserAuthenticationExternalAuthenticationMethod -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -77,7 +77,7 @@ This API doesn't support self-service operations. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | UserAuthMethod-External.ReadWrite, UserAuthMethod-External.ReadWrite.All, UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.ReadWrite, | +| Delegated (work or school account) | UserAuthMethod-External.ReadWrite, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-External.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | UserAuthMethod-External.ReadWrite.All, UserAuthenticationMethod.ReadWrite.All, | @@ -674,6 +674,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaUserAuthenticationHardwareOathMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaUserAuthenticationHardwareOathMethod.md index 074e38e0e0e31..5f2e93ef7cfa7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaUserAuthenticationHardwareOathMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaUserAuthenticationHardwareOathMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetauserauthenticationhardwareoathmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaUserAuthenticationHardwareOathMethod --- @@ -26,7 +26,6 @@ New-MgBetaUserAuthenticationHardwareOathMethod -UserId [-ResponseHeader [-LastUsedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -37,7 +36,6 @@ New-MgBetaUserAuthenticationHardwareOathMethod -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -50,7 +48,6 @@ New-MgBetaUserAuthenticationHardwareOathMethod -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -61,7 +58,6 @@ New-MgBetaUserAuthenticationHardwareOathMethod -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -77,7 +73,7 @@ Create new navigation property to hardwareOathMethods for users | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-HardwareOATH.ReadWrite.All, UserAuthMethod-HardwareOATH.ReadWrite, UserAuthenticationMethod.ReadWrite, | +| Delegated (work or school account) | UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.ReadWrite, UserAuthMethod-HardwareOATH.ReadWrite, UserAuthMethod-HardwareOATH.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-HardwareOATH.ReadWrite.All, | @@ -894,7 +890,7 @@ Read-only. [Operator ]: customSecurityAttributeComparisonOperator [MaxLifetime ]: String value that indicates the maximum lifetime for key expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. -This property is required when restrictionType is set to keyLifetime. +This property is required when restrictionType is set to asymmetricKeyLifetime. [RestrictForAppsCreatedAfterDateTime ]: Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied. [RestrictionType ]: appKeyCredentialRestrictionType @@ -929,7 +925,7 @@ For existing applications, the enforcement date can be retroactively applied. [NonDefaultUriAddition ]: identifierUriRestriction [(Any) ]: This indicates any property can be added to this object. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExcludeAppsReceivingV2Tokens ]: If true, the restriction isn't enforced for applications that are configured to receive V2 tokens in Microsoft Entra ID; else, the restriction isn't enforced for those applications. + [ExcludeAppsReceivingV2Tokens ]: If true, the restriction isn't enforced for applications that are configured to receive V2 tokens in Microsoft Entra ID; else, the restriction is enforced for those applications. [ExcludeSaml ]: If true, the restriction isn't enforced for SAML applications in Microsoft Entra ID; else, the restriction is enforced for those applications. [RestrictForAppsCreatedAfterDateTime ]: Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied. @@ -3121,7 +3117,9 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisioningPolicyId ]: The provisioning policy ID of the Cloud PC. [ProvisioningPolicyName ]: The provisioning policy that is applied during the provisioning of Cloud PCs. [ProvisioningType ]: cloudPcProvisioningType - [ScopeIds ]: + [ScopeIds ]: The scope IDs of the corresponding permission. +Currently, it's the Intune scope tag ID. +Read-only. [ServicePlanId ]: The service plan ID of the Cloud PC. [ServicePlanName ]: The service plan name of the Cloud PC. [ServicePlanType ]: cloudPcServicePlanType @@ -3146,6 +3144,39 @@ Read-only. Read-only. [UserExperienceType ]: cloudPcUserExperienceType [UserPrincipalName ]: The user principal name (UPN) of the user assigned to the Cloud PC. + [CloudPcPools ]: The user's Cloud PC pools. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Assignments ]: The collection of assignments that grant user or service principal identities access to this pool. + [Id ]: The unique identifier for an entity. +Read-only. + [Capabilities ]: cloudPcPoolCapabilityConfiguration + [(Any) ]: This indicates any property can be added to this object. + [CloudPcConfiguration ]: cloudPcConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ImageDisplayName ]: The display name of the image. +Read-only. + [ImageId ]: The unique identifier of the operating system image used for provisioning new Cloud PCs. +The format for a gallery type image is: {publisherNameofferNameskuName}. + [ImageType ]: cloudPcProvisioningPolicyImageType + [OSLocale ]: The operating system locale for the Cloud PC. + [CreatedDateTime ]: The date and time when the pool was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2026 is 2026-01-01T00:00:00Z. +Read-only. + [Description ]: The description of the pool. +The maximum length is 512 characters. + [DisplayName ]: The display name of the pool. +The name is unique across Cloud PC pools in an organization. +The maximum length is 60 characters. + [LastModifiedDateTime ]: The date and time when the pool was last modified. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2026 is 2026-01-01T00:00:00Z. +Read-only. + [NetworkConfiguration ]: cloudPcNetworkConfiguration + [(Any) ]: This indicates any property can be added to this object. [CloudRealtimeCommunicationInfo ]: cloudRealtimeCommunicationInfo [(Any) ]: This indicates any property can be added to this object. [IsSipEnabled ]: Indicates whether the user has a SIP-enabled client registered for them. @@ -3353,7 +3384,7 @@ Read-only. [Activity ]: userActivityType [ContentEntries ]: A collection of content entries to be processed. Each entry contains the content itself and its metadata. -Use conversation metadata for content like prompts and responses and file metadata for files. +Use conversation metadata for content like prompts and responses, file metadata for files, and content activity metadata for enforcement result status entries. Required. [Content ]: contentBase [(Any) ]: This indicates any property can be added to this object. @@ -3653,6 +3684,19 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: + [ExpirationDateTime ]: + [LockType ]: lockType + [Owners ]: + [DisplayName ]: The display name of the identity. +For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -4773,7 +4817,7 @@ Helps organize related content types. Only site collection administrators can seal or unseal content types. [DisplayName ]: The displayable title of the list. [Drive ]: drive - [ItemCount ]: The number of items in the list. + [ItemCount ]: The total count of items in the list. Read-only. [Items ]: All items contained in the list. [List ]: listInfo @@ -5431,8 +5475,9 @@ This property can also be set to any custom string. [(Any) ]: This indicates any property can be added to this object. [ApproverDelegate ]: approverDelegate [(Any) ]: This indicates any property can be added to this object. - [Delegate ]: subjectSet + [Delegate ]: userSet [(Any) ]: This indicates any property can be added to this object. + [IsBackup ]: For a user in an approval stage, this property indicates whether the user is a backup fallback approver. [Schedule ]: requestSchedule [(Any) ]: This indicates any property can be added to this object. [Expiration ]: expirationPattern @@ -5552,7 +5597,8 @@ Requires $select to retrieve. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. - [IsResourceAccount ]: Do not use – reserved for future use. + [IsResourceAccount ]: Do not use. +Reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -6028,7 +6074,10 @@ If true, it shows the task. [IsOnMyDayLastModifiedDate ]: Read-only. The date on which task is added to or removed from MyDay. [LastModifiedBy ]: identitySet - [LastModifiedDateTime ]: + [LastModifiedDateTime ]: Read-only. +Date and time at which this is last modified. +The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z [Messages ]: Read-only. Nullable. Chat messages associated with the task. @@ -6220,7 +6269,7 @@ For the list of possible values, see Microsoft 365 group behaviors and provision The possible value is Team. For more information, see Microsoft 365 group behaviors and provisioning options. Returned by default. -Supports $filter (eq, not, startsWith. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required.Returned by default. Supports $filter (eq, ne, not, in). @@ -6268,6 +6317,7 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [JoinedUsers ]: [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType @@ -7575,6 +7625,10 @@ Read-only. [JoinDateTime ]: The time the attendee joined in UTC. [LeaveDateTime ]: The time the attendee left in UTC. [EmailAddress ]: Email address of the user associated with this attendance record. + [Engagements ]: The list of real-time participant interaction behaviors during a meeting. + [DateTime ]: The UTC date and time when the engagement event occurred, in ISO 8601 format. + [EngagementSubType ]: The specific engagement action within the type (e.g., like, love, applause, laugh, surprised for reactions; raiseHand for hand; cameraOn for camera; unmute, mute for microphone). + [EngagementType ]: meetingEngagementType [ExternalRegistrationInformation ]: virtualEventExternalRegistrationInformation [(Any) ]: This indicates any property can be added to this object. [Referrer ]: A URL or string that represents the location from which the registrant registered. @@ -7623,6 +7677,11 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [AllowTextOnly ]: Indicates whether only text is allowed in the meeting chat. Optional. + [CloudVideoInteropInfo ]: cloudVideoInteropInfo + [(Any) ]: This indicates any property can be added to this object. + [MoreInfoWebUrl ]: + [TenantKey ]: + [VideoTeleconferenceId ]: [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -7897,14 +7956,6 @@ Read-only. Supports $select. Read-only. [AppliedBy ]: userIdentity - [(Any) ]: This indicates any property can be added to this object. - [DisplayName ]: The display name of the identity. -For drive items, the display name might not always be available or up to date. -For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. - [Id ]: Unique identifier for the identity or actor. -For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [AppliedDateTime ]: The timestamp when the approval decision was applied. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -9069,7 +9120,7 @@ Users can control this setting in Office Delve. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [InPlaceArchiveMailboxId ]: + [InPlaceArchiveMailboxId ]: The unique identifier for the user's In-Place Archive mailbox. [PrimaryMailboxId ]: The unique identifier for the user's primary mailbox. [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. @@ -9440,6 +9491,8 @@ Read-only. [EndDateTime ]: dateTimeTimeZone [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. + [IsRegistrationEnabled ]: + [IsRegistrationRequired ]: [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -9477,6 +9530,7 @@ Read-only. [AudioConferencing ]: audioConferencing [ChatInfo ]: chatInfo [ChatRestrictions ]: chatRestrictions + [CloudVideoInteropInfo ]: cloudVideoInteropInfo [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -9499,6 +9553,7 @@ Read-only. [WatermarkProtection ]: watermarkProtectionValues [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [Presenters ]: [Registrations ]: @@ -9552,6 +9607,8 @@ For example, in the access reviews decisions API, this property might record the [RegistrationConfiguration ]: virtualEventWebinarRegistrationConfiguration [(Any) ]: This indicates any property can be added to this object. [Capacity ]: Total capacity of the virtual event. + [IsManualApprovalEnabled ]: Indicates whether registrations require organizer approval before a participant is confirmed. + [IsWaitlistEnabled ]: Indicates whether more registrants are automatically placed on a waitlist when capacity is reached. [Questions ]: Registration questions. [Id ]: The unique identifier for an entity. Read-only. @@ -9561,8 +9618,6 @@ The default value is false. [RegistrationWebUrl ]: Registration URL of the virtual event. [Id ]: The unique identifier for an entity. Read-only. - [IsManualApprovalEnabled ]: - [IsWaitlistEnabled ]: [Registrations ]: Registration records of the webinar. [WindowsInformationProtectionDeviceRegistrations ]: Zero or more WIP device registrations that belong to the user. [Id ]: The unique identifier for an entity. @@ -9911,7 +9966,7 @@ Read-only. [Operator ]: customSecurityAttributeComparisonOperator [MaxLifetime ]: String value that indicates the maximum lifetime for key expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. -This property is required when restrictionType is set to keyLifetime. +This property is required when restrictionType is set to asymmetricKeyLifetime. [RestrictForAppsCreatedAfterDateTime ]: Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied. [RestrictionType ]: appKeyCredentialRestrictionType @@ -9946,7 +10001,7 @@ For existing applications, the enforcement date can be retroactively applied. [NonDefaultUriAddition ]: identifierUriRestriction [(Any) ]: This indicates any property can be added to this object. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExcludeAppsReceivingV2Tokens ]: If true, the restriction isn't enforced for applications that are configured to receive V2 tokens in Microsoft Entra ID; else, the restriction isn't enforced for those applications. + [ExcludeAppsReceivingV2Tokens ]: If true, the restriction isn't enforced for applications that are configured to receive V2 tokens in Microsoft Entra ID; else, the restriction is enforced for those applications. [ExcludeSaml ]: If true, the restriction isn't enforced for SAML applications in Microsoft Entra ID; else, the restriction is enforced for those applications. [RestrictForAppsCreatedAfterDateTime ]: Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied. @@ -12153,7 +12208,9 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisioningPolicyId ]: The provisioning policy ID of the Cloud PC. [ProvisioningPolicyName ]: The provisioning policy that is applied during the provisioning of Cloud PCs. [ProvisioningType ]: cloudPcProvisioningType - [ScopeIds ]: + [ScopeIds ]: The scope IDs of the corresponding permission. +Currently, it's the Intune scope tag ID. +Read-only. [ServicePlanId ]: The service plan ID of the Cloud PC. [ServicePlanName ]: The service plan name of the Cloud PC. [ServicePlanType ]: cloudPcServicePlanType @@ -12178,6 +12235,39 @@ Read-only. Read-only. [UserExperienceType ]: cloudPcUserExperienceType [UserPrincipalName ]: The user principal name (UPN) of the user assigned to the Cloud PC. + [CloudPcPools ]: The user's Cloud PC pools. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Assignments ]: The collection of assignments that grant user or service principal identities access to this pool. + [Id ]: The unique identifier for an entity. +Read-only. + [Capabilities ]: cloudPcPoolCapabilityConfiguration + [(Any) ]: This indicates any property can be added to this object. + [CloudPcConfiguration ]: cloudPcConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ImageDisplayName ]: The display name of the image. +Read-only. + [ImageId ]: The unique identifier of the operating system image used for provisioning new Cloud PCs. +The format for a gallery type image is: {publisherNameofferNameskuName}. + [ImageType ]: cloudPcProvisioningPolicyImageType + [OSLocale ]: The operating system locale for the Cloud PC. + [CreatedDateTime ]: The date and time when the pool was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2026 is 2026-01-01T00:00:00Z. +Read-only. + [Description ]: The description of the pool. +The maximum length is 512 characters. + [DisplayName ]: The display name of the pool. +The name is unique across Cloud PC pools in an organization. +The maximum length is 60 characters. + [LastModifiedDateTime ]: The date and time when the pool was last modified. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2026 is 2026-01-01T00:00:00Z. +Read-only. + [NetworkConfiguration ]: cloudPcNetworkConfiguration + [(Any) ]: This indicates any property can be added to this object. [CloudRealtimeCommunicationInfo ]: cloudRealtimeCommunicationInfo [(Any) ]: This indicates any property can be added to this object. [IsSipEnabled ]: Indicates whether the user has a SIP-enabled client registered for them. @@ -12385,7 +12475,7 @@ Read-only. [Activity ]: userActivityType [ContentEntries ]: A collection of content entries to be processed. Each entry contains the content itself and its metadata. -Use conversation metadata for content like prompts and responses and file metadata for files. +Use conversation metadata for content like prompts and responses, file metadata for files, and content activity metadata for enforcement result status entries. Required. [Content ]: contentBase [(Any) ]: This indicates any property can be added to this object. @@ -12685,6 +12775,19 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: + [ExpirationDateTime ]: + [LockType ]: lockType + [Owners ]: + [DisplayName ]: The display name of the identity. +For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -13805,7 +13908,7 @@ Helps organize related content types. Only site collection administrators can seal or unseal content types. [DisplayName ]: The displayable title of the list. [Drive ]: drive - [ItemCount ]: The number of items in the list. + [ItemCount ]: The total count of items in the list. Read-only. [Items ]: All items contained in the list. [List ]: listInfo @@ -14463,8 +14566,9 @@ This property can also be set to any custom string. [(Any) ]: This indicates any property can be added to this object. [ApproverDelegate ]: approverDelegate [(Any) ]: This indicates any property can be added to this object. - [Delegate ]: subjectSet + [Delegate ]: userSet [(Any) ]: This indicates any property can be added to this object. + [IsBackup ]: For a user in an approval stage, this property indicates whether the user is a backup fallback approver. [Schedule ]: requestSchedule [(Any) ]: This indicates any property can be added to this object. [Expiration ]: expirationPattern @@ -14584,7 +14688,8 @@ Requires $select to retrieve. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. - [IsResourceAccount ]: Do not use – reserved for future use. + [IsResourceAccount ]: Do not use. +Reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -15060,7 +15165,10 @@ If true, it shows the task. [IsOnMyDayLastModifiedDate ]: Read-only. The date on which task is added to or removed from MyDay. [LastModifiedBy ]: identitySet - [LastModifiedDateTime ]: + [LastModifiedDateTime ]: Read-only. +Date and time at which this is last modified. +The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z [Messages ]: Read-only. Nullable. Chat messages associated with the task. @@ -15252,7 +15360,7 @@ For the list of possible values, see Microsoft 365 group behaviors and provision The possible value is Team. For more information, see Microsoft 365 group behaviors and provisioning options. Returned by default. -Supports $filter (eq, not, startsWith. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required.Returned by default. Supports $filter (eq, ne, not, in). @@ -15300,6 +15408,7 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [JoinedUsers ]: [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType @@ -16607,6 +16716,10 @@ Read-only. [JoinDateTime ]: The time the attendee joined in UTC. [LeaveDateTime ]: The time the attendee left in UTC. [EmailAddress ]: Email address of the user associated with this attendance record. + [Engagements ]: The list of real-time participant interaction behaviors during a meeting. + [DateTime ]: The UTC date and time when the engagement event occurred, in ISO 8601 format. + [EngagementSubType ]: The specific engagement action within the type (e.g., like, love, applause, laugh, surprised for reactions; raiseHand for hand; cameraOn for camera; unmute, mute for microphone). + [EngagementType ]: meetingEngagementType [ExternalRegistrationInformation ]: virtualEventExternalRegistrationInformation [(Any) ]: This indicates any property can be added to this object. [Referrer ]: A URL or string that represents the location from which the registrant registered. @@ -16655,6 +16768,11 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [AllowTextOnly ]: Indicates whether only text is allowed in the meeting chat. Optional. + [CloudVideoInteropInfo ]: cloudVideoInteropInfo + [(Any) ]: This indicates any property can be added to this object. + [MoreInfoWebUrl ]: + [TenantKey ]: + [VideoTeleconferenceId ]: [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -16929,14 +17047,6 @@ Read-only. Supports $select. Read-only. [AppliedBy ]: userIdentity - [(Any) ]: This indicates any property can be added to this object. - [DisplayName ]: The display name of the identity. -For drive items, the display name might not always be available or up to date. -For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. - [Id ]: Unique identifier for the identity or actor. -For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [AppliedDateTime ]: The timestamp when the approval decision was applied. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -18101,7 +18211,7 @@ Users can control this setting in Office Delve. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [InPlaceArchiveMailboxId ]: + [InPlaceArchiveMailboxId ]: The unique identifier for the user's In-Place Archive mailbox. [PrimaryMailboxId ]: The unique identifier for the user's primary mailbox. [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. @@ -18472,6 +18582,8 @@ Read-only. [EndDateTime ]: dateTimeTimeZone [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. + [IsRegistrationEnabled ]: + [IsRegistrationRequired ]: [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -18509,6 +18621,7 @@ Read-only. [AudioConferencing ]: audioConferencing [ChatInfo ]: chatInfo [ChatRestrictions ]: chatRestrictions + [CloudVideoInteropInfo ]: cloudVideoInteropInfo [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -18531,6 +18644,7 @@ Read-only. [WatermarkProtection ]: watermarkProtectionValues [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [Presenters ]: [Registrations ]: @@ -18584,6 +18698,8 @@ For example, in the access reviews decisions API, this property might record the [RegistrationConfiguration ]: virtualEventWebinarRegistrationConfiguration [(Any) ]: This indicates any property can be added to this object. [Capacity ]: Total capacity of the virtual event. + [IsManualApprovalEnabled ]: Indicates whether registrations require organizer approval before a participant is confirmed. + [IsWaitlistEnabled ]: Indicates whether more registrants are automatically placed on a waitlist when capacity is reached. [Questions ]: Registration questions. [Id ]: The unique identifier for an entity. Read-only. @@ -18593,8 +18709,6 @@ The default value is false. [RegistrationWebUrl ]: Registration URL of the virtual event. [Id ]: The unique identifier for an entity. Read-only. - [IsManualApprovalEnabled ]: - [IsWaitlistEnabled ]: [Registrations ]: Registration records of the webinar. [WindowsInformationProtectionDeviceRegistrations ]: Zero or more WIP device registrations that belong to the user. [Id ]: The unique identifier for an entity. @@ -18675,6 +18789,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDevice.md index 0eb92c2b873b3..23a3e5a270bb3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetauserauthenticationhardwareoathmethoddevicehardwareoathdevice Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDevice --- @@ -30,7 +30,6 @@ New-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDevice [-TimeIntervalInSeconds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -42,7 +41,6 @@ New-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDevice [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -58,7 +56,6 @@ New-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDevice [-TimeIntervalInSeconds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -70,7 +67,6 @@ New-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDevice [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1153,7 +1149,7 @@ Read-only. [Operator ]: customSecurityAttributeComparisonOperator [MaxLifetime ]: String value that indicates the maximum lifetime for key expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. -This property is required when restrictionType is set to keyLifetime. +This property is required when restrictionType is set to asymmetricKeyLifetime. [RestrictForAppsCreatedAfterDateTime ]: Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied. [RestrictionType ]: appKeyCredentialRestrictionType @@ -1188,7 +1184,7 @@ For existing applications, the enforcement date can be retroactively applied. [NonDefaultUriAddition ]: identifierUriRestriction [(Any) ]: This indicates any property can be added to this object. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExcludeAppsReceivingV2Tokens ]: If true, the restriction isn't enforced for applications that are configured to receive V2 tokens in Microsoft Entra ID; else, the restriction isn't enforced for those applications. + [ExcludeAppsReceivingV2Tokens ]: If true, the restriction isn't enforced for applications that are configured to receive V2 tokens in Microsoft Entra ID; else, the restriction is enforced for those applications. [ExcludeSaml ]: If true, the restriction isn't enforced for SAML applications in Microsoft Entra ID; else, the restriction is enforced for those applications. [RestrictForAppsCreatedAfterDateTime ]: Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied. @@ -3420,7 +3416,9 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisioningPolicyId ]: The provisioning policy ID of the Cloud PC. [ProvisioningPolicyName ]: The provisioning policy that is applied during the provisioning of Cloud PCs. [ProvisioningType ]: cloudPcProvisioningType - [ScopeIds ]: + [ScopeIds ]: The scope IDs of the corresponding permission. +Currently, it's the Intune scope tag ID. +Read-only. [ServicePlanId ]: The service plan ID of the Cloud PC. [ServicePlanName ]: The service plan name of the Cloud PC. [ServicePlanType ]: cloudPcServicePlanType @@ -3445,6 +3443,39 @@ Read-only. Read-only. [UserExperienceType ]: cloudPcUserExperienceType [UserPrincipalName ]: The user principal name (UPN) of the user assigned to the Cloud PC. + [CloudPcPools ]: The user's Cloud PC pools. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Assignments ]: The collection of assignments that grant user or service principal identities access to this pool. + [Id ]: The unique identifier for an entity. +Read-only. + [Capabilities ]: cloudPcPoolCapabilityConfiguration + [(Any) ]: This indicates any property can be added to this object. + [CloudPcConfiguration ]: cloudPcConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ImageDisplayName ]: The display name of the image. +Read-only. + [ImageId ]: The unique identifier of the operating system image used for provisioning new Cloud PCs. +The format for a gallery type image is: {publisherNameofferNameskuName}. + [ImageType ]: cloudPcProvisioningPolicyImageType + [OSLocale ]: The operating system locale for the Cloud PC. + [CreatedDateTime ]: The date and time when the pool was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2026 is 2026-01-01T00:00:00Z. +Read-only. + [Description ]: The description of the pool. +The maximum length is 512 characters. + [DisplayName ]: The display name of the pool. +The name is unique across Cloud PC pools in an organization. +The maximum length is 60 characters. + [LastModifiedDateTime ]: The date and time when the pool was last modified. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2026 is 2026-01-01T00:00:00Z. +Read-only. + [NetworkConfiguration ]: cloudPcNetworkConfiguration + [(Any) ]: This indicates any property can be added to this object. [CloudRealtimeCommunicationInfo ]: cloudRealtimeCommunicationInfo [(Any) ]: This indicates any property can be added to this object. [IsSipEnabled ]: Indicates whether the user has a SIP-enabled client registered for them. @@ -3652,7 +3683,7 @@ Read-only. [Activity ]: userActivityType [ContentEntries ]: A collection of content entries to be processed. Each entry contains the content itself and its metadata. -Use conversation metadata for content like prompts and responses and file metadata for files. +Use conversation metadata for content like prompts and responses, file metadata for files, and content activity metadata for enforcement result status entries. Required. [Content ]: contentBase [(Any) ]: This indicates any property can be added to this object. @@ -3952,6 +3983,19 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: + [ExpirationDateTime ]: + [LockType ]: lockType + [Owners ]: + [DisplayName ]: The display name of the identity. +For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -5072,7 +5116,7 @@ Helps organize related content types. Only site collection administrators can seal or unseal content types. [DisplayName ]: The displayable title of the list. [Drive ]: drive - [ItemCount ]: The number of items in the list. + [ItemCount ]: The total count of items in the list. Read-only. [Items ]: All items contained in the list. [List ]: listInfo @@ -5730,8 +5774,9 @@ This property can also be set to any custom string. [(Any) ]: This indicates any property can be added to this object. [ApproverDelegate ]: approverDelegate [(Any) ]: This indicates any property can be added to this object. - [Delegate ]: subjectSet + [Delegate ]: userSet [(Any) ]: This indicates any property can be added to this object. + [IsBackup ]: For a user in an approval stage, this property indicates whether the user is a backup fallback approver. [Schedule ]: requestSchedule [(Any) ]: This indicates any property can be added to this object. [Expiration ]: expirationPattern @@ -5851,7 +5896,8 @@ Requires $select to retrieve. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. - [IsResourceAccount ]: Do not use – reserved for future use. + [IsResourceAccount ]: Do not use. +Reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -6327,7 +6373,10 @@ If true, it shows the task. [IsOnMyDayLastModifiedDate ]: Read-only. The date on which task is added to or removed from MyDay. [LastModifiedBy ]: identitySet - [LastModifiedDateTime ]: + [LastModifiedDateTime ]: Read-only. +Date and time at which this is last modified. +The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z [Messages ]: Read-only. Nullable. Chat messages associated with the task. @@ -6519,7 +6568,7 @@ For the list of possible values, see Microsoft 365 group behaviors and provision The possible value is Team. For more information, see Microsoft 365 group behaviors and provisioning options. Returned by default. -Supports $filter (eq, not, startsWith. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required.Returned by default. Supports $filter (eq, ne, not, in). @@ -6567,6 +6616,7 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [JoinedUsers ]: [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType @@ -7874,6 +7924,10 @@ Read-only. [JoinDateTime ]: The time the attendee joined in UTC. [LeaveDateTime ]: The time the attendee left in UTC. [EmailAddress ]: Email address of the user associated with this attendance record. + [Engagements ]: The list of real-time participant interaction behaviors during a meeting. + [DateTime ]: The UTC date and time when the engagement event occurred, in ISO 8601 format. + [EngagementSubType ]: The specific engagement action within the type (e.g., like, love, applause, laugh, surprised for reactions; raiseHand for hand; cameraOn for camera; unmute, mute for microphone). + [EngagementType ]: meetingEngagementType [ExternalRegistrationInformation ]: virtualEventExternalRegistrationInformation [(Any) ]: This indicates any property can be added to this object. [Referrer ]: A URL or string that represents the location from which the registrant registered. @@ -7922,6 +7976,11 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [AllowTextOnly ]: Indicates whether only text is allowed in the meeting chat. Optional. + [CloudVideoInteropInfo ]: cloudVideoInteropInfo + [(Any) ]: This indicates any property can be added to this object. + [MoreInfoWebUrl ]: + [TenantKey ]: + [VideoTeleconferenceId ]: [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -8196,14 +8255,6 @@ Read-only. Supports $select. Read-only. [AppliedBy ]: userIdentity - [(Any) ]: This indicates any property can be added to this object. - [DisplayName ]: The display name of the identity. -For drive items, the display name might not always be available or up to date. -For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. - [Id ]: Unique identifier for the identity or actor. -For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [AppliedDateTime ]: The timestamp when the approval decision was applied. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -9368,7 +9419,7 @@ Users can control this setting in Office Delve. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [InPlaceArchiveMailboxId ]: + [InPlaceArchiveMailboxId ]: The unique identifier for the user's In-Place Archive mailbox. [PrimaryMailboxId ]: The unique identifier for the user's primary mailbox. [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. @@ -9739,6 +9790,8 @@ Read-only. [EndDateTime ]: dateTimeTimeZone [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. + [IsRegistrationEnabled ]: + [IsRegistrationRequired ]: [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -9776,6 +9829,7 @@ Read-only. [AudioConferencing ]: audioConferencing [ChatInfo ]: chatInfo [ChatRestrictions ]: chatRestrictions + [CloudVideoInteropInfo ]: cloudVideoInteropInfo [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -9798,6 +9852,7 @@ Read-only. [WatermarkProtection ]: watermarkProtectionValues [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [Presenters ]: [Registrations ]: @@ -9851,6 +9906,8 @@ For example, in the access reviews decisions API, this property might record the [RegistrationConfiguration ]: virtualEventWebinarRegistrationConfiguration [(Any) ]: This indicates any property can be added to this object. [Capacity ]: Total capacity of the virtual event. + [IsManualApprovalEnabled ]: Indicates whether registrations require organizer approval before a participant is confirmed. + [IsWaitlistEnabled ]: Indicates whether more registrants are automatically placed on a waitlist when capacity is reached. [Questions ]: Registration questions. [Id ]: The unique identifier for an entity. Read-only. @@ -9860,8 +9917,6 @@ The default value is false. [RegistrationWebUrl ]: Registration URL of the virtual event. [Id ]: The unique identifier for an entity. Read-only. - [IsManualApprovalEnabled ]: - [IsWaitlistEnabled ]: [Registrations ]: Registration records of the webinar. [WindowsInformationProtectionDeviceRegistrations ]: Zero or more WIP device registrations that belong to the user. [Id ]: The unique identifier for an entity. @@ -10191,7 +10246,7 @@ Read-only. [Operator ]: customSecurityAttributeComparisonOperator [MaxLifetime ]: String value that indicates the maximum lifetime for key expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. -This property is required when restrictionType is set to keyLifetime. +This property is required when restrictionType is set to asymmetricKeyLifetime. [RestrictForAppsCreatedAfterDateTime ]: Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied. [RestrictionType ]: appKeyCredentialRestrictionType @@ -10226,7 +10281,7 @@ For existing applications, the enforcement date can be retroactively applied. [NonDefaultUriAddition ]: identifierUriRestriction [(Any) ]: This indicates any property can be added to this object. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExcludeAppsReceivingV2Tokens ]: If true, the restriction isn't enforced for applications that are configured to receive V2 tokens in Microsoft Entra ID; else, the restriction isn't enforced for those applications. + [ExcludeAppsReceivingV2Tokens ]: If true, the restriction isn't enforced for applications that are configured to receive V2 tokens in Microsoft Entra ID; else, the restriction is enforced for those applications. [ExcludeSaml ]: If true, the restriction isn't enforced for SAML applications in Microsoft Entra ID; else, the restriction is enforced for those applications. [RestrictForAppsCreatedAfterDateTime ]: Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied. @@ -12433,7 +12488,9 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisioningPolicyId ]: The provisioning policy ID of the Cloud PC. [ProvisioningPolicyName ]: The provisioning policy that is applied during the provisioning of Cloud PCs. [ProvisioningType ]: cloudPcProvisioningType - [ScopeIds ]: + [ScopeIds ]: The scope IDs of the corresponding permission. +Currently, it's the Intune scope tag ID. +Read-only. [ServicePlanId ]: The service plan ID of the Cloud PC. [ServicePlanName ]: The service plan name of the Cloud PC. [ServicePlanType ]: cloudPcServicePlanType @@ -12458,6 +12515,39 @@ Read-only. Read-only. [UserExperienceType ]: cloudPcUserExperienceType [UserPrincipalName ]: The user principal name (UPN) of the user assigned to the Cloud PC. + [CloudPcPools ]: The user's Cloud PC pools. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Assignments ]: The collection of assignments that grant user or service principal identities access to this pool. + [Id ]: The unique identifier for an entity. +Read-only. + [Capabilities ]: cloudPcPoolCapabilityConfiguration + [(Any) ]: This indicates any property can be added to this object. + [CloudPcConfiguration ]: cloudPcConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ImageDisplayName ]: The display name of the image. +Read-only. + [ImageId ]: The unique identifier of the operating system image used for provisioning new Cloud PCs. +The format for a gallery type image is: {publisherNameofferNameskuName}. + [ImageType ]: cloudPcProvisioningPolicyImageType + [OSLocale ]: The operating system locale for the Cloud PC. + [CreatedDateTime ]: The date and time when the pool was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2026 is 2026-01-01T00:00:00Z. +Read-only. + [Description ]: The description of the pool. +The maximum length is 512 characters. + [DisplayName ]: The display name of the pool. +The name is unique across Cloud PC pools in an organization. +The maximum length is 60 characters. + [LastModifiedDateTime ]: The date and time when the pool was last modified. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2026 is 2026-01-01T00:00:00Z. +Read-only. + [NetworkConfiguration ]: cloudPcNetworkConfiguration + [(Any) ]: This indicates any property can be added to this object. [CloudRealtimeCommunicationInfo ]: cloudRealtimeCommunicationInfo [(Any) ]: This indicates any property can be added to this object. [IsSipEnabled ]: Indicates whether the user has a SIP-enabled client registered for them. @@ -12665,7 +12755,7 @@ Read-only. [Activity ]: userActivityType [ContentEntries ]: A collection of content entries to be processed. Each entry contains the content itself and its metadata. -Use conversation metadata for content like prompts and responses and file metadata for files. +Use conversation metadata for content like prompts and responses, file metadata for files, and content activity metadata for enforcement result status entries. Required. [Content ]: contentBase [(Any) ]: This indicates any property can be added to this object. @@ -12965,6 +13055,19 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: + [ExpirationDateTime ]: + [LockType ]: lockType + [Owners ]: + [DisplayName ]: The display name of the identity. +For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -14085,7 +14188,7 @@ Helps organize related content types. Only site collection administrators can seal or unseal content types. [DisplayName ]: The displayable title of the list. [Drive ]: drive - [ItemCount ]: The number of items in the list. + [ItemCount ]: The total count of items in the list. Read-only. [Items ]: All items contained in the list. [List ]: listInfo @@ -14743,8 +14846,9 @@ This property can also be set to any custom string. [(Any) ]: This indicates any property can be added to this object. [ApproverDelegate ]: approverDelegate [(Any) ]: This indicates any property can be added to this object. - [Delegate ]: subjectSet + [Delegate ]: userSet [(Any) ]: This indicates any property can be added to this object. + [IsBackup ]: For a user in an approval stage, this property indicates whether the user is a backup fallback approver. [Schedule ]: requestSchedule [(Any) ]: This indicates any property can be added to this object. [Expiration ]: expirationPattern @@ -14864,7 +14968,8 @@ Requires $select to retrieve. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. - [IsResourceAccount ]: Do not use – reserved for future use. + [IsResourceAccount ]: Do not use. +Reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -15340,7 +15445,10 @@ If true, it shows the task. [IsOnMyDayLastModifiedDate ]: Read-only. The date on which task is added to or removed from MyDay. [LastModifiedBy ]: identitySet - [LastModifiedDateTime ]: + [LastModifiedDateTime ]: Read-only. +Date and time at which this is last modified. +The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z [Messages ]: Read-only. Nullable. Chat messages associated with the task. @@ -15532,7 +15640,7 @@ For the list of possible values, see Microsoft 365 group behaviors and provision The possible value is Team. For more information, see Microsoft 365 group behaviors and provisioning options. Returned by default. -Supports $filter (eq, not, startsWith. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required.Returned by default. Supports $filter (eq, ne, not, in). @@ -15580,6 +15688,7 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [JoinedUsers ]: [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType @@ -16887,6 +16996,10 @@ Read-only. [JoinDateTime ]: The time the attendee joined in UTC. [LeaveDateTime ]: The time the attendee left in UTC. [EmailAddress ]: Email address of the user associated with this attendance record. + [Engagements ]: The list of real-time participant interaction behaviors during a meeting. + [DateTime ]: The UTC date and time when the engagement event occurred, in ISO 8601 format. + [EngagementSubType ]: The specific engagement action within the type (e.g., like, love, applause, laugh, surprised for reactions; raiseHand for hand; cameraOn for camera; unmute, mute for microphone). + [EngagementType ]: meetingEngagementType [ExternalRegistrationInformation ]: virtualEventExternalRegistrationInformation [(Any) ]: This indicates any property can be added to this object. [Referrer ]: A URL or string that represents the location from which the registrant registered. @@ -16935,6 +17048,11 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [AllowTextOnly ]: Indicates whether only text is allowed in the meeting chat. Optional. + [CloudVideoInteropInfo ]: cloudVideoInteropInfo + [(Any) ]: This indicates any property can be added to this object. + [MoreInfoWebUrl ]: + [TenantKey ]: + [VideoTeleconferenceId ]: [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -17209,14 +17327,6 @@ Read-only. Supports $select. Read-only. [AppliedBy ]: userIdentity - [(Any) ]: This indicates any property can be added to this object. - [DisplayName ]: The display name of the identity. -For drive items, the display name might not always be available or up to date. -For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. - [Id ]: Unique identifier for the identity or actor. -For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [AppliedDateTime ]: The timestamp when the approval decision was applied. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -18381,7 +18491,7 @@ Users can control this setting in Office Delve. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [InPlaceArchiveMailboxId ]: + [InPlaceArchiveMailboxId ]: The unique identifier for the user's In-Place Archive mailbox. [PrimaryMailboxId ]: The unique identifier for the user's primary mailbox. [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. @@ -18752,6 +18862,8 @@ Read-only. [EndDateTime ]: dateTimeTimeZone [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. + [IsRegistrationEnabled ]: + [IsRegistrationRequired ]: [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -18789,6 +18901,7 @@ Read-only. [AudioConferencing ]: audioConferencing [ChatInfo ]: chatInfo [ChatRestrictions ]: chatRestrictions + [CloudVideoInteropInfo ]: cloudVideoInteropInfo [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -18811,6 +18924,7 @@ Read-only. [WatermarkProtection ]: watermarkProtectionValues [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [Presenters ]: [Registrations ]: @@ -18864,6 +18978,8 @@ For example, in the access reviews decisions API, this property might record the [RegistrationConfiguration ]: virtualEventWebinarRegistrationConfiguration [(Any) ]: This indicates any property can be added to this object. [Capacity ]: Total capacity of the virtual event. + [IsManualApprovalEnabled ]: Indicates whether registrations require organizer approval before a participant is confirmed. + [IsWaitlistEnabled ]: Indicates whether more registrants are automatically placed on a waitlist when capacity is reached. [Questions ]: Registration questions. [Id ]: The unique identifier for an entity. Read-only. @@ -18873,8 +18989,6 @@ The default value is false. [RegistrationWebUrl ]: Registration URL of the virtual event. [Id ]: The unique identifier for an entity. Read-only. - [IsManualApprovalEnabled ]: - [IsWaitlistEnabled ]: [Registrations ]: Registration records of the webinar. [WindowsInformationProtectionDeviceRegistrations ]: Zero or more WIP device registrations that belong to the user. [Id ]: The unique identifier for an entity. @@ -19222,7 +19336,7 @@ Read-only. [Operator ]: customSecurityAttributeComparisonOperator [MaxLifetime ]: String value that indicates the maximum lifetime for key expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. -This property is required when restrictionType is set to keyLifetime. +This property is required when restrictionType is set to asymmetricKeyLifetime. [RestrictForAppsCreatedAfterDateTime ]: Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied. [RestrictionType ]: appKeyCredentialRestrictionType @@ -19257,7 +19371,7 @@ For existing applications, the enforcement date can be retroactively applied. [NonDefaultUriAddition ]: identifierUriRestriction [(Any) ]: This indicates any property can be added to this object. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExcludeAppsReceivingV2Tokens ]: If true, the restriction isn't enforced for applications that are configured to receive V2 tokens in Microsoft Entra ID; else, the restriction isn't enforced for those applications. + [ExcludeAppsReceivingV2Tokens ]: If true, the restriction isn't enforced for applications that are configured to receive V2 tokens in Microsoft Entra ID; else, the restriction is enforced for those applications. [ExcludeSaml ]: If true, the restriction isn't enforced for SAML applications in Microsoft Entra ID; else, the restriction is enforced for those applications. [RestrictForAppsCreatedAfterDateTime ]: Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied. @@ -21464,7 +21578,9 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisioningPolicyId ]: The provisioning policy ID of the Cloud PC. [ProvisioningPolicyName ]: The provisioning policy that is applied during the provisioning of Cloud PCs. [ProvisioningType ]: cloudPcProvisioningType - [ScopeIds ]: + [ScopeIds ]: The scope IDs of the corresponding permission. +Currently, it's the Intune scope tag ID. +Read-only. [ServicePlanId ]: The service plan ID of the Cloud PC. [ServicePlanName ]: The service plan name of the Cloud PC. [ServicePlanType ]: cloudPcServicePlanType @@ -21489,6 +21605,39 @@ Read-only. Read-only. [UserExperienceType ]: cloudPcUserExperienceType [UserPrincipalName ]: The user principal name (UPN) of the user assigned to the Cloud PC. + [CloudPcPools ]: The user's Cloud PC pools. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Assignments ]: The collection of assignments that grant user or service principal identities access to this pool. + [Id ]: The unique identifier for an entity. +Read-only. + [Capabilities ]: cloudPcPoolCapabilityConfiguration + [(Any) ]: This indicates any property can be added to this object. + [CloudPcConfiguration ]: cloudPcConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ImageDisplayName ]: The display name of the image. +Read-only. + [ImageId ]: The unique identifier of the operating system image used for provisioning new Cloud PCs. +The format for a gallery type image is: {publisherNameofferNameskuName}. + [ImageType ]: cloudPcProvisioningPolicyImageType + [OSLocale ]: The operating system locale for the Cloud PC. + [CreatedDateTime ]: The date and time when the pool was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2026 is 2026-01-01T00:00:00Z. +Read-only. + [Description ]: The description of the pool. +The maximum length is 512 characters. + [DisplayName ]: The display name of the pool. +The name is unique across Cloud PC pools in an organization. +The maximum length is 60 characters. + [LastModifiedDateTime ]: The date and time when the pool was last modified. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2026 is 2026-01-01T00:00:00Z. +Read-only. + [NetworkConfiguration ]: cloudPcNetworkConfiguration + [(Any) ]: This indicates any property can be added to this object. [CloudRealtimeCommunicationInfo ]: cloudRealtimeCommunicationInfo [(Any) ]: This indicates any property can be added to this object. [IsSipEnabled ]: Indicates whether the user has a SIP-enabled client registered for them. @@ -21696,7 +21845,7 @@ Read-only. [Activity ]: userActivityType [ContentEntries ]: A collection of content entries to be processed. Each entry contains the content itself and its metadata. -Use conversation metadata for content like prompts and responses and file metadata for files. +Use conversation metadata for content like prompts and responses, file metadata for files, and content activity metadata for enforcement result status entries. Required. [Content ]: contentBase [(Any) ]: This indicates any property can be added to this object. @@ -21996,6 +22145,19 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: + [ExpirationDateTime ]: + [LockType ]: lockType + [Owners ]: + [DisplayName ]: The display name of the identity. +For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -23116,7 +23278,7 @@ Helps organize related content types. Only site collection administrators can seal or unseal content types. [DisplayName ]: The displayable title of the list. [Drive ]: drive - [ItemCount ]: The number of items in the list. + [ItemCount ]: The total count of items in the list. Read-only. [Items ]: All items contained in the list. [List ]: listInfo @@ -23774,8 +23936,9 @@ This property can also be set to any custom string. [(Any) ]: This indicates any property can be added to this object. [ApproverDelegate ]: approverDelegate [(Any) ]: This indicates any property can be added to this object. - [Delegate ]: subjectSet + [Delegate ]: userSet [(Any) ]: This indicates any property can be added to this object. + [IsBackup ]: For a user in an approval stage, this property indicates whether the user is a backup fallback approver. [Schedule ]: requestSchedule [(Any) ]: This indicates any property can be added to this object. [Expiration ]: expirationPattern @@ -23895,7 +24058,8 @@ Requires $select to retrieve. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. - [IsResourceAccount ]: Do not use – reserved for future use. + [IsResourceAccount ]: Do not use. +Reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -24371,7 +24535,10 @@ If true, it shows the task. [IsOnMyDayLastModifiedDate ]: Read-only. The date on which task is added to or removed from MyDay. [LastModifiedBy ]: identitySet - [LastModifiedDateTime ]: + [LastModifiedDateTime ]: Read-only. +Date and time at which this is last modified. +The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z [Messages ]: Read-only. Nullable. Chat messages associated with the task. @@ -24563,7 +24730,7 @@ For the list of possible values, see Microsoft 365 group behaviors and provision The possible value is Team. For more information, see Microsoft 365 group behaviors and provisioning options. Returned by default. -Supports $filter (eq, not, startsWith. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required.Returned by default. Supports $filter (eq, ne, not, in). @@ -24611,6 +24778,7 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [JoinedUsers ]: [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType @@ -25918,6 +26086,10 @@ Read-only. [JoinDateTime ]: The time the attendee joined in UTC. [LeaveDateTime ]: The time the attendee left in UTC. [EmailAddress ]: Email address of the user associated with this attendance record. + [Engagements ]: The list of real-time participant interaction behaviors during a meeting. + [DateTime ]: The UTC date and time when the engagement event occurred, in ISO 8601 format. + [EngagementSubType ]: The specific engagement action within the type (e.g., like, love, applause, laugh, surprised for reactions; raiseHand for hand; cameraOn for camera; unmute, mute for microphone). + [EngagementType ]: meetingEngagementType [ExternalRegistrationInformation ]: virtualEventExternalRegistrationInformation [(Any) ]: This indicates any property can be added to this object. [Referrer ]: A URL or string that represents the location from which the registrant registered. @@ -25966,6 +26138,11 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [AllowTextOnly ]: Indicates whether only text is allowed in the meeting chat. Optional. + [CloudVideoInteropInfo ]: cloudVideoInteropInfo + [(Any) ]: This indicates any property can be added to this object. + [MoreInfoWebUrl ]: + [TenantKey ]: + [VideoTeleconferenceId ]: [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -26240,14 +26417,6 @@ Read-only. Supports $select. Read-only. [AppliedBy ]: userIdentity - [(Any) ]: This indicates any property can be added to this object. - [DisplayName ]: The display name of the identity. -For drive items, the display name might not always be available or up to date. -For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. - [Id ]: Unique identifier for the identity or actor. -For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [AppliedDateTime ]: The timestamp when the approval decision was applied. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -27412,7 +27581,7 @@ Users can control this setting in Office Delve. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [InPlaceArchiveMailboxId ]: + [InPlaceArchiveMailboxId ]: The unique identifier for the user's In-Place Archive mailbox. [PrimaryMailboxId ]: The unique identifier for the user's primary mailbox. [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. @@ -27783,6 +27952,8 @@ Read-only. [EndDateTime ]: dateTimeTimeZone [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. + [IsRegistrationEnabled ]: + [IsRegistrationRequired ]: [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -27820,6 +27991,7 @@ Read-only. [AudioConferencing ]: audioConferencing [ChatInfo ]: chatInfo [ChatRestrictions ]: chatRestrictions + [CloudVideoInteropInfo ]: cloudVideoInteropInfo [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -27842,6 +28014,7 @@ Read-only. [WatermarkProtection ]: watermarkProtectionValues [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [Presenters ]: [Registrations ]: @@ -27895,6 +28068,8 @@ For example, in the access reviews decisions API, this property might record the [RegistrationConfiguration ]: virtualEventWebinarRegistrationConfiguration [(Any) ]: This indicates any property can be added to this object. [Capacity ]: Total capacity of the virtual event. + [IsManualApprovalEnabled ]: Indicates whether registrations require organizer approval before a participant is confirmed. + [IsWaitlistEnabled ]: Indicates whether more registrants are automatically placed on a waitlist when capacity is reached. [Questions ]: Registration questions. [Id ]: The unique identifier for an entity. Read-only. @@ -27904,8 +28079,6 @@ The default value is false. [RegistrationWebUrl ]: Registration URL of the virtual event. [Id ]: The unique identifier for an entity. Read-only. - [IsManualApprovalEnabled ]: - [IsWaitlistEnabled ]: [Registrations ]: Registration records of the webinar. [WindowsInformationProtectionDeviceRegistrations ]: Zero or more WIP device registrations that belong to the user. [Id ]: The unique identifier for an entity. @@ -27986,6 +28159,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaUserAuthenticationMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaUserAuthenticationMethod.md index 334ae9fdc127c..9e6790ad95239 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaUserAuthenticationMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaUserAuthenticationMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetauserauthenticationmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaUserAuthenticationMethod --- @@ -28,7 +28,6 @@ New-MgBetaUserAuthenticationMethod -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -38,7 +37,7 @@ New-MgBetaUserAuthenticationMethod -UserId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -49,7 +48,7 @@ New-MgBetaUserAuthenticationMethod -InputObject [-CreatedDateTime ] [-Id ] [-LastUsedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -59,7 +58,7 @@ New-MgBetaUserAuthenticationMethod -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -589,6 +588,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaUserAuthenticationOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaUserAuthenticationOperation.md index e63ae77cfb225..896e3ce028647 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaUserAuthenticationOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaUserAuthenticationOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetauserauthenticationoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaUserAuthenticationOperation --- @@ -28,7 +28,7 @@ New-MgBetaUserAuthenticationOperation -UserId [-ResponseHeadersVariable [-LastActionDateTime ] [-ResourceLocation ] [-Status ] [-StatusDetail ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +38,7 @@ New-MgBetaUserAuthenticationOperation -UserId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -50,7 +50,7 @@ New-MgBetaUserAuthenticationOperation -InputObject [-ResourceLocation ] [-Status ] [-StatusDetail ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -60,7 +60,7 @@ New-MgBetaUserAuthenticationOperation -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -662,6 +662,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaUserAuthenticationPhoneMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaUserAuthenticationPhoneMethod.md index b8f6a974ef48f..775d83382870f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaUserAuthenticationPhoneMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaUserAuthenticationPhoneMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetauserauthenticationphonemethod Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaUserAuthenticationPhoneMethod --- @@ -34,7 +34,6 @@ New-MgBetaUserAuthenticationPhoneMethod -UserId [-ResponseHeadersVariab [-SmsSignInState ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -44,7 +43,7 @@ New-MgBetaUserAuthenticationPhoneMethod -UserId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -56,7 +55,6 @@ New-MgBetaUserAuthenticationPhoneMethod -InputObject [-PhoneType ] [-SmsSignInState ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -66,7 +64,7 @@ New-MgBetaUserAuthenticationPhoneMethod -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -87,7 +85,7 @@ Additionally, if a user is enabled by policy to use SMS sign-in and a mobile num | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | UserAuthMethod-Phone.ReadWrite, UserAuthMethod-Phone.ReadWrite.All, UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.ReadWrite, | +| Delegated (work or school account) | UserAuthMethod-Phone.ReadWrite, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-Phone.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-Phone.ReadWrite.All, | @@ -717,6 +715,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaUserAuthenticationTemporaryAccessPassMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaUserAuthenticationTemporaryAccessPassMethod.md index a64eb8702fa79..a8e1806447332 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaUserAuthenticationTemporaryAccessPassMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaUserAuthenticationTemporaryAccessPassMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetauserauthenticationtemporaryaccesspassmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaUserAuthenticationTemporaryAccessPassMethod --- @@ -31,7 +31,7 @@ New-MgBetaUserAuthenticationTemporaryAccessPassMethod -UserId [-LifetimeInMinutes ] [-StartDateTime ] [-TemporaryAccessPass ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -42,7 +42,6 @@ New-MgBetaUserAuthenticationTemporaryAccessPassMethod -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -54,7 +53,7 @@ New-MgBetaUserAuthenticationTemporaryAccessPassMethod -InputObject ] [-StartDateTime ] [-TemporaryAccessPass ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -65,7 +64,6 @@ New-MgBetaUserAuthenticationTemporaryAccessPassMethod -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -742,6 +740,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaUserInformationProtectionDataLossPreventionPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaUserInformationProtectionDataLossPreventionPolicy.md index 7e77f05aa8007..afa22aea5207a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaUserInformationProtectionDataLossPreventionPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaUserInformationProtectionDataLossPreventionPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetauserinformationprotectiondatalosspreventionpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaUserInformationProtectionDataLossPreventionPolicy --- @@ -24,7 +24,7 @@ New-MgBetaUserInformationProtectionDataLossPreventionPolicy -UserId [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] [-Name ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -34,7 +34,7 @@ New-MgBetaUserInformationProtectionDataLossPreventionPolicy -UserId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -44,7 +44,7 @@ New-MgBetaUserInformationProtectionDataLossPreventionPolicy -InputObject ] [-AdditionalProperties ] [-Id ] [-Name ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -54,7 +54,7 @@ New-MgBetaUserInformationProtectionDataLossPreventionPolicy -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -536,6 +536,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaUserInformationProtectionPolicyLabel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaUserInformationProtectionPolicyLabel.md index e8cc311fb31a5..7b95d5c3c733e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaUserInformationProtectionPolicyLabel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaUserInformationProtectionPolicyLabel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetauserinformationprotectionpolicylabel Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaUserInformationProtectionPolicyLabel --- @@ -25,7 +25,7 @@ New-MgBetaUserInformationProtectionPolicyLabel -UserId [-ResponseHeader [-IsActive] [-Name ] [-Parent ] [-Sensitivity ] [-Tooltip ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -35,7 +35,7 @@ New-MgBetaUserInformationProtectionPolicyLabel -UserId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -47,7 +47,7 @@ New-MgBetaUserInformationProtectionPolicyLabel -InputObject ] [-Sensitivity ] [-Tooltip ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -57,7 +57,7 @@ New-MgBetaUserInformationProtectionPolicyLabel -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -720,6 +720,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaUserInformationProtectionSensitivityLabel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaUserInformationProtectionSensitivityLabel.md index 1d68b6f556cf0..1a46be0e96968 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaUserInformationProtectionSensitivityLabel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaUserInformationProtectionSensitivityLabel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetauserinformationprotectionsensitivitylabel Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaUserInformationProtectionSensitivityLabel --- @@ -29,7 +29,7 @@ New-MgBetaUserInformationProtectionSensitivityLabel -UserId [-Sublabels ] [-ToolTip ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -39,7 +39,7 @@ New-MgBetaUserInformationProtectionSensitivityLabel -UserId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -54,7 +54,7 @@ New-MgBetaUserInformationProtectionSensitivityLabel -InputObject ] [-ToolTip ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -64,7 +64,7 @@ New-MgBetaUserInformationProtectionSensitivityLabel -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1030,6 +1030,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaUserInformationProtectionSensitivityLabelSublabel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaUserInformationProtectionSensitivityLabelSublabel.md index 4e21f8ab98bd7..4b516342a75e3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaUserInformationProtectionSensitivityLabelSublabel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaUserInformationProtectionSensitivityLabelSublabel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetauserinformationprotectionsensitivitylabelsublabel Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaUserInformationProtectionSensitivityLabelSublabel --- @@ -29,7 +29,7 @@ New-MgBetaUserInformationProtectionSensitivityLabelSublabel -SensitivityLabelId [-Rights ] [-Sublabels ] [-ToolTip ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -40,7 +40,6 @@ New-MgBetaUserInformationProtectionSensitivityLabelSublabel -SensitivityLabelId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -55,7 +54,7 @@ New-MgBetaUserInformationProtectionSensitivityLabelSublabel -InputObject ] [-ToolTip ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -65,7 +64,7 @@ New-MgBetaUserInformationProtectionSensitivityLabelSublabel -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1058,6 +1057,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaUserInformationProtectionThreatAssessmentRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaUserInformationProtectionThreatAssessmentRequest.md index 50cc0bbcb60fe..9cfb16de4772f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaUserInformationProtectionThreatAssessmentRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaUserInformationProtectionThreatAssessmentRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetauserinformationprotectionthreatassessmentrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaUserInformationProtectionThreatAssessmentRequest --- @@ -27,7 +27,7 @@ New-MgBetaUserInformationProtectionThreatAssessmentRequest -UserId [-Results ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -37,7 +37,7 @@ New-MgBetaUserInformationProtectionThreatAssessmentRequest -UserId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -50,7 +50,7 @@ New-MgBetaUserInformationProtectionThreatAssessmentRequest -InputObject ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -60,7 +60,7 @@ New-MgBetaUserInformationProtectionThreatAssessmentRequest -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -774,6 +774,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaUserInformationProtectionThreatAssessmentRequestResult.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaUserInformationProtectionThreatAssessmentRequestResult.md index cea8786cb3830..47cd0fd9b212d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaUserInformationProtectionThreatAssessmentRequestResult.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/New-MgBetaUserInformationProtectionThreatAssessmentRequestResult.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/new-mgbetauserinformationprotectionthreatassessmentrequestresult Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaUserInformationProtectionThreatAssessmentRequestResult --- @@ -25,7 +25,7 @@ New-MgBetaUserInformationProtectionThreatAssessmentRequestResult -ThreatAssessme [-CreatedDateTime ] [-Id ] [-Message ] [-ResultType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -36,7 +36,6 @@ New-MgBetaUserInformationProtectionThreatAssessmentRequestResult -ThreatAssessme [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -48,7 +47,6 @@ New-MgBetaUserInformationProtectionThreatAssessmentRequestResult [-Message ] [-ResultType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -59,7 +57,6 @@ New-MgBetaUserInformationProtectionThreatAssessmentRequestResult [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -626,6 +623,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaAgentRiskDetection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaAgentRiskDetection.md index a0c30674b8fff..ce3f027f97af7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaAgentRiskDetection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaAgentRiskDetection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetaagentriskdetection Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaAgentRiskDetection --- @@ -24,7 +24,6 @@ Remove-MgBetaAgentRiskDetection -AgentRiskDetectionId [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaAgentRiskDetection -InputObject [-IfMatc [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -426,6 +424,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaDataPolicyOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaDataPolicyOperation.md index 5cb08603d4306..d56d78e0d6df5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaDataPolicyOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaDataPolicyOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetadatapolicyoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDataPolicyOperation --- @@ -27,7 +27,6 @@ Remove-MgBetaDataPolicyOperation -DataPolicyOperationId [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaDataPolicyOperation -InputObject [-IfMat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -429,6 +427,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityApiConnector.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityApiConnector.md index cb96eab0be74a..07986c4a2b6d9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityApiConnector.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityApiConnector.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetaidentityapiconnector Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityApiConnector --- @@ -27,7 +27,6 @@ Remove-MgBetaIdentityApiConnector -IdentityApiConnectorId [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaIdentityApiConnector -InputObject [-IfMa [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -450,6 +448,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityAuthenticationEventFlow.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityAuthenticationEventFlow.md index 909dd50474de7..b7463ab64e8a7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityAuthenticationEventFlow.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityAuthenticationEventFlow.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetaidentityauthenticationeventflow Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityAuthenticationEventFlow --- @@ -28,7 +28,6 @@ Remove-MgBetaIdentityAuthenticationEventFlow -AuthenticationEventsFlowId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaIdentityAuthenticationEventFlow -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -452,6 +450,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication.md index 8b267fd6dafa0..14c1050f4be09 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetaidentityauthenticationeventflowasexternaluserselfservicesignupeventflowincludeapplication Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication --- @@ -28,7 +28,6 @@ Remove-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEvent [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEvent [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -452,6 +450,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderBaseByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderBaseByRef.md index 3e228b7cde337..10bc9f3bf2026 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderBaseByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderBaseByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetaidentityauthenticationeventflowasonauthenticationmethodloadstartexternaluserselfservicesignupidentityproviderbasebyref Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderBaseByRef --- @@ -28,7 +28,6 @@ Remove-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExt [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExt [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -452,6 +450,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef.md index 4deeb8c825a10..e50ec6bfea20b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetaidentityauthenticationeventflowasonauthenticationmethodloadstartexternaluserselfservicesignupidentityproviderbyref Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef --- @@ -28,7 +28,6 @@ Remove-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExt [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExt [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -452,6 +450,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef.md index 88114c6fc6a95..6e368ee18042c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetaidentityauthenticationeventflowasongraphapretributecollectionexternaluserselfservicesignupattributebyref Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef --- @@ -28,7 +28,6 @@ Remove-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExtern [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExtern [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -469,6 +467,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeIdentityUserFlowAttributeByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeIdentityUserFlowAttributeByRef.md index a4a87411d453b..3eb1f5b6aa80d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeIdentityUserFlowAttributeByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeIdentityUserFlowAttributeByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetaidentityauthenticationeventflowasongraphapretributecollectionexternaluserselfservicesignupattributeidentityuserflowattributebyref Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeIdentityUserFlowAttributeByRef --- @@ -28,7 +28,6 @@ Remove-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExtern [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExtern [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -452,6 +450,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityAuthenticationEventFlowIncludeApplication.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityAuthenticationEventFlowIncludeApplication.md index d039d8647f1f2..64869a074e91b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityAuthenticationEventFlowIncludeApplication.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityAuthenticationEventFlowIncludeApplication.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetaidentityauthenticationeventflowincludeapplication Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityAuthenticationEventFlowIncludeApplication --- @@ -29,7 +29,6 @@ Remove-MgBetaIdentityAuthenticationEventFlowIncludeApplication [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -40,7 +39,6 @@ Remove-MgBetaIdentityAuthenticationEventFlowIncludeApplication [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -475,6 +473,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityAuthenticationEventListener.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityAuthenticationEventListener.md index d453d2e6dacef..13132a56464ab 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityAuthenticationEventListener.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityAuthenticationEventListener.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetaidentityauthenticationeventlistener Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityAuthenticationEventListener --- @@ -28,7 +28,6 @@ Remove-MgBetaIdentityAuthenticationEventListener -AuthenticationEventListenerId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaIdentityAuthenticationEventListener -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -452,6 +450,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2CUserFlow.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2CUserFlow.md index 1cbc527afbd96..7c4d96a305a09 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2CUserFlow.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2CUserFlow.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetaidentityb2cuserflow Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityB2CUserFlow --- @@ -24,7 +24,6 @@ Remove-MgBetaIdentityB2CUserFlow -B2CIdentityUserFlowId [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaIdentityB2CUserFlow -InputObject [-IfMat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -447,6 +445,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2CUserFlowIdentityProviderByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2CUserFlowIdentityProviderByRef.md index 0ed5b7d75a5e6..15b6ed0d56e47 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2CUserFlowIdentityProviderByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2CUserFlowIdentityProviderByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetaidentityb2cuserflowidentityproviderbyref Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityB2CUserFlowIdentityProviderByRef --- @@ -25,7 +25,6 @@ Remove-MgBetaIdentityB2CUserFlowIdentityProviderByRef -B2CIdentityUserFlowId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Delete1 @@ -36,7 +35,6 @@ Remove-MgBetaIdentityB2CUserFlowIdentityProviderByRef -B2CIdentityUserFlowId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity1 @@ -46,7 +44,6 @@ Remove-MgBetaIdentityB2CUserFlowIdentityProviderByRef -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -57,7 +54,6 @@ Remove-MgBetaIdentityB2CUserFlowIdentityProviderByRef -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -519,6 +515,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2CUserFlowLanguage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2CUserFlowLanguage.md index 344010eb067e7..4ac51a428c6f5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2CUserFlowLanguage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2CUserFlowLanguage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetaidentityb2cuserflowlanguage Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityB2CUserFlowLanguage --- @@ -26,7 +26,6 @@ Remove-MgBetaIdentityB2CUserFlowLanguage -B2CIdentityUserFlowId [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaIdentityB2CUserFlowLanguage -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -471,6 +469,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2CUserFlowLanguageDefaultPage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2CUserFlowLanguageDefaultPage.md index 5255322162b3f..6a38cf887c7a6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2CUserFlowLanguageDefaultPage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2CUserFlowLanguageDefaultPage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetaidentityb2cuserflowlanguagedefaultpage Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityB2CUserFlowLanguageDefaultPage --- @@ -25,7 +25,6 @@ Remove-MgBetaIdentityB2CUserFlowLanguageDefaultPage -B2CIdentityUserFlowId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaIdentityB2CUserFlowLanguageDefaultPage -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -469,6 +467,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2CUserFlowLanguageDefaultPageContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2CUserFlowLanguageDefaultPageContent.md index 9770c21beaf64..216341442d67e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2CUserFlowLanguageDefaultPageContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2CUserFlowLanguageDefaultPageContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetaidentityb2cuserflowlanguagedefaultpagecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityB2CUserFlowLanguageDefaultPageContent --- @@ -26,7 +26,6 @@ Remove-MgBetaIdentityB2CUserFlowLanguageDefaultPageContent -B2CIdentityUserFlowI [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaIdentityB2CUserFlowLanguageDefaultPageContent -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -471,6 +469,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2CUserFlowLanguageOverridePage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2CUserFlowLanguageOverridePage.md index eb8ef91fed779..d25086d1bfec8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2CUserFlowLanguageOverridePage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2CUserFlowLanguageOverridePage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetaidentityb2cuserflowlanguageoverridepage Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityB2CUserFlowLanguageOverridePage --- @@ -26,7 +26,6 @@ Remove-MgBetaIdentityB2CUserFlowLanguageOverridePage -B2CIdentityUserFlowId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaIdentityB2CUserFlowLanguageOverridePage -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -471,6 +469,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2CUserFlowLanguageOverridePageContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2CUserFlowLanguageOverridePageContent.md index d00438a83e792..52a7bbc9ca187 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2CUserFlowLanguageOverridePageContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2CUserFlowLanguageOverridePageContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetaidentityb2cuserflowlanguageoverridepagecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityB2CUserFlowLanguageOverridePageContent --- @@ -26,7 +26,6 @@ Remove-MgBetaIdentityB2CUserFlowLanguageOverridePageContent -B2CIdentityUserFlow [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaIdentityB2CUserFlowLanguageOverridePageContent -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -484,6 +482,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2CUserFlowUserAttributeAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2CUserFlowUserAttributeAssignment.md index 064553d4e0cd0..91b283a58473d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2CUserFlowUserAttributeAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2CUserFlowUserAttributeAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetaidentityb2cuserflowuserattributeassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityB2CUserFlowUserAttributeAssignment --- @@ -25,7 +25,6 @@ Remove-MgBetaIdentityB2CUserFlowUserAttributeAssignment -B2CIdentityUserFlowId < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaIdentityB2CUserFlowUserAttributeAssignment -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -469,6 +467,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2XUserFlow.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2XUserFlow.md index f8aafd22fb531..1f025647808cf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2XUserFlow.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2XUserFlow.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetaidentityb2xuserflow Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityB2XUserFlow --- @@ -27,7 +27,6 @@ Remove-MgBetaIdentityB2XUserFlow -B2XIdentityUserFlowId [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaIdentityB2XUserFlow -InputObject [-IfMat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -450,6 +448,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2XUserFlowIdentityProviderBaseByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2XUserFlowIdentityProviderBaseByRef.md index ab16e7a62d7d6..05fdd14a225bb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2XUserFlowIdentityProviderBaseByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2XUserFlowIdentityProviderBaseByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetaidentityb2xuserflowidentityproviderbasebyref Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityB2XUserFlowIdentityProviderBaseByRef --- @@ -28,7 +28,6 @@ Remove-MgBetaIdentityB2XUserFlowIdentityProviderBaseByRef -B2XIdentityUserFlowId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaIdentityB2XUserFlowIdentityProviderBaseByRef -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -451,6 +449,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2XUserFlowIdentityProviderByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2XUserFlowIdentityProviderByRef.md index 820128186805a..6294ef0933037 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2XUserFlowIdentityProviderByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2XUserFlowIdentityProviderByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/Remove-MgBetaIdentityB2XUserFlowIdentityProviderByRef Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityB2XUserFlowIdentityProviderByRef --- @@ -28,7 +28,6 @@ Remove-MgBetaIdentityB2XUserFlowIdentityProviderByRef -B2XIdentityUserFlowId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaIdentityB2XUserFlowIdentityProviderByRef -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -451,6 +449,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2XUserFlowLanguage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2XUserFlowLanguage.md index f677f0539e1ea..db3080590b2d4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2XUserFlowLanguage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2XUserFlowLanguage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetaidentityb2xuserflowlanguage Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityB2XUserFlowLanguage --- @@ -28,7 +28,6 @@ Remove-MgBetaIdentityB2XUserFlowLanguage -B2XIdentityUserFlowId [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaIdentityB2XUserFlowLanguage -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -451,6 +449,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2XUserFlowLanguageDefaultPage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2XUserFlowLanguageDefaultPage.md index 5bed3cca3ec77..e0955b00bd646 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2XUserFlowLanguageDefaultPage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2XUserFlowLanguageDefaultPage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetaidentityb2xuserflowlanguagedefaultpage Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityB2XUserFlowLanguageDefaultPage --- @@ -28,7 +28,6 @@ Remove-MgBetaIdentityB2XUserFlowLanguageDefaultPage -B2XIdentityUserFlowId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaIdentityB2XUserFlowLanguageDefaultPage -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -472,6 +470,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2XUserFlowLanguageDefaultPageContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2XUserFlowLanguageDefaultPageContent.md index 1fe95856f5219..7598f831af94f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2XUserFlowLanguageDefaultPageContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2XUserFlowLanguageDefaultPageContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetaidentityb2xuserflowlanguagedefaultpagecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityB2XUserFlowLanguageDefaultPageContent --- @@ -29,7 +29,6 @@ Remove-MgBetaIdentityB2XUserFlowLanguageDefaultPageContent -B2XIdentityUserFlowI [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaIdentityB2XUserFlowLanguageDefaultPageContent -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -474,6 +472,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2XUserFlowLanguageOverridePage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2XUserFlowLanguageOverridePage.md index 6c97abe5eb805..48b78039e035c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2XUserFlowLanguageOverridePage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2XUserFlowLanguageOverridePage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetaidentityb2xuserflowlanguageoverridepage Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityB2XUserFlowLanguageOverridePage --- @@ -28,7 +28,6 @@ Remove-MgBetaIdentityB2XUserFlowLanguageOverridePage -B2XIdentityUserFlowId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaIdentityB2XUserFlowLanguageOverridePage -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -472,6 +470,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2XUserFlowLanguageOverridePageContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2XUserFlowLanguageOverridePageContent.md index 485e436e5bf10..d6422dd3d5757 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2XUserFlowLanguageOverridePageContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2XUserFlowLanguageOverridePageContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetaidentityb2xuserflowlanguageoverridepagecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityB2XUserFlowLanguageOverridePageContent --- @@ -29,7 +29,6 @@ Remove-MgBetaIdentityB2XUserFlowLanguageOverridePageContent -B2XIdentityUserFlow [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaIdentityB2XUserFlowLanguageOverridePageContent -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -474,6 +472,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2XUserFlowPostAttributeCollection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2XUserFlowPostAttributeCollection.md index 63e050526ffad..668dbfa8fba0e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2XUserFlowPostAttributeCollection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2XUserFlowPostAttributeCollection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetaidentityb2xuserflowpostattributecollection Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityB2XUserFlowPostAttributeCollection --- @@ -27,7 +27,6 @@ Remove-MgBetaIdentityB2XUserFlowPostAttributeCollection -B2XIdentityUserFlowId < [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaIdentityB2XUserFlowPostAttributeCollection -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -429,6 +427,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef.md index ccf595904d9ec..c103cedc8b452 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetaidentityb2xuserflowpostattributecollectionbyref Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef --- @@ -27,7 +27,6 @@ Remove-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef -B2XIdentityUserFlo [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -429,6 +427,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2XUserFlowPostFederationSignup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2XUserFlowPostFederationSignup.md index 44f68ed09177a..0d4ae94f7ca83 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2XUserFlowPostFederationSignup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2XUserFlowPostFederationSignup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetaidentityb2xuserflowpostfederationsignup Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityB2XUserFlowPostFederationSignup --- @@ -27,7 +27,6 @@ Remove-MgBetaIdentityB2XUserFlowPostFederationSignup -B2XIdentityUserFlowId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaIdentityB2XUserFlowPostFederationSignup -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -429,6 +427,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2XUserFlowPostFederationSignupByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2XUserFlowPostFederationSignupByRef.md index 31d3ff19f9040..bc64041ed4e32 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2XUserFlowPostFederationSignupByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2XUserFlowPostFederationSignupByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetaidentityb2xuserflowpostfederationsignupbyref Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityB2XUserFlowPostFederationSignupByRef --- @@ -27,7 +27,6 @@ Remove-MgBetaIdentityB2XUserFlowPostFederationSignupByRef -B2XIdentityUserFlowId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaIdentityB2XUserFlowPostFederationSignupByRef -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -429,6 +427,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2XUserFlowPreTokenIssuance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2XUserFlowPreTokenIssuance.md index aa3f9efa3dc7c..721aa8b87cf86 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2XUserFlowPreTokenIssuance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2XUserFlowPreTokenIssuance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetaidentityb2xuserflowpretokenissuance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityB2XUserFlowPreTokenIssuance --- @@ -24,7 +24,6 @@ Remove-MgBetaIdentityB2XUserFlowPreTokenIssuance -B2XIdentityUserFlowId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaIdentityB2XUserFlowPreTokenIssuance -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -426,6 +424,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2XUserFlowUserAttributeAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2XUserFlowUserAttributeAssignment.md index ebdc925e8a2ee..ecd61c627318b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2XUserFlowUserAttributeAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityB2XUserFlowUserAttributeAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetaidentityb2xuserflowuserattributeassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityB2XUserFlowUserAttributeAssignment --- @@ -28,7 +28,6 @@ Remove-MgBetaIdentityB2XUserFlowUserAttributeAssignment -B2XIdentityUserFlowId < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaIdentityB2XUserFlowUserAttributeAssignment -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -472,6 +470,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityConditionalAccessAuthenticationContextClassReference.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityConditionalAccessAuthenticationContextClassReference.md index 6120afc525275..38fc3b44cb0e7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityConditionalAccessAuthenticationContextClassReference.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityConditionalAccessAuthenticationContextClassReference.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetaidentityconditionalaccessauthenticationcontextclassreference Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityConditionalAccessAuthenticationContextClassReference --- @@ -28,7 +28,6 @@ Remove-MgBetaIdentityConditionalAccessAuthenticationContextClassReference [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaIdentityConditionalAccessAuthenticationContextClassReference [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -452,6 +450,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityConditionalAccessAuthenticationStrength.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityConditionalAccessAuthenticationStrength.md index a68242f84b1f8..902a4935a25e2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityConditionalAccessAuthenticationStrength.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityConditionalAccessAuthenticationStrength.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetaidentityconditionalaccessauthenticationstrength Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityConditionalAccessAuthenticationStrength --- @@ -24,7 +24,6 @@ Remove-MgBetaIdentityConditionalAccessAuthenticationStrength [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode.md index 2ba313eea57c6..4420b6b7fcbfe 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetaidentityconditionalaccessauthenticationstrengthauthenticationmethodmode Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode --- @@ -25,7 +25,6 @@ Remove-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethod [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity1 @@ -36,7 +35,6 @@ Remove-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethod [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -428,6 +426,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy.md index 8940555cb5737..95641674a9f38 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetaidentityconditionalaccessauthenticationstrengthpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy --- @@ -25,7 +25,6 @@ Remove-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity1 @@ -36,7 +35,6 @@ Remove-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -428,6 +426,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration.md index 8aa7a6a777006..043f77f41d267 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetaidentityconditionalaccessauthenticationstrengthpolicycombinationconfiguration Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration --- @@ -25,7 +25,6 @@ Remove-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationCon [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity1 @@ -36,7 +35,6 @@ Remove-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationCon [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -449,6 +447,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityConditionalAccessDeletedItem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityConditionalAccessDeletedItem.md index e8c3ac7298330..d089fcd59bf08 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityConditionalAccessDeletedItem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityConditionalAccessDeletedItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetaidentityconditionalaccessdeleteditem Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityConditionalAccessDeletedItem --- @@ -24,7 +24,6 @@ Remove-MgBetaIdentityConditionalAccessDeletedItem [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityConditionalAccessDeletedItemNamedLocation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityConditionalAccessDeletedItemNamedLocation.md index 0615aa4208dda..e170209e39855 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityConditionalAccessDeletedItemNamedLocation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityConditionalAccessDeletedItemNamedLocation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetaidentityconditionalaccessdeleteditemnamedlocation Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityConditionalAccessDeletedItemNamedLocation --- @@ -24,7 +24,6 @@ Remove-MgBetaIdentityConditionalAccessDeletedItemNamedLocation -NamedLocationId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaIdentityConditionalAccessDeletedItemNamedLocation [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -47,6 +45,19 @@ This cmdlet has the following aliases, Permanently delete a policyDeletableItem object, which might be one of the following deleted policy types:\r- crossTenantAccessPolicyConfigurationPartner\r- crossTenantIdentitySyncPolicyPartner\r- conditionalAccessPolicy\r- namedLocation +## EXAMPLES +### Example 1: Permanently delete a deleted namedLocation object + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.SignIns + +Remove-MgBetaIdentityConditionalAccessDeletedItemNamedLocation -NamedLocationId $namedLocationId + +``` +This example will permanently delete a deleted namedlocation object + + ## PARAMETERS ### -Break @@ -427,6 +438,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy @@ -499,6 +511,5 @@ INPUTOBJECT ``: Identity Parameter - diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityConditionalAccessDeletedItemPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityConditionalAccessDeletedItemPolicy.md index 505fc3c7a3c45..698f60ea77ea9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityConditionalAccessDeletedItemPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityConditionalAccessDeletedItemPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetaidentityconditionalaccessdeleteditempolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityConditionalAccessDeletedItemPolicy --- @@ -24,7 +24,6 @@ Remove-MgBetaIdentityConditionalAccessDeletedItemPolicy -ConditionalAccessPolicy [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaIdentityConditionalAccessDeletedItemPolicy -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -46,6 +44,19 @@ This cmdlet has the following aliases, Permanently delete a policyDeletableItem object, which might be one of the following deleted policy types:\r- crossTenantAccessPolicyConfigurationPartner\r- crossTenantIdentitySyncPolicyPartner\r- conditionalAccessPolicy\r- namedLocation +## EXAMPLES +### Example 1: Permanently delete a deleted conditionalAccessPolicy object + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.SignIns + +Remove-MgBetaIdentityConditionalAccessDeletedItemPolicy -ConditionalAccessPolicyId $conditionalAccessPolicyId + +``` +This example will permanently delete a deleted conditionalaccesspolicy object + + ## PARAMETERS ### -Break @@ -426,6 +437,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy @@ -498,6 +510,5 @@ INPUTOBJECT ``: Identity Parameter - diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityConditionalAccessNamedLocation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityConditionalAccessNamedLocation.md index d16f927ce1d29..a26b524fce2e0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityConditionalAccessNamedLocation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityConditionalAccessNamedLocation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetaidentityconditionalaccessnamedlocation Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityConditionalAccessNamedLocation --- @@ -27,7 +27,6 @@ Remove-MgBetaIdentityConditionalAccessNamedLocation -NamedLocationId [- [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaIdentityConditionalAccessNamedLocation -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -448,6 +446,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityConditionalAccessPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityConditionalAccessPolicy.md index 327c249a3ee23..6da0ef036ea6a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityConditionalAccessPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityConditionalAccessPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetaidentityconditionalaccesspolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityConditionalAccessPolicy --- @@ -27,7 +27,6 @@ Remove-MgBetaIdentityConditionalAccessPolicy -ConditionalAccessPolicyId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaIdentityConditionalAccessPolicy -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -448,6 +446,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityContinuouAccessEvaluationPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityContinuouAccessEvaluationPolicy.md index 16def3015f88d..a4c2438241d25 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityContinuouAccessEvaluationPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityContinuouAccessEvaluationPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetaidentitycontinuouaccessevaluationpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityContinuouAccessEvaluationPolicy --- @@ -24,7 +24,6 @@ Remove-MgBetaIdentityContinuouAccessEvaluationPolicy [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityCustomAuthenticationExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityCustomAuthenticationExtension.md index 0ace66c1aff31..a3fe1734fa38c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityCustomAuthenticationExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityCustomAuthenticationExtension.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetaidentitycustomauthenticationextension Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityCustomAuthenticationExtension --- @@ -28,7 +28,6 @@ Remove-MgBetaIdentityCustomAuthenticationExtension -CustomAuthenticationExtensio [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaIdentityCustomAuthenticationExtension -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -452,6 +450,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityProvider.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityProvider.md index 2d4b48abc1ddb..f732c329a32cb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityProvider.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityProvider.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetaidentityprovider Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityProvider --- @@ -29,7 +29,6 @@ Remove-MgBetaIdentityProvider -IdentityProviderBaseId [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaIdentityProvider -InputObject [-IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -454,6 +452,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityRiskPrevention.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityRiskPrevention.md index c53a9b9382e05..1cec2e9f8a75a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityRiskPrevention.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityRiskPrevention.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetaidentityriskprevention Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityRiskPrevention --- @@ -27,7 +27,6 @@ Remove-MgBetaIdentityRiskPrevention [-IfMatch ] [-ResponseHeadersVariabl [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityRiskPreventionFraudProtectionProvider.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityRiskPreventionFraudProtectionProvider.md index 2faeefd0cc8fb..be368bd8d8bd4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityRiskPreventionFraudProtectionProvider.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityRiskPreventionFraudProtectionProvider.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetaidentityriskpreventionfraudprotectionprovider Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityRiskPreventionFraudProtectionProvider --- @@ -27,7 +27,6 @@ Remove-MgBetaIdentityRiskPreventionFraudProtectionProvider -FraudProtectionProvi [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaIdentityRiskPreventionFraudProtectionProvider -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -429,6 +427,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityRiskPreventionWebApplicationFirewallProvider.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityRiskPreventionWebApplicationFirewallProvider.md index cc66fedc3c940..f8167929e3585 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityRiskPreventionWebApplicationFirewallProvider.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityRiskPreventionWebApplicationFirewallProvider.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetaidentityriskpreventionwebapplicationfirewallprovider Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityRiskPreventionWebApplicationFirewallProvider --- @@ -28,7 +28,6 @@ Remove-MgBetaIdentityRiskPreventionWebApplicationFirewallProvider [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaIdentityRiskPreventionWebApplicationFirewallProvider [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -51,6 +49,19 @@ This cmdlet has the following aliases, Delete a webApplicationFirewallProvider object. +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.SignIns + +Remove-MgBetaIdentityRiskPreventionWebApplicationFirewallProvider -WebApplicationFirewallProviderId $webApplicationFirewallProviderId + +``` +This example shows how to use the Remove-MgBetaIdentityRiskPreventionWebApplicationFirewallProvider Cmdlet. + + ## PARAMETERS ### -Break @@ -431,6 +442,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy @@ -503,6 +515,5 @@ INPUTOBJECT ``: Identity Parameter - diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityRiskPreventionWebApplicationFirewallVerification.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityRiskPreventionWebApplicationFirewallVerification.md index c48a5bc808194..363dddee83e77 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityRiskPreventionWebApplicationFirewallVerification.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityRiskPreventionWebApplicationFirewallVerification.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetaidentityriskpreventionwebapplicationfirewallverification Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityRiskPreventionWebApplicationFirewallVerification --- @@ -28,7 +28,6 @@ Remove-MgBetaIdentityRiskPreventionWebApplicationFirewallVerification [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaIdentityRiskPreventionWebApplicationFirewallVerification [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -51,6 +49,19 @@ This cmdlet has the following aliases, Delete a webApplicationFirewallVerificationModel object. +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.SignIns + +Remove-MgBetaIdentityRiskPreventionWebApplicationFirewallVerification -WebApplicationFirewallVerificationModelId $webApplicationFirewallVerificationModelId + +``` +This example shows how to use the Remove-MgBetaIdentityRiskPreventionWebApplicationFirewallVerification Cmdlet. + + ## PARAMETERS ### -Break @@ -431,6 +442,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy @@ -503,6 +515,5 @@ INPUTOBJECT ``: Identity Parameter - diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentitySignInIdentifier.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentitySignInIdentifier.md index 761585df0ffe3..3c7dcd908e641 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentitySignInIdentifier.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentitySignInIdentifier.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetaidentitysigninidentifier Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentitySignInIdentifier --- @@ -24,7 +24,6 @@ Remove-MgBetaIdentitySignInIdentifier -SignInIdentifierBaseName [-IfMat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaIdentitySignInIdentifier -InputObject [- [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -434,6 +432,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityUserFlow.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityUserFlow.md index 0b53563860165..96896eebadb00 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityUserFlow.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityUserFlow.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetaidentityuserflow Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityUserFlow --- @@ -24,7 +24,6 @@ Remove-MgBetaIdentityUserFlow -IdentityUserFlowId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaIdentityUserFlow -InputObject [-IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -447,6 +445,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityUserFlowAttribute.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityUserFlowAttribute.md index 6c98d0d7a3aef..093b79806afd7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityUserFlowAttribute.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityUserFlowAttribute.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetaidentityuserflowattribute Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityUserFlowAttribute --- @@ -27,7 +27,6 @@ Remove-MgBetaIdentityUserFlowAttribute -IdentityUserFlowAttributeId [-I [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaIdentityUserFlowAttribute -InputObject [ [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -450,6 +448,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityVerifiedId.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityVerifiedId.md index 11fbfbf5757b5..2279afa85e81d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityVerifiedId.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityVerifiedId.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetaidentityverifiedid Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityVerifiedId --- @@ -24,7 +24,6 @@ Remove-MgBetaIdentityVerifiedId [-IfMatch ] [-ResponseHeadersVariable ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityVerifiedIdProfile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityVerifiedIdProfile.md index f120a67175628..4c24705936698 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityVerifiedIdProfile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaIdentityVerifiedIdProfile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetaidentityverifiedidprofile Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityVerifiedIdProfile --- @@ -24,7 +24,6 @@ Remove-MgBetaIdentityVerifiedIdProfile -VerifiedIdProfileId [-IfMatch < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaIdentityVerifiedIdProfile -InputObject [ [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -46,6 +44,19 @@ This cmdlet has the following aliases, Delete a verifiedIdProfile object. +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.SignIns + +Remove-MgBetaIdentityVerifiedIdProfile -VerifiedIdProfileId $verifiedIdProfileId + +``` +This example shows how to use the Remove-MgBetaIdentityVerifiedIdProfile Cmdlet. + + ## PARAMETERS ### -Break @@ -426,6 +437,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy @@ -498,6 +510,5 @@ INPUTOBJECT ``: Identity Parameter - diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaInformationProtectionDataLossPreventionPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaInformationProtectionDataLossPreventionPolicy.md index 670f31e9d2862..dd65c6fb0fa5e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaInformationProtectionDataLossPreventionPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaInformationProtectionDataLossPreventionPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetainformationprotectiondatalosspreventionpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaInformationProtectionDataLossPreventionPolicy --- @@ -24,7 +24,6 @@ Remove-MgBetaInformationProtectionDataLossPreventionPolicy -DataLossPreventionPo [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaInformationProtectionDataLossPreventionPolicy -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -426,6 +424,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaInformationProtectionPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaInformationProtectionPolicy.md index d8deb639b0550..e4fd739e53e3b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaInformationProtectionPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaInformationProtectionPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetainformationprotectionpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaInformationProtectionPolicy --- @@ -24,7 +24,6 @@ Remove-MgBetaInformationProtectionPolicy [-IfMatch ] [-ResponseHeadersVa [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaInformationProtectionPolicyLabel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaInformationProtectionPolicyLabel.md index 7bada0956ee6a..4c6120d053f78 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaInformationProtectionPolicyLabel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaInformationProtectionPolicyLabel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetainformationprotectionpolicylabel Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaInformationProtectionPolicyLabel --- @@ -24,7 +24,6 @@ Remove-MgBetaInformationProtectionPolicyLabel -InformationProtectionLabelId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaInformationProtectionPolicyLabel -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -426,6 +424,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaInformationProtectionSensitivityPolicySetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaInformationProtectionSensitivityPolicySetting.md index 1f080af09bae6..247d8dd3497ca 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaInformationProtectionSensitivityPolicySetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaInformationProtectionSensitivityPolicySetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetainformationprotectionsensitivitypolicysetting Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaInformationProtectionSensitivityPolicySetting --- @@ -24,7 +24,6 @@ Remove-MgBetaInformationProtectionSensitivityPolicySetting [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaInformationProtectionThreatAssessmentRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaInformationProtectionThreatAssessmentRequest.md index cbb2e422d80c9..ab02ded8de5bb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaInformationProtectionThreatAssessmentRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaInformationProtectionThreatAssessmentRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetainformationprotectionthreatassessmentrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaInformationProtectionThreatAssessmentRequest --- @@ -27,7 +27,6 @@ Remove-MgBetaInformationProtectionThreatAssessmentRequest -ThreatAssessmentReque [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaInformationProtectionThreatAssessmentRequest -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -429,6 +427,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaInformationProtectionThreatAssessmentRequestResult.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaInformationProtectionThreatAssessmentRequestResult.md index d266e829f495f..c27e0ca2a1349 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaInformationProtectionThreatAssessmentRequestResult.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaInformationProtectionThreatAssessmentRequestResult.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetainformationprotectionthreatassessmentrequestresult Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaInformationProtectionThreatAssessmentRequestResult --- @@ -28,7 +28,6 @@ Remove-MgBetaInformationProtectionThreatAssessmentRequestResult -ThreatAssessmen [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaInformationProtectionThreatAssessmentRequestResult [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -452,6 +450,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaOauth2PermissionGrant.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaOauth2PermissionGrant.md index cc04f80741a36..04a4d54d92537 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaOauth2PermissionGrant.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaOauth2PermissionGrant.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetaoauth2permissiongrant Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaOauth2PermissionGrant --- @@ -29,7 +29,6 @@ Remove-MgBetaOauth2PermissionGrant -OAuth2PermissionGrantId [-IfMatch < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaOauth2PermissionGrant -InputObject [-IfM [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -454,6 +452,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaOrganizationCertificateBasedAuthConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaOrganizationCertificateBasedAuthConfiguration.md index 55460099e9526..aa7c8c4d72979 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaOrganizationCertificateBasedAuthConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaOrganizationCertificateBasedAuthConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetaorganizationcertificatebasedauthconfiguration Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaOrganizationCertificateBasedAuthConfiguration --- @@ -28,7 +28,6 @@ Remove-MgBetaOrganizationCertificateBasedAuthConfiguration [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaOrganizationCertificateBasedAuthConfiguration -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -472,6 +470,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyAccessReviewPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyAccessReviewPolicy.md index 20d08fcfa1b8a..d475e93515477 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyAccessReviewPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyAccessReviewPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetapolicyaccessreviewpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPolicyAccessReviewPolicy --- @@ -24,7 +24,6 @@ Remove-MgBetaPolicyAccessReviewPolicy [-IfMatch ] [-ResponseHeadersVaria [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyActivityBasedTimeoutPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyActivityBasedTimeoutPolicy.md index 3155f6d113f95..447c8516e36c7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyActivityBasedTimeoutPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyActivityBasedTimeoutPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetapolicyactivitybasedtimeoutpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPolicyActivityBasedTimeoutPolicy --- @@ -27,7 +27,6 @@ Remove-MgBetaPolicyActivityBasedTimeoutPolicy -ActivityBasedTimeoutPolicyId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaPolicyActivityBasedTimeoutPolicy -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -450,6 +448,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyAdminConsentRequestPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyAdminConsentRequestPolicy.md index dabfb1d80fcf9..5b8ed3b8905eb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyAdminConsentRequestPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyAdminConsentRequestPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetapolicyadminconsentrequestpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPolicyAdminConsentRequestPolicy --- @@ -27,7 +27,6 @@ Remove-MgBetaPolicyAdminConsentRequestPolicy [-IfMatch ] [-ResponseHeade [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyAppManagementPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyAppManagementPolicy.md index f9db719436595..180ccbb86ea6f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyAppManagementPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyAppManagementPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetapolicyappmanagementpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPolicyAppManagementPolicy --- @@ -27,7 +27,6 @@ Remove-MgBetaPolicyAppManagementPolicy -AppManagementPolicyId [-IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaPolicyAppManagementPolicy -InputObject [ [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -450,6 +448,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyAuthenticationFlowPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyAuthenticationFlowPolicy.md index 6a02a923348d6..f8d54cccf4f09 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyAuthenticationFlowPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyAuthenticationFlowPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetapolicyauthenticationflowpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPolicyAuthenticationFlowPolicy --- @@ -27,7 +27,6 @@ Remove-MgBetaPolicyAuthenticationFlowPolicy [-IfMatch ] [-ResponseHeader [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyAuthenticationMethodPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyAuthenticationMethodPolicy.md index b4ca10db18c23..0b0c489861d5e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyAuthenticationMethodPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyAuthenticationMethodPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetapolicyauthenticationmethodpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPolicyAuthenticationMethodPolicy --- @@ -27,7 +27,6 @@ Remove-MgBetaPolicyAuthenticationMethodPolicy [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration.md index 80ea082a67e75..661234685baa6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetapolicyauthenticationmethodpolicyauthenticationmethodconfiguration Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration --- @@ -28,7 +28,6 @@ Remove-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -452,6 +450,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyAuthenticationStrengthPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyAuthenticationStrengthPolicy.md index 6f986bed486aa..f1ebdd02a1cc3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyAuthenticationStrengthPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyAuthenticationStrengthPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetapolicyauthenticationstrengthpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPolicyAuthenticationStrengthPolicy --- @@ -27,7 +27,6 @@ Remove-MgBetaPolicyAuthenticationStrengthPolicy -AuthenticationStrengthPolicyId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaPolicyAuthenticationStrengthPolicy -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -437,6 +435,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration.md index 111b34bfd5f03..0f7cd872290a8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetapolicyauthenticationstrengthpolicycombinationconfiguration Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration --- @@ -28,7 +28,6 @@ Remove-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -452,6 +450,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyAuthorizationPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyAuthorizationPolicy.md index 5d65163c65019..336fb5b217cce 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyAuthorizationPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyAuthorizationPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetapolicyauthorizationpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPolicyAuthorizationPolicy --- @@ -27,7 +27,6 @@ Remove-MgBetaPolicyAuthorizationPolicy -AuthorizationPolicyId [-IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaPolicyAuthorizationPolicy -InputObject [ [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -429,6 +427,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride.md index 708adc078c8da..082f7b89fdc12 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetapolicyauthorizationpolicydefaultuserroleoverride Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride --- @@ -25,7 +25,6 @@ Remove-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride -AuthorizationPoli [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -449,6 +447,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyB2BManagementPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyB2BManagementPolicy.md index 47d83f8600594..5abf58bb4e169 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyB2BManagementPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyB2BManagementPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetapolicyb2bmanagementpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPolicyB2BManagementPolicy --- @@ -24,7 +24,6 @@ Remove-MgBetaPolicyB2BManagementPolicy -B2BManagementPolicyId [-IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaPolicyB2BManagementPolicy -InputObject [ [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -54,6 +52,19 @@ Delete a b2bManagementPolicy object. | Delegated (personal Microsoft account) | Not supported | | Application | Policy.ReadWrite.B2BManagementPolicy, | +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.SignIns + +Remove-MgBetaPolicyB2BManagementPolicy -B2bManagementPolicyId $b2bManagementPolicyId + +``` +This example shows how to use the Remove-MgBetaPolicyB2BManagementPolicy Cmdlet. + + ## PARAMETERS ### -B2BManagementPolicyId @@ -434,6 +445,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy @@ -506,6 +518,5 @@ INPUTOBJECT ``: Identity Parameter - diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyB2CAuthenticationMethodPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyB2CAuthenticationMethodPolicy.md index 6bf9a55b93057..0a4ef32f11d39 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyB2CAuthenticationMethodPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyB2CAuthenticationMethodPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetapolicyb2cauthenticationmethodpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPolicyB2CAuthenticationMethodPolicy --- @@ -24,7 +24,6 @@ Remove-MgBetaPolicyB2CAuthenticationMethodPolicy [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyClaimMappingPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyClaimMappingPolicy.md index 1a383118d3939..382f0d097fa62 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyClaimMappingPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyClaimMappingPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetapolicyclaimmappingpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPolicyClaimMappingPolicy --- @@ -27,7 +27,6 @@ Remove-MgBetaPolicyClaimMappingPolicy -ClaimsMappingPolicyId [-IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaPolicyClaimMappingPolicy -InputObject [- [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -450,6 +448,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyCrossTenantAccessPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyCrossTenantAccessPolicy.md index 6b26fcf3722ef..80b3588a6db1f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyCrossTenantAccessPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyCrossTenantAccessPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetapolicycrosstenantaccesspolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPolicyCrossTenantAccessPolicy --- @@ -27,7 +27,6 @@ Remove-MgBetaPolicyCrossTenantAccessPolicy [-IfMatch ] [-ResponseHeaders [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyCrossTenantAccessPolicyDefault.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyCrossTenantAccessPolicyDefault.md index 4ef39a76cbc76..a10358170f48f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyCrossTenantAccessPolicyDefault.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyCrossTenantAccessPolicyDefault.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetapolicycrosstenantaccesspolicydefault Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPolicyCrossTenantAccessPolicyDefault --- @@ -27,7 +27,6 @@ Remove-MgBetaPolicyCrossTenantAccessPolicyDefault [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyCrossTenantAccessPolicyDefaultM365Capability.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyCrossTenantAccessPolicyDefaultM365Capability.md new file mode 100644 index 0000000000000..8f9579aae3afa --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyCrossTenantAccessPolicyDefaultM365Capability.md @@ -0,0 +1,502 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetapolicycrosstenantaccesspolicydefaultm365capability +Locale: en-US +Module Name: Microsoft.Graph.Beta.Identity.SignIns +ms.date: 08/01/2026 +PlatyPS schema version: 2024-05-01 +title: Remove-MgBetaPolicyCrossTenantAccessPolicyDefaultM365Capability +--- + +# Remove-MgBetaPolicyCrossTenantAccessPolicyDefaultM365Capability + +## SYNOPSIS + +Delete navigation property m365Capabilities for policies + +## SYNTAX + +### Delete (Default) + +``` +Remove-MgBetaPolicyCrossTenantAccessPolicyDefaultM365Capability -M365CapabilityBaseName + [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### DeleteViaIdentity + +``` +Remove-MgBetaPolicyCrossTenantAccessPolicyDefaultM365Capability + -InputObject [-IfMatch ] [-ResponseHeadersVariable ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Delete navigation property m365Capabilities for policies + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IfMatch + +ETag + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IIdentitySignInsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeleteViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -M365CapabilityBaseName + +The unique identifier of m365CapabilityBase + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IIdentitySignInsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [ActivityBasedTimeoutPolicyId ]: The unique identifier of activityBasedTimeoutPolicy + [AgentRiskDetectionId ]: The unique identifier of agentRiskDetection + [AppManagementPolicyId ]: The unique identifier of appManagementPolicy + [AuthenticationCombinationConfigurationId ]: The unique identifier of authenticationCombinationConfiguration + [AuthenticationConditionApplicationAppId ]: The unique identifier of authenticationConditionApplication + [AuthenticationContextClassReferenceId ]: The unique identifier of authenticationContextClassReference + [AuthenticationEventListenerId ]: The unique identifier of authenticationEventListener + [AuthenticationEventsFlowId ]: The unique identifier of authenticationEventsFlow + [AuthenticationMethodConfigurationId ]: The unique identifier of authenticationMethodConfiguration + [AuthenticationMethodId ]: The unique identifier of authenticationMethod + [AuthenticationMethodModeDetailId ]: The unique identifier of authenticationMethodModeDetail + [AuthenticationMethodModes ]: Usage: authenticationMethodModes={authenticationMethodModes} + [AuthenticationStrengthPolicyId ]: The unique identifier of authenticationStrengthPolicy + [AuthorizationPolicyId ]: The unique identifier of authorizationPolicy + [B2BManagementPolicyId ]: The unique identifier of b2bManagementPolicy + [B2CIdentityUserFlowId ]: The unique identifier of b2cIdentityUserFlow + [B2XIdentityUserFlowId ]: The unique identifier of b2xIdentityUserFlow + [BitlockerRecoveryKeyId ]: The unique identifier of bitlockerRecoveryKey + [CertificateBasedAuthConfigurationId ]: The unique identifier of certificateBasedAuthConfiguration + [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy + [ConditionalAccessPolicyId ]: The unique identifier of conditionalAccessPolicy + [ConditionalAccessTemplateId ]: The unique identifier of conditionalAccessTemplate + [ContentFormats ]: Usage: contentFormats={contentFormats} + [CrossTenantAccessPolicyConfigurationPartnerTenantId ]: The unique identifier of crossTenantAccessPolicyConfigurationPartner + [CrossTenantIdentitySyncPolicyPartnerTenantId ]: The unique identifier of crossTenantIdentitySyncPolicyPartner + [CustomAuthenticationExtensionId ]: The unique identifier of customAuthenticationExtension + [DataLossPreventionPolicyId ]: The unique identifier of dataLossPreventionPolicy + [DataPolicyOperationId ]: The unique identifier of dataPolicyOperation + [DefaultUserRoleOverrideId ]: The unique identifier of defaultUserRoleOverride + [DirectoryObjectId ]: The unique identifier of directoryObject + [EmailAuthenticationMethodId ]: The unique identifier of emailAuthenticationMethod + [ExternalAuthenticationMethodId ]: The unique identifier of externalAuthenticationMethod + [FeatureRolloutPolicyId ]: The unique identifier of featureRolloutPolicy + [Fido2AuthenticationMethodId ]: The unique identifier of fido2AuthenticationMethod + [FraudProtectionProviderId ]: The unique identifier of fraudProtectionProvider + [GroupId ]: The unique identifier of group + [HardwareOathAuthenticationMethodId ]: The unique identifier of hardwareOathAuthenticationMethod + [HardwareOathTokenAuthenticationMethodDeviceId ]: The unique identifier of hardwareOathTokenAuthenticationMethodDevice + [HomeRealmDiscoveryPolicyId ]: The unique identifier of homeRealmDiscoveryPolicy + [IdentityApiConnectorId ]: The unique identifier of identityApiConnector + [IdentityProviderBaseId ]: The unique identifier of identityProviderBase + [IdentityProviderId ]: The unique identifier of identityProvider + [IdentityUserFlowAttributeAssignmentId ]: The unique identifier of identityUserFlowAttributeAssignment + [IdentityUserFlowAttributeId ]: The unique identifier of identityUserFlowAttribute + [IdentityUserFlowId ]: The unique identifier of identityUserFlow + [InformationProtectionLabelId ]: The unique identifier of informationProtectionLabel + [LabelIds ]: Usage: labelIds={labelIds} + [Locale ]: Usage: locale='{locale}' + [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase + [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod + [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy + [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy + [MultiTenantOrganizationMemberId ]: The unique identifier of multiTenantOrganizationMember + [NamedLocationId ]: The unique identifier of namedLocation + [OAuth2PermissionGrantId ]: The unique identifier of oAuth2PermissionGrant + [OnPremAuthenticationPolicyId ]: The unique identifier of onPremAuthenticationPolicy + [OrganizationId ]: The unique identifier of organization + [PasswordAuthenticationMethodId ]: The unique identifier of passwordAuthenticationMethod + [PasswordlessMicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of passwordlessMicrosoftAuthenticatorAuthenticationMethod + [PermissionGrantConditionSetId ]: The unique identifier of permissionGrantConditionSet + [PermissionGrantPolicyId ]: The unique identifier of permissionGrantPolicy + [PermissionGrantPreApprovalPolicyId ]: The unique identifier of permissionGrantPreApprovalPolicy + [PhoneAuthenticationMethodId ]: The unique identifier of phoneAuthenticationMethod + [PlatformCredentialAuthenticationMethodId ]: The unique identifier of platformCredentialAuthenticationMethod + [RiskDetectionId ]: The unique identifier of riskDetection + [RiskyAgentId ]: The unique identifier of riskyAgent + [RiskyServicePrincipalHistoryItemId ]: The unique identifier of riskyServicePrincipalHistoryItem + [RiskyServicePrincipalId ]: The unique identifier of riskyServicePrincipal + [RiskyUserHistoryItemId ]: The unique identifier of riskyUserHistoryItem + [RiskyUserId ]: The unique identifier of riskyUser + [SensitivityLabelId ]: The unique identifier of sensitivityLabel + [SensitivityLabelId1 ]: The unique identifier of sensitivityLabel + [ServicePrincipalCreationConditionSetId ]: The unique identifier of servicePrincipalCreationConditionSet + [ServicePrincipalCreationPolicyId ]: The unique identifier of servicePrincipalCreationPolicy + [ServicePrincipalRiskDetectionId ]: The unique identifier of servicePrincipalRiskDetection + [SignInIdentifierBaseName ]: The unique identifier of signInIdentifierBase + [SoftwareOathAuthenticationMethodId ]: The unique identifier of softwareOathAuthenticationMethod + [TemporaryAccessPassAuthenticationMethodId ]: The unique identifier of temporaryAccessPassAuthenticationMethod + [ThreatAssessmentRequestId ]: The unique identifier of threatAssessmentRequest + [ThreatAssessmentResultId ]: The unique identifier of threatAssessmentResult + [TokenIssuancePolicyId ]: The unique identifier of tokenIssuancePolicy + [TokenLifetimePolicyId ]: The unique identifier of tokenLifetimePolicy + [TrustFrameworkKeySetId ]: The unique identifier of trustFrameworkKeySet + [TrustFrameworkKeyV2Kid ]: The unique identifier of trustFrameworkKey_v2 + [TrustFrameworkPolicyId ]: The unique identifier of trustFrameworkPolicy + [UnifiedRoleManagementPolicyAssignmentId ]: The unique identifier of unifiedRoleManagementPolicyAssignment + [UnifiedRoleManagementPolicyId ]: The unique identifier of unifiedRoleManagementPolicy + [UnifiedRoleManagementPolicyRuleId ]: The unique identifier of unifiedRoleManagementPolicyRule + [UserFlowLanguageConfigurationId ]: The unique identifier of userFlowLanguageConfiguration + [UserFlowLanguagePageId ]: The unique identifier of userFlowLanguagePage + [UserId ]: The unique identifier of user + [VerifiedIdProfileId ]: The unique identifier of verifiedIdProfile + [WebApplicationFirewallProviderId ]: The unique identifier of webApplicationFirewallProvider + [WebApplicationFirewallVerificationModelId ]: The unique identifier of webApplicationFirewallVerificationModel + [WindowsHelloForBusinessAuthenticationMethodId ]: The unique identifier of windowsHelloForBusinessAuthenticationMethod + + +## RELATED LINKS + +- [Remove-MgBetaPolicyCrossTenantAccessPolicyDefaultM365Capability](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetapolicycrosstenantaccesspolicydefaultm365capability) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyCrossTenantAccessPolicyPartner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyCrossTenantAccessPolicyPartner.md index 0a00b232ef5a7..f420870f0d694 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyCrossTenantAccessPolicyPartner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyCrossTenantAccessPolicyPartner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetapolicycrosstenantaccesspolicypartner Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPolicyCrossTenantAccessPolicyPartner --- @@ -29,7 +29,6 @@ Remove-MgBetaPolicyCrossTenantAccessPolicyPartner [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaPolicyCrossTenantAccessPolicyPartner -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -453,6 +451,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization.md index bab6a388f2848..33e31d3747744 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetapolicycrosstenantaccesspolicypartneridentitysynchronization Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization --- @@ -28,7 +28,6 @@ Remove-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -452,6 +450,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyCrossTenantAccessPolicyPartnerM365Capability.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyCrossTenantAccessPolicyPartnerM365Capability.md new file mode 100644 index 0000000000000..e7c7ecff626cd --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyCrossTenantAccessPolicyPartnerM365Capability.md @@ -0,0 +1,524 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetapolicycrosstenantaccesspolicypartnerm365capability +Locale: en-US +Module Name: Microsoft.Graph.Beta.Identity.SignIns +ms.date: 08/01/2026 +PlatyPS schema version: 2024-05-01 +title: Remove-MgBetaPolicyCrossTenantAccessPolicyPartnerM365Capability +--- + +# Remove-MgBetaPolicyCrossTenantAccessPolicyPartnerM365Capability + +## SYNOPSIS + +Delete navigation property m365Capabilities for policies + +## SYNTAX + +### Delete (Default) + +``` +Remove-MgBetaPolicyCrossTenantAccessPolicyPartnerM365Capability + -CrossTenantAccessPolicyConfigurationPartnerTenantId -M365CapabilityBaseName + [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### DeleteViaIdentity + +``` +Remove-MgBetaPolicyCrossTenantAccessPolicyPartnerM365Capability + -InputObject [-IfMatch ] [-ResponseHeadersVariable ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Delete navigation property m365Capabilities for policies + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CrossTenantAccessPolicyConfigurationPartnerTenantId + +The unique identifier of crossTenantAccessPolicyConfigurationPartner + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IfMatch + +ETag + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IIdentitySignInsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeleteViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -M365CapabilityBaseName + +The unique identifier of m365CapabilityBase + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IIdentitySignInsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [ActivityBasedTimeoutPolicyId ]: The unique identifier of activityBasedTimeoutPolicy + [AgentRiskDetectionId ]: The unique identifier of agentRiskDetection + [AppManagementPolicyId ]: The unique identifier of appManagementPolicy + [AuthenticationCombinationConfigurationId ]: The unique identifier of authenticationCombinationConfiguration + [AuthenticationConditionApplicationAppId ]: The unique identifier of authenticationConditionApplication + [AuthenticationContextClassReferenceId ]: The unique identifier of authenticationContextClassReference + [AuthenticationEventListenerId ]: The unique identifier of authenticationEventListener + [AuthenticationEventsFlowId ]: The unique identifier of authenticationEventsFlow + [AuthenticationMethodConfigurationId ]: The unique identifier of authenticationMethodConfiguration + [AuthenticationMethodId ]: The unique identifier of authenticationMethod + [AuthenticationMethodModeDetailId ]: The unique identifier of authenticationMethodModeDetail + [AuthenticationMethodModes ]: Usage: authenticationMethodModes={authenticationMethodModes} + [AuthenticationStrengthPolicyId ]: The unique identifier of authenticationStrengthPolicy + [AuthorizationPolicyId ]: The unique identifier of authorizationPolicy + [B2BManagementPolicyId ]: The unique identifier of b2bManagementPolicy + [B2CIdentityUserFlowId ]: The unique identifier of b2cIdentityUserFlow + [B2XIdentityUserFlowId ]: The unique identifier of b2xIdentityUserFlow + [BitlockerRecoveryKeyId ]: The unique identifier of bitlockerRecoveryKey + [CertificateBasedAuthConfigurationId ]: The unique identifier of certificateBasedAuthConfiguration + [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy + [ConditionalAccessPolicyId ]: The unique identifier of conditionalAccessPolicy + [ConditionalAccessTemplateId ]: The unique identifier of conditionalAccessTemplate + [ContentFormats ]: Usage: contentFormats={contentFormats} + [CrossTenantAccessPolicyConfigurationPartnerTenantId ]: The unique identifier of crossTenantAccessPolicyConfigurationPartner + [CrossTenantIdentitySyncPolicyPartnerTenantId ]: The unique identifier of crossTenantIdentitySyncPolicyPartner + [CustomAuthenticationExtensionId ]: The unique identifier of customAuthenticationExtension + [DataLossPreventionPolicyId ]: The unique identifier of dataLossPreventionPolicy + [DataPolicyOperationId ]: The unique identifier of dataPolicyOperation + [DefaultUserRoleOverrideId ]: The unique identifier of defaultUserRoleOverride + [DirectoryObjectId ]: The unique identifier of directoryObject + [EmailAuthenticationMethodId ]: The unique identifier of emailAuthenticationMethod + [ExternalAuthenticationMethodId ]: The unique identifier of externalAuthenticationMethod + [FeatureRolloutPolicyId ]: The unique identifier of featureRolloutPolicy + [Fido2AuthenticationMethodId ]: The unique identifier of fido2AuthenticationMethod + [FraudProtectionProviderId ]: The unique identifier of fraudProtectionProvider + [GroupId ]: The unique identifier of group + [HardwareOathAuthenticationMethodId ]: The unique identifier of hardwareOathAuthenticationMethod + [HardwareOathTokenAuthenticationMethodDeviceId ]: The unique identifier of hardwareOathTokenAuthenticationMethodDevice + [HomeRealmDiscoveryPolicyId ]: The unique identifier of homeRealmDiscoveryPolicy + [IdentityApiConnectorId ]: The unique identifier of identityApiConnector + [IdentityProviderBaseId ]: The unique identifier of identityProviderBase + [IdentityProviderId ]: The unique identifier of identityProvider + [IdentityUserFlowAttributeAssignmentId ]: The unique identifier of identityUserFlowAttributeAssignment + [IdentityUserFlowAttributeId ]: The unique identifier of identityUserFlowAttribute + [IdentityUserFlowId ]: The unique identifier of identityUserFlow + [InformationProtectionLabelId ]: The unique identifier of informationProtectionLabel + [LabelIds ]: Usage: labelIds={labelIds} + [Locale ]: Usage: locale='{locale}' + [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase + [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod + [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy + [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy + [MultiTenantOrganizationMemberId ]: The unique identifier of multiTenantOrganizationMember + [NamedLocationId ]: The unique identifier of namedLocation + [OAuth2PermissionGrantId ]: The unique identifier of oAuth2PermissionGrant + [OnPremAuthenticationPolicyId ]: The unique identifier of onPremAuthenticationPolicy + [OrganizationId ]: The unique identifier of organization + [PasswordAuthenticationMethodId ]: The unique identifier of passwordAuthenticationMethod + [PasswordlessMicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of passwordlessMicrosoftAuthenticatorAuthenticationMethod + [PermissionGrantConditionSetId ]: The unique identifier of permissionGrantConditionSet + [PermissionGrantPolicyId ]: The unique identifier of permissionGrantPolicy + [PermissionGrantPreApprovalPolicyId ]: The unique identifier of permissionGrantPreApprovalPolicy + [PhoneAuthenticationMethodId ]: The unique identifier of phoneAuthenticationMethod + [PlatformCredentialAuthenticationMethodId ]: The unique identifier of platformCredentialAuthenticationMethod + [RiskDetectionId ]: The unique identifier of riskDetection + [RiskyAgentId ]: The unique identifier of riskyAgent + [RiskyServicePrincipalHistoryItemId ]: The unique identifier of riskyServicePrincipalHistoryItem + [RiskyServicePrincipalId ]: The unique identifier of riskyServicePrincipal + [RiskyUserHistoryItemId ]: The unique identifier of riskyUserHistoryItem + [RiskyUserId ]: The unique identifier of riskyUser + [SensitivityLabelId ]: The unique identifier of sensitivityLabel + [SensitivityLabelId1 ]: The unique identifier of sensitivityLabel + [ServicePrincipalCreationConditionSetId ]: The unique identifier of servicePrincipalCreationConditionSet + [ServicePrincipalCreationPolicyId ]: The unique identifier of servicePrincipalCreationPolicy + [ServicePrincipalRiskDetectionId ]: The unique identifier of servicePrincipalRiskDetection + [SignInIdentifierBaseName ]: The unique identifier of signInIdentifierBase + [SoftwareOathAuthenticationMethodId ]: The unique identifier of softwareOathAuthenticationMethod + [TemporaryAccessPassAuthenticationMethodId ]: The unique identifier of temporaryAccessPassAuthenticationMethod + [ThreatAssessmentRequestId ]: The unique identifier of threatAssessmentRequest + [ThreatAssessmentResultId ]: The unique identifier of threatAssessmentResult + [TokenIssuancePolicyId ]: The unique identifier of tokenIssuancePolicy + [TokenLifetimePolicyId ]: The unique identifier of tokenLifetimePolicy + [TrustFrameworkKeySetId ]: The unique identifier of trustFrameworkKeySet + [TrustFrameworkKeyV2Kid ]: The unique identifier of trustFrameworkKey_v2 + [TrustFrameworkPolicyId ]: The unique identifier of trustFrameworkPolicy + [UnifiedRoleManagementPolicyAssignmentId ]: The unique identifier of unifiedRoleManagementPolicyAssignment + [UnifiedRoleManagementPolicyId ]: The unique identifier of unifiedRoleManagementPolicy + [UnifiedRoleManagementPolicyRuleId ]: The unique identifier of unifiedRoleManagementPolicyRule + [UserFlowLanguageConfigurationId ]: The unique identifier of userFlowLanguageConfiguration + [UserFlowLanguagePageId ]: The unique identifier of userFlowLanguagePage + [UserId ]: The unique identifier of user + [VerifiedIdProfileId ]: The unique identifier of verifiedIdProfile + [WebApplicationFirewallProviderId ]: The unique identifier of webApplicationFirewallProvider + [WebApplicationFirewallVerificationModelId ]: The unique identifier of webApplicationFirewallVerificationModel + [WindowsHelloForBusinessAuthenticationMethodId ]: The unique identifier of windowsHelloForBusinessAuthenticationMethod + + +## RELATED LINKS + +- [Remove-MgBetaPolicyCrossTenantAccessPolicyPartnerM365Capability](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetapolicycrosstenantaccesspolicypartnerm365capability) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyCrossTenantAccessPolicyTemplate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyCrossTenantAccessPolicyTemplate.md index 4b22de8cb1b9f..1e9dccb1f503b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyCrossTenantAccessPolicyTemplate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyCrossTenantAccessPolicyTemplate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetapolicycrosstenantaccesspolicytemplate Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPolicyCrossTenantAccessPolicyTemplate --- @@ -27,7 +27,6 @@ Remove-MgBetaPolicyCrossTenantAccessPolicyTemplate [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization.md index fe945fd1cb6f6..467e6ff618b87 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetapolicycrosstenantaccesspolicytemplatemultitenantorganizationidentitysynchronization Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization --- @@ -27,7 +27,6 @@ Remove-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentit [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration.md index 47da4f7e55aa8..d7543ea421a03 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetapolicycrosstenantaccesspolicytemplatemultitenantorganizationpartnerconfiguration Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration --- @@ -27,7 +27,6 @@ Remove-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartner [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyDefaultAppManagementPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyDefaultAppManagementPolicy.md index b0b6cbd2fd69d..c58d72e6d3610 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyDefaultAppManagementPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyDefaultAppManagementPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetapolicydefaultappmanagementpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPolicyDefaultAppManagementPolicy --- @@ -27,7 +27,6 @@ Remove-MgBetaPolicyDefaultAppManagementPolicy [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyDeletedItem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyDeletedItem.md index 9b348957ffc16..40d5633d6392f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyDeletedItem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyDeletedItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetapolicydeleteditem Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPolicyDeletedItem --- @@ -24,7 +24,6 @@ Remove-MgBetaPolicyDeletedItem [-IfMatch ] [-ResponseHeadersVariable ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyDeletedItemCrossTenantPartner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyDeletedItemCrossTenantPartner.md index fc1805be8a22c..84fbcb65aa663 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyDeletedItemCrossTenantPartner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyDeletedItemCrossTenantPartner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetapolicydeleteditemcrosstenantpartner Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPolicyDeletedItemCrossTenantPartner --- @@ -25,7 +25,6 @@ Remove-MgBetaPolicyDeletedItemCrossTenantPartner [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaPolicyDeletedItemCrossTenantPartner -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -47,6 +45,19 @@ This cmdlet has the following aliases, Permanently delete a policyDeletableItem object, which might be one of the following deleted policy types:\r- crossTenantAccessPolicyConfigurationPartner\r- crossTenantIdentitySyncPolicyPartner\r- conditionalAccessPolicy\r- namedLocation +## EXAMPLES +### Example 1: Permanently delete a deleted crossTenantAccessPolicyConfigurationPartner object + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.SignIns + +Remove-MgBetaPolicyDeletedItemCrossTenantPartner -CrossTenantAccessPolicyConfigurationPartnerTenantId $crossTenantAccessPolicyConfigurationPartnerTenantId + +``` +This example will permanently delete a deleted crosstenantaccesspolicyconfigurationpartner object + + ## PARAMETERS ### -Break @@ -427,6 +438,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy @@ -499,6 +511,5 @@ INPUTOBJECT ``: Identity Parameter - diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyDeletedItemCrossTenantPartnerIdentitySynchronization.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyDeletedItemCrossTenantPartnerIdentitySynchronization.md index df6d1cde67859..f2c13feba0292 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyDeletedItemCrossTenantPartnerIdentitySynchronization.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyDeletedItemCrossTenantPartnerIdentitySynchronization.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetapolicydeleteditemcrosstenantpartneridentitysynchronization Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPolicyDeletedItemCrossTenantPartnerIdentitySynchronization --- @@ -25,7 +25,6 @@ Remove-MgBetaPolicyDeletedItemCrossTenantPartnerIdentitySynchronization [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaPolicyDeletedItemCrossTenantPartnerIdentitySynchronization [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -428,6 +426,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyDeletedItemCrossTenantPartnerM365Capability.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyDeletedItemCrossTenantPartnerM365Capability.md new file mode 100644 index 0000000000000..a71f852e7a938 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyDeletedItemCrossTenantPartnerM365Capability.md @@ -0,0 +1,524 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetapolicydeleteditemcrosstenantpartnerm365capability +Locale: en-US +Module Name: Microsoft.Graph.Beta.Identity.SignIns +ms.date: 08/01/2026 +PlatyPS schema version: 2024-05-01 +title: Remove-MgBetaPolicyDeletedItemCrossTenantPartnerM365Capability +--- + +# Remove-MgBetaPolicyDeletedItemCrossTenantPartnerM365Capability + +## SYNOPSIS + +Delete navigation property m365Capabilities for policies + +## SYNTAX + +### Delete (Default) + +``` +Remove-MgBetaPolicyDeletedItemCrossTenantPartnerM365Capability + -CrossTenantAccessPolicyConfigurationPartnerTenantId -M365CapabilityBaseName + [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### DeleteViaIdentity + +``` +Remove-MgBetaPolicyDeletedItemCrossTenantPartnerM365Capability + -InputObject [-IfMatch ] [-ResponseHeadersVariable ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Delete navigation property m365Capabilities for policies + +## PARAMETERS + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CrossTenantAccessPolicyConfigurationPartnerTenantId + +The unique identifier of crossTenantAccessPolicyConfigurationPartner + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IfMatch + +ETag + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IIdentitySignInsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeleteViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -M365CapabilityBaseName + +The unique identifier of m365CapabilityBase + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PassThru + +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IIdentitySignInsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.Boolean + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +INPUTOBJECT ``: Identity Parameter + [ActivityBasedTimeoutPolicyId ]: The unique identifier of activityBasedTimeoutPolicy + [AgentRiskDetectionId ]: The unique identifier of agentRiskDetection + [AppManagementPolicyId ]: The unique identifier of appManagementPolicy + [AuthenticationCombinationConfigurationId ]: The unique identifier of authenticationCombinationConfiguration + [AuthenticationConditionApplicationAppId ]: The unique identifier of authenticationConditionApplication + [AuthenticationContextClassReferenceId ]: The unique identifier of authenticationContextClassReference + [AuthenticationEventListenerId ]: The unique identifier of authenticationEventListener + [AuthenticationEventsFlowId ]: The unique identifier of authenticationEventsFlow + [AuthenticationMethodConfigurationId ]: The unique identifier of authenticationMethodConfiguration + [AuthenticationMethodId ]: The unique identifier of authenticationMethod + [AuthenticationMethodModeDetailId ]: The unique identifier of authenticationMethodModeDetail + [AuthenticationMethodModes ]: Usage: authenticationMethodModes={authenticationMethodModes} + [AuthenticationStrengthPolicyId ]: The unique identifier of authenticationStrengthPolicy + [AuthorizationPolicyId ]: The unique identifier of authorizationPolicy + [B2BManagementPolicyId ]: The unique identifier of b2bManagementPolicy + [B2CIdentityUserFlowId ]: The unique identifier of b2cIdentityUserFlow + [B2XIdentityUserFlowId ]: The unique identifier of b2xIdentityUserFlow + [BitlockerRecoveryKeyId ]: The unique identifier of bitlockerRecoveryKey + [CertificateBasedAuthConfigurationId ]: The unique identifier of certificateBasedAuthConfiguration + [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy + [ConditionalAccessPolicyId ]: The unique identifier of conditionalAccessPolicy + [ConditionalAccessTemplateId ]: The unique identifier of conditionalAccessTemplate + [ContentFormats ]: Usage: contentFormats={contentFormats} + [CrossTenantAccessPolicyConfigurationPartnerTenantId ]: The unique identifier of crossTenantAccessPolicyConfigurationPartner + [CrossTenantIdentitySyncPolicyPartnerTenantId ]: The unique identifier of crossTenantIdentitySyncPolicyPartner + [CustomAuthenticationExtensionId ]: The unique identifier of customAuthenticationExtension + [DataLossPreventionPolicyId ]: The unique identifier of dataLossPreventionPolicy + [DataPolicyOperationId ]: The unique identifier of dataPolicyOperation + [DefaultUserRoleOverrideId ]: The unique identifier of defaultUserRoleOverride + [DirectoryObjectId ]: The unique identifier of directoryObject + [EmailAuthenticationMethodId ]: The unique identifier of emailAuthenticationMethod + [ExternalAuthenticationMethodId ]: The unique identifier of externalAuthenticationMethod + [FeatureRolloutPolicyId ]: The unique identifier of featureRolloutPolicy + [Fido2AuthenticationMethodId ]: The unique identifier of fido2AuthenticationMethod + [FraudProtectionProviderId ]: The unique identifier of fraudProtectionProvider + [GroupId ]: The unique identifier of group + [HardwareOathAuthenticationMethodId ]: The unique identifier of hardwareOathAuthenticationMethod + [HardwareOathTokenAuthenticationMethodDeviceId ]: The unique identifier of hardwareOathTokenAuthenticationMethodDevice + [HomeRealmDiscoveryPolicyId ]: The unique identifier of homeRealmDiscoveryPolicy + [IdentityApiConnectorId ]: The unique identifier of identityApiConnector + [IdentityProviderBaseId ]: The unique identifier of identityProviderBase + [IdentityProviderId ]: The unique identifier of identityProvider + [IdentityUserFlowAttributeAssignmentId ]: The unique identifier of identityUserFlowAttributeAssignment + [IdentityUserFlowAttributeId ]: The unique identifier of identityUserFlowAttribute + [IdentityUserFlowId ]: The unique identifier of identityUserFlow + [InformationProtectionLabelId ]: The unique identifier of informationProtectionLabel + [LabelIds ]: Usage: labelIds={labelIds} + [Locale ]: Usage: locale='{locale}' + [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase + [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod + [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy + [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy + [MultiTenantOrganizationMemberId ]: The unique identifier of multiTenantOrganizationMember + [NamedLocationId ]: The unique identifier of namedLocation + [OAuth2PermissionGrantId ]: The unique identifier of oAuth2PermissionGrant + [OnPremAuthenticationPolicyId ]: The unique identifier of onPremAuthenticationPolicy + [OrganizationId ]: The unique identifier of organization + [PasswordAuthenticationMethodId ]: The unique identifier of passwordAuthenticationMethod + [PasswordlessMicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of passwordlessMicrosoftAuthenticatorAuthenticationMethod + [PermissionGrantConditionSetId ]: The unique identifier of permissionGrantConditionSet + [PermissionGrantPolicyId ]: The unique identifier of permissionGrantPolicy + [PermissionGrantPreApprovalPolicyId ]: The unique identifier of permissionGrantPreApprovalPolicy + [PhoneAuthenticationMethodId ]: The unique identifier of phoneAuthenticationMethod + [PlatformCredentialAuthenticationMethodId ]: The unique identifier of platformCredentialAuthenticationMethod + [RiskDetectionId ]: The unique identifier of riskDetection + [RiskyAgentId ]: The unique identifier of riskyAgent + [RiskyServicePrincipalHistoryItemId ]: The unique identifier of riskyServicePrincipalHistoryItem + [RiskyServicePrincipalId ]: The unique identifier of riskyServicePrincipal + [RiskyUserHistoryItemId ]: The unique identifier of riskyUserHistoryItem + [RiskyUserId ]: The unique identifier of riskyUser + [SensitivityLabelId ]: The unique identifier of sensitivityLabel + [SensitivityLabelId1 ]: The unique identifier of sensitivityLabel + [ServicePrincipalCreationConditionSetId ]: The unique identifier of servicePrincipalCreationConditionSet + [ServicePrincipalCreationPolicyId ]: The unique identifier of servicePrincipalCreationPolicy + [ServicePrincipalRiskDetectionId ]: The unique identifier of servicePrincipalRiskDetection + [SignInIdentifierBaseName ]: The unique identifier of signInIdentifierBase + [SoftwareOathAuthenticationMethodId ]: The unique identifier of softwareOathAuthenticationMethod + [TemporaryAccessPassAuthenticationMethodId ]: The unique identifier of temporaryAccessPassAuthenticationMethod + [ThreatAssessmentRequestId ]: The unique identifier of threatAssessmentRequest + [ThreatAssessmentResultId ]: The unique identifier of threatAssessmentResult + [TokenIssuancePolicyId ]: The unique identifier of tokenIssuancePolicy + [TokenLifetimePolicyId ]: The unique identifier of tokenLifetimePolicy + [TrustFrameworkKeySetId ]: The unique identifier of trustFrameworkKeySet + [TrustFrameworkKeyV2Kid ]: The unique identifier of trustFrameworkKey_v2 + [TrustFrameworkPolicyId ]: The unique identifier of trustFrameworkPolicy + [UnifiedRoleManagementPolicyAssignmentId ]: The unique identifier of unifiedRoleManagementPolicyAssignment + [UnifiedRoleManagementPolicyId ]: The unique identifier of unifiedRoleManagementPolicy + [UnifiedRoleManagementPolicyRuleId ]: The unique identifier of unifiedRoleManagementPolicyRule + [UserFlowLanguageConfigurationId ]: The unique identifier of userFlowLanguageConfiguration + [UserFlowLanguagePageId ]: The unique identifier of userFlowLanguagePage + [UserId ]: The unique identifier of user + [VerifiedIdProfileId ]: The unique identifier of verifiedIdProfile + [WebApplicationFirewallProviderId ]: The unique identifier of webApplicationFirewallProvider + [WebApplicationFirewallVerificationModelId ]: The unique identifier of webApplicationFirewallVerificationModel + [WindowsHelloForBusinessAuthenticationMethodId ]: The unique identifier of windowsHelloForBusinessAuthenticationMethod + + +## RELATED LINKS + +- [Remove-MgBetaPolicyDeletedItemCrossTenantPartnerM365Capability](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetapolicydeleteditemcrosstenantpartnerm365capability) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyDeletedItemCrossTenantSyncPolicyPartner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyDeletedItemCrossTenantSyncPolicyPartner.md index 1c429217f6d8b..8456a53bb1257 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyDeletedItemCrossTenantSyncPolicyPartner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyDeletedItemCrossTenantSyncPolicyPartner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetapolicydeleteditemcrosstenantsyncpolicypartner Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPolicyDeletedItemCrossTenantSyncPolicyPartner --- @@ -25,7 +25,6 @@ Remove-MgBetaPolicyDeletedItemCrossTenantSyncPolicyPartner [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaPolicyDeletedItemCrossTenantSyncPolicyPartner -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -47,6 +45,19 @@ This cmdlet has the following aliases, Permanently delete a policyDeletableItem object, which might be one of the following deleted policy types:\r- crossTenantAccessPolicyConfigurationPartner\r- crossTenantIdentitySyncPolicyPartner\r- conditionalAccessPolicy\r- namedLocation +## EXAMPLES +### Example 1: Permanently delete a deleted crossTenantIdentitySyncPolicyPartner object + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.SignIns + +Remove-MgBetaPolicyDeletedItemCrossTenantSyncPolicyPartner -CrossTenantIdentitySyncPolicyPartnerTenantId $crossTenantIdentitySyncPolicyPartnerTenantId + +``` +This example will permanently delete a deleted crosstenantidentitysyncpolicypartner object + + ## PARAMETERS ### -Break @@ -427,6 +438,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy @@ -499,6 +511,5 @@ INPUTOBJECT ``: Identity Parameter - diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyDirectoryRoleAccessReviewPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyDirectoryRoleAccessReviewPolicy.md index 3d5b20e01ba18..535c336e53374 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyDirectoryRoleAccessReviewPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyDirectoryRoleAccessReviewPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetapolicydirectoryroleaccessreviewpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPolicyDirectoryRoleAccessReviewPolicy --- @@ -24,7 +24,6 @@ Remove-MgBetaPolicyDirectoryRoleAccessReviewPolicy [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyExternalIdentityPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyExternalIdentityPolicy.md index e4d6a487fa276..35d104e5710fe 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyExternalIdentityPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyExternalIdentityPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetapolicyexternalidentitypolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPolicyExternalIdentityPolicy --- @@ -24,7 +24,6 @@ Remove-MgBetaPolicyExternalIdentityPolicy [-IfMatch ] [-ResponseHeadersV [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyFeatureRolloutPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyFeatureRolloutPolicy.md index 7ef70686655cd..2a661b0e70659 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyFeatureRolloutPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyFeatureRolloutPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetapolicyfeaturerolloutpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPolicyFeatureRolloutPolicy --- @@ -27,7 +27,6 @@ Remove-MgBetaPolicyFeatureRolloutPolicy -FeatureRolloutPolicyId [-IfMat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaPolicyFeatureRolloutPolicy -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -450,6 +448,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyFeatureRolloutPolicyApplyToByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyFeatureRolloutPolicyApplyToByRef.md index dc829c07c77e5..b30974870908e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyFeatureRolloutPolicyApplyToByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyFeatureRolloutPolicyApplyToByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/Remove-MgBetaPolicyFeatureRolloutPolicyApplyToByRef Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPolicyFeatureRolloutPolicyApplyToByRef --- @@ -28,7 +28,6 @@ Remove-MgBetaPolicyFeatureRolloutPolicyApplyToByRef -DirectoryObjectId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaPolicyFeatureRolloutPolicyApplyToByRef [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -473,6 +471,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyFeatureRolloutPolicyApplyToDirectoryObjectByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyFeatureRolloutPolicyApplyToDirectoryObjectByRef.md index 6b91a9c0ed081..b96f43704ae8a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyFeatureRolloutPolicyApplyToDirectoryObjectByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyFeatureRolloutPolicyApplyToDirectoryObjectByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetapolicyfeaturerolloutpolicyapplytodirectoryobjectbyref Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPolicyFeatureRolloutPolicyApplyToDirectoryObjectByRef --- @@ -28,7 +28,6 @@ Remove-MgBetaPolicyFeatureRolloutPolicyApplyToDirectoryObjectByRef -DirectoryObj [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaPolicyFeatureRolloutPolicyApplyToDirectoryObjectByRef [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -473,6 +471,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyFederatedTokenValidationPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyFederatedTokenValidationPolicy.md index ce0b329bd0446..5afda9dde8b5e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyFederatedTokenValidationPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyFederatedTokenValidationPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetapolicyfederatedtokenvalidationpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPolicyFederatedTokenValidationPolicy --- @@ -24,7 +24,6 @@ Remove-MgBetaPolicyFederatedTokenValidationPolicy [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyHomeRealmDiscoveryPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyHomeRealmDiscoveryPolicy.md index 5337bba90a346..0a7c27bcd44d9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyHomeRealmDiscoveryPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyHomeRealmDiscoveryPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetapolicyhomerealmdiscoverypolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPolicyHomeRealmDiscoveryPolicy --- @@ -27,7 +27,6 @@ Remove-MgBetaPolicyHomeRealmDiscoveryPolicy -HomeRealmDiscoveryPolicyId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaPolicyHomeRealmDiscoveryPolicy -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -450,6 +448,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyIdentitySecurityDefaultEnforcementPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyIdentitySecurityDefaultEnforcementPolicy.md index b3c280a5efacd..32213a84dde34 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyIdentitySecurityDefaultEnforcementPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyIdentitySecurityDefaultEnforcementPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetapolicyidentitysecuritydefaultenforcementpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPolicyIdentitySecurityDefaultEnforcementPolicy --- @@ -27,7 +27,6 @@ Remove-MgBetaPolicyIdentitySecurityDefaultEnforcementPolicy [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyMobileAppManagementPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyMobileAppManagementPolicy.md index 6e4a44845becb..e9881450190f4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyMobileAppManagementPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyMobileAppManagementPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetapolicymobileappmanagementpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPolicyMobileAppManagementPolicy --- @@ -24,7 +24,6 @@ Remove-MgBetaPolicyMobileAppManagementPolicy -MobileAppManagementPolicyId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaPolicyMobileAppManagementPolicy -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -439,6 +437,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef.md index 06dd57043cb15..3a8f4f7a99cc4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetapolicymobileappmanagementpolicyincludedgroupbyref Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef --- @@ -25,7 +25,6 @@ Remove-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef -MobileAppManagem [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Delete1 @@ -36,7 +35,6 @@ Remove-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef -MobileAppManagem [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity1 @@ -47,7 +45,6 @@ Remove-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -58,7 +55,6 @@ Remove-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -519,6 +515,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyMobileDeviceManagementPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyMobileDeviceManagementPolicy.md index ea8322d8cbed9..5d874ee205356 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyMobileDeviceManagementPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyMobileDeviceManagementPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetapolicymobiledevicemanagementpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPolicyMobileDeviceManagementPolicy --- @@ -24,7 +24,6 @@ Remove-MgBetaPolicyMobileDeviceManagementPolicy -MobileDeviceManagementPolicyId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaPolicyMobileDeviceManagementPolicy -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -439,6 +437,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef.md index fbe9e9e53bcd8..2a4debfd2ab49 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetapolicymobiledevicemanagementpolicyincludedgroupbyref Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef --- @@ -25,7 +25,6 @@ Remove-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Delete1 @@ -36,7 +35,6 @@ Remove-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity1 @@ -47,7 +45,6 @@ Remove-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -58,7 +55,6 @@ Remove-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -519,6 +515,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyOnPremAuthenticationPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyOnPremAuthenticationPolicy.md index 881880e814dcf..7cf592d085ed3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyOnPremAuthenticationPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyOnPremAuthenticationPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetapolicyonpremauthenticationpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPolicyOnPremAuthenticationPolicy --- @@ -24,7 +24,6 @@ Remove-MgBetaPolicyOnPremAuthenticationPolicy -OnPremAuthenticationPolicyId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaPolicyOnPremAuthenticationPolicy -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -46,6 +44,19 @@ This cmdlet has the following aliases, Delete an onPremAuthenticationPolicy object. +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.SignIns + +Remove-MgBetaPolicyOnPremAuthenticationPolicy -OnPremAuthenticationPolicyId $onPremAuthenticationPolicyId + +``` +This example shows how to use the Remove-MgBetaPolicyOnPremAuthenticationPolicy Cmdlet. + + ## PARAMETERS ### -Break @@ -426,6 +437,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy @@ -498,6 +510,5 @@ INPUTOBJECT ``: Identity Parameter - diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyPermissionGrantPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyPermissionGrantPolicy.md index 51206ee79db00..242b6b6c5bb0f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyPermissionGrantPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyPermissionGrantPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetapolicypermissiongrantpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPolicyPermissionGrantPolicy --- @@ -27,7 +27,6 @@ Remove-MgBetaPolicyPermissionGrantPolicy -PermissionGrantPolicyId [-IfM [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaPolicyPermissionGrantPolicy -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -447,6 +445,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyPermissionGrantPolicyExclude.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyPermissionGrantPolicyExclude.md index 769b8dee3b56e..f697d837461a3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyPermissionGrantPolicyExclude.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyPermissionGrantPolicyExclude.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetapolicypermissiongrantpolicyexclude Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPolicyPermissionGrantPolicyExclude --- @@ -28,7 +28,6 @@ Remove-MgBetaPolicyPermissionGrantPolicyExclude -PermissionGrantConditionSetId < [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaPolicyPermissionGrantPolicyExclude -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -470,6 +468,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyPermissionGrantPolicyInclude.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyPermissionGrantPolicyInclude.md index 0669d1807bcc6..cef4411dfe3d8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyPermissionGrantPolicyInclude.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyPermissionGrantPolicyInclude.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetapolicypermissiongrantpolicyinclude Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPolicyPermissionGrantPolicyInclude --- @@ -28,7 +28,6 @@ Remove-MgBetaPolicyPermissionGrantPolicyInclude -PermissionGrantConditionSetId < [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaPolicyPermissionGrantPolicyInclude -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -469,6 +467,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyPermissionGrantPreApprovalPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyPermissionGrantPreApprovalPolicy.md index 7e2e30baeda6b..b0080eaa04544 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyPermissionGrantPreApprovalPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyPermissionGrantPreApprovalPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetapolicypermissiongrantpreapprovalpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPolicyPermissionGrantPreApprovalPolicy --- @@ -24,7 +24,6 @@ Remove-MgBetaPolicyPermissionGrantPreApprovalPolicy -PermissionGrantPreApprovalP [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaPolicyPermissionGrantPreApprovalPolicy -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -439,6 +437,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyRoleManagementPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyRoleManagementPolicy.md index c063d88908fdf..2c2a713113b4a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyRoleManagementPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyRoleManagementPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetapolicyrolemanagementpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPolicyRoleManagementPolicy --- @@ -27,7 +27,6 @@ Remove-MgBetaPolicyRoleManagementPolicy -UnifiedRoleManagementPolicyId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaPolicyRoleManagementPolicy -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -429,6 +427,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyRoleManagementPolicyAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyRoleManagementPolicyAssignment.md index b5ef19407f77b..2c6f00778d124 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyRoleManagementPolicyAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyRoleManagementPolicyAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetapolicyrolemanagementpolicyassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPolicyRoleManagementPolicyAssignment --- @@ -27,7 +27,6 @@ Remove-MgBetaPolicyRoleManagementPolicyAssignment -UnifiedRoleManagementPolicyAs [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaPolicyRoleManagementPolicyAssignment -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -429,6 +427,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyRoleManagementPolicyEffectiveRule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyRoleManagementPolicyEffectiveRule.md index d6c32948127ff..6f5637e1ef8e6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyRoleManagementPolicyEffectiveRule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyRoleManagementPolicyEffectiveRule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetapolicyrolemanagementpolicyeffectiverule Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPolicyRoleManagementPolicyEffectiveRule --- @@ -28,7 +28,6 @@ Remove-MgBetaPolicyRoleManagementPolicyEffectiveRule -UnifiedRoleManagementPolic [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaPolicyRoleManagementPolicyEffectiveRule -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -451,6 +449,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyRoleManagementPolicyRule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyRoleManagementPolicyRule.md index 17d81d3d52e9c..1b82f8597c161 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyRoleManagementPolicyRule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyRoleManagementPolicyRule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetapolicyrolemanagementpolicyrule Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPolicyRoleManagementPolicyRule --- @@ -28,7 +28,6 @@ Remove-MgBetaPolicyRoleManagementPolicyRule -UnifiedRoleManagementPolicyId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaPolicyRoleManagementPolicyRule -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -451,6 +449,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyServicePrincipalCreationPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyServicePrincipalCreationPolicy.md index 1b4f71ed7bd46..344332209064d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyServicePrincipalCreationPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyServicePrincipalCreationPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetapolicyserviceprincipalcreationpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPolicyServicePrincipalCreationPolicy --- @@ -24,7 +24,6 @@ Remove-MgBetaPolicyServicePrincipalCreationPolicy -ServicePrincipalCreationPolic [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaPolicyServicePrincipalCreationPolicy -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -426,6 +424,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyServicePrincipalCreationPolicyExclude.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyServicePrincipalCreationPolicyExclude.md index 2f43556c62d24..84bd98a041a66 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyServicePrincipalCreationPolicyExclude.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyServicePrincipalCreationPolicyExclude.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetapolicyserviceprincipalcreationpolicyexclude Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPolicyServicePrincipalCreationPolicyExclude --- @@ -25,7 +25,6 @@ Remove-MgBetaPolicyServicePrincipalCreationPolicyExclude [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaPolicyServicePrincipalCreationPolicyExclude -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -448,6 +446,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyServicePrincipalCreationPolicyInclude.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyServicePrincipalCreationPolicyInclude.md index ccd6728978085..3ef3949f634de 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyServicePrincipalCreationPolicyInclude.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyServicePrincipalCreationPolicyInclude.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetapolicyserviceprincipalcreationpolicyinclude Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPolicyServicePrincipalCreationPolicyInclude --- @@ -25,7 +25,6 @@ Remove-MgBetaPolicyServicePrincipalCreationPolicyInclude [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaPolicyServicePrincipalCreationPolicyInclude -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -448,6 +446,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyTokenIssuancePolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyTokenIssuancePolicy.md index a78c4cbb8f266..fbdd1bc849fa6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyTokenIssuancePolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyTokenIssuancePolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetapolicytokenissuancepolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPolicyTokenIssuancePolicy --- @@ -27,7 +27,6 @@ Remove-MgBetaPolicyTokenIssuancePolicy -TokenIssuancePolicyId [-IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaPolicyTokenIssuancePolicy -InputObject [ [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -450,6 +448,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyTokenLifetimePolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyTokenLifetimePolicy.md index 321a7838b78a5..b9a2ef16deeea 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyTokenLifetimePolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaPolicyTokenLifetimePolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetapolicytokenlifetimepolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPolicyTokenLifetimePolicy --- @@ -27,7 +27,6 @@ Remove-MgBetaPolicyTokenLifetimePolicy -TokenLifetimePolicyId [-IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaPolicyTokenLifetimePolicy -InputObject [ [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -450,6 +448,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaRiskDetection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaRiskDetection.md index 2e5c9bc8e9faa..775bb3d6053fc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaRiskDetection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaRiskDetection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetariskdetection Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRiskDetection --- @@ -27,7 +27,6 @@ Remove-MgBetaRiskDetection -RiskDetectionId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaRiskDetection -InputObject [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -429,6 +427,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaRiskyAgent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaRiskyAgent.md index 695dec7129f84..72e60848a0d7b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaRiskyAgent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaRiskyAgent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetariskyagent Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRiskyAgent --- @@ -24,7 +24,6 @@ Remove-MgBetaRiskyAgent -RiskyAgentId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaRiskyAgent -InputObject [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -426,6 +424,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaRiskyServicePrincipal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaRiskyServicePrincipal.md index 52a3b06aa28b8..f0c1436abe6c5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaRiskyServicePrincipal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaRiskyServicePrincipal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetariskyserviceprincipal Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRiskyServicePrincipal --- @@ -27,7 +27,6 @@ Remove-MgBetaRiskyServicePrincipal -RiskyServicePrincipalId [-IfMatch < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaRiskyServicePrincipal -InputObject [-IfM [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -429,6 +427,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaRiskyServicePrincipalHistory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaRiskyServicePrincipalHistory.md index 59dae10e1dd16..61d430d9c8eca 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaRiskyServicePrincipalHistory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaRiskyServicePrincipalHistory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetariskyserviceprincipalhistory Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRiskyServicePrincipalHistory --- @@ -28,7 +28,6 @@ Remove-MgBetaRiskyServicePrincipalHistory -RiskyServicePrincipalHistoryItemId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaRiskyServicePrincipalHistory -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -451,6 +449,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaRiskyUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaRiskyUser.md index abc1416c99c50..267f4a91cfcad 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaRiskyUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaRiskyUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetariskyuser Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRiskyUser --- @@ -27,7 +27,6 @@ Remove-MgBetaRiskyUser -RiskyUserId [-IfMatch ] [-ResponseHeade [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaRiskyUser -InputObject [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -429,6 +427,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaRiskyUserHistory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaRiskyUserHistory.md index 4658ce7653856..3f77096980821 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaRiskyUserHistory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaRiskyUserHistory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetariskyuserhistory Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRiskyUserHistory --- @@ -27,7 +27,6 @@ Remove-MgBetaRiskyUserHistory -RiskyUserHistoryItemId -RiskyUserId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaRiskyUserHistory -InputObject [-IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -450,6 +448,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaServicePrincipalRiskDetection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaServicePrincipalRiskDetection.md index 56cf50515621e..bd68de6b43072 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaServicePrincipalRiskDetection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaServicePrincipalRiskDetection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetaserviceprincipalriskdetection Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaServicePrincipalRiskDetection --- @@ -27,7 +27,6 @@ Remove-MgBetaServicePrincipalRiskDetection -ServicePrincipalRiskDetectionId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaServicePrincipalRiskDetection -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -429,6 +427,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaTenantRelationshipMultiTenantOrganizationTenant.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaTenantRelationshipMultiTenantOrganizationTenant.md index 218f46a1f0ac1..1554ec1b6aa94 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaTenantRelationshipMultiTenantOrganizationTenant.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaTenantRelationshipMultiTenantOrganizationTenant.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetatenantrelationshipmultitenantorganizationtenant Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTenantRelationshipMultiTenantOrganizationTenant --- @@ -29,7 +29,6 @@ Remove-MgBetaTenantRelationshipMultiTenantOrganizationTenant [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaTenantRelationshipMultiTenantOrganizationTenant -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -453,6 +451,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaTrustFrameworkKeySet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaTrustFrameworkKeySet.md index 3376cd283ae4e..4750259d71309 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaTrustFrameworkKeySet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaTrustFrameworkKeySet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetatrustframeworkkeyset Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTrustFrameworkKeySet --- @@ -24,7 +24,6 @@ Remove-MgBetaTrustFrameworkKeySet -TrustFrameworkKeySetId [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaTrustFrameworkKeySet -InputObject [-IfMa [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -447,6 +445,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaTrustFrameworkPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaTrustFrameworkPolicy.md index 0bc6bcb0d8a43..93cec6b04cff9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaTrustFrameworkPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaTrustFrameworkPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetatrustframeworkpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTrustFrameworkPolicy --- @@ -24,7 +24,6 @@ Remove-MgBetaTrustFrameworkPolicy -TrustFrameworkPolicyId [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaTrustFrameworkPolicy -InputObject [-IfMa [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -447,6 +445,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaTrustFrameworkPolicyContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaTrustFrameworkPolicyContent.md index 1624a66173fa1..daed27ec16ce3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaTrustFrameworkPolicyContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaTrustFrameworkPolicyContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetatrustframeworkpolicycontent Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTrustFrameworkPolicyContent --- @@ -24,7 +24,6 @@ Remove-MgBetaTrustFrameworkPolicyContent -TrustFrameworkPolicyId [-IfMa [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaTrustFrameworkPolicyContent -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -434,6 +432,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserAuthenticationEmailMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserAuthenticationEmailMethod.md index 5e1afcae2d2d7..916230c0ad4aa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserAuthenticationEmailMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserAuthenticationEmailMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetauserauthenticationemailmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaUserAuthenticationEmailMethod --- @@ -27,7 +27,6 @@ Remove-MgBetaUserAuthenticationEmailMethod -EmailAuthenticationMethodId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaUserAuthenticationEmailMethod -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -53,7 +51,7 @@ Deletes a user's email Authentication Method object. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-Email.ReadWrite.All, UserAuthMethod-Email.ReadWrite, UserAuthenticationMethod.ReadWrite, | +| Delegated (work or school account) | UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.ReadWrite, UserAuthMethod-Email.ReadWrite, UserAuthMethod-Email.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-Email.ReadWrite.All, | @@ -471,6 +469,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserAuthenticationExternalAuthenticationMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserAuthenticationExternalAuthenticationMethod.md index cc5cb8d37636e..28c0fb06073e1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserAuthenticationExternalAuthenticationMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserAuthenticationExternalAuthenticationMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetauserauthenticationexternalauthenticationmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaUserAuthenticationExternalAuthenticationMethod --- @@ -29,7 +29,6 @@ Remove-MgBetaUserAuthenticationExternalAuthenticationMethod -ExternalAuthenticat [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaUserAuthenticationExternalAuthenticationMethod -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -56,7 +54,7 @@ This API doesn't support self-service operations. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | UserAuthMethod-External.ReadWrite, UserAuthMethod-External.ReadWrite.All, UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.ReadWrite, | +| Delegated (work or school account) | UserAuthMethod-External.ReadWrite, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-External.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | UserAuthMethod-External.ReadWrite.All, UserAuthenticationMethod.ReadWrite.All, | @@ -461,6 +459,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserAuthenticationFido2Method.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserAuthenticationFido2Method.md index ef64c7275e5f0..62f8dba425631 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserAuthenticationFido2Method.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserAuthenticationFido2Method.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetauserauthenticationfido2method Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaUserAuthenticationFido2Method --- @@ -27,7 +27,6 @@ Remove-MgBetaUserAuthenticationFido2Method -Fido2AuthenticationMethodId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaUserAuthenticationFido2Method -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -53,7 +51,7 @@ Deletes a user's FIDO2 security key authentication method object. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-Passkey.ReadWrite.All, UserAuthMethod-Passkey.ReadWrite, UserAuthenticationMethod.ReadWrite, | +| Delegated (work or school account) | UserAuthMethod-Passkey.ReadWrite, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-Passkey.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-Passkey.ReadWrite.All, | @@ -471,6 +469,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserAuthenticationHardwareOathMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserAuthenticationHardwareOathMethod.md index d5b9d6af87b24..b509de2d67af3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserAuthenticationHardwareOathMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserAuthenticationHardwareOathMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetauserauthenticationhardwareoathmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaUserAuthenticationHardwareOathMethod --- @@ -25,7 +25,6 @@ Remove-MgBetaUserAuthenticationHardwareOathMethod -HardwareOathAuthenticationMet [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaUserAuthenticationHardwareOathMethod -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -51,7 +49,7 @@ Delete navigation property hardwareOathMethods for users | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | UserAuthenticationMethod.ReadWrite, UserAuthMethod-HardwareOATH.ReadWrite.All, UserAuthMethod-HardwareOATH.ReadWrite, UserAuthenticationMethod.ReadWrite.All, | +| Delegated (work or school account) | UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-HardwareOATH.ReadWrite, UserAuthMethod-HardwareOATH.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | UserAuthMethod-HardwareOATH.ReadWrite.All, UserAuthenticationMethod.ReadWrite.All, | @@ -456,6 +454,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserAuthenticationHardwareOathMethodDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserAuthenticationHardwareOathMethodDevice.md index 7633d10f08f49..aa997721398ed 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserAuthenticationHardwareOathMethodDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserAuthenticationHardwareOathMethodDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetauserauthenticationhardwareoathmethoddevice Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaUserAuthenticationHardwareOathMethodDevice --- @@ -25,7 +25,6 @@ Remove-MgBetaUserAuthenticationHardwareOathMethodDevice -HardwareOathAuthenticat [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaUserAuthenticationHardwareOathMethodDevice -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -448,6 +446,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDevice.md index 512fe48afbc96..a57608dfe3b55 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetauserauthenticationhardwareoathmethoddevicehardwareoathdevice Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDevice --- @@ -26,7 +26,6 @@ Remove-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDevice [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDevice [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -471,6 +469,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserAuthenticationMicrosoftAuthenticatorMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserAuthenticationMicrosoftAuthenticatorMethod.md index 3ae2c76a6155a..f3fe9064e1c54 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserAuthenticationMicrosoftAuthenticatorMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserAuthenticationMicrosoftAuthenticatorMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetauserauthenticationmicrosoftauthenticatormethod Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaUserAuthenticationMicrosoftAuthenticatorMethod --- @@ -28,7 +28,6 @@ Remove-MgBetaUserAuthenticationMicrosoftAuthenticatorMethod [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaUserAuthenticationMicrosoftAuthenticatorMethod -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -54,7 +52,7 @@ Delete a microsoftAuthenticatorAuthenticationMethod object. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | UserAuthenticationMethod.ReadWrite, UserAuthMethod-MicrosoftAuthApp.ReadWrite.All, UserAuthMethod-MicrosoftAuthApp.ReadWrite, UserAuthenticationMethod.ReadWrite.All, | +| Delegated (work or school account) | UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-MicrosoftAuthApp.ReadWrite, UserAuthMethod-MicrosoftAuthApp.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-MicrosoftAuthApp.ReadWrite.All, | @@ -472,6 +470,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserAuthenticationOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserAuthenticationOperation.md index e6e67fe4a230e..cc06ff3884877 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserAuthenticationOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserAuthenticationOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetauserauthenticationoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaUserAuthenticationOperation --- @@ -27,7 +27,6 @@ Remove-MgBetaUserAuthenticationOperation -LongRunningOperationId -UserI [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaUserAuthenticationOperation -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -450,6 +448,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod.md index a6b2cd25ce52e..46af32c521b3b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetauserauthenticationpasswordlessmicrosoftauthenticatormethod Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod --- @@ -25,7 +25,6 @@ Remove-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -52,7 +50,7 @@ Deletes a user's Microsoft Authenticator Passwordless Phone Sign-in method objec | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | UserAuthenticationMethod.ReadWrite, UserAuthMethod-MicrosoftAuthApp.ReadWrite.All, UserAuthMethod-MicrosoftAuthApp.ReadWrite, UserAuthenticationMethod.ReadWrite.All, | +| Delegated (work or school account) | UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-MicrosoftAuthApp.ReadWrite, UserAuthMethod-MicrosoftAuthApp.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-MicrosoftAuthApp.ReadWrite.All, | @@ -470,6 +468,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserAuthenticationPhoneMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserAuthenticationPhoneMethod.md index cd655c42cfd69..df5a5e123d86e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserAuthenticationPhoneMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserAuthenticationPhoneMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetauserauthenticationphonemethod Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaUserAuthenticationPhoneMethod --- @@ -27,7 +27,6 @@ Remove-MgBetaUserAuthenticationPhoneMethod -PhoneAuthenticationMethodId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaUserAuthenticationPhoneMethod -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -53,7 +51,7 @@ Delete navigation property phoneMethods for users | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | UserAuthMethod-Phone.ReadWrite, UserAuthMethod-Phone.ReadWrite.All, UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.ReadWrite, | +| Delegated (work or school account) | UserAuthMethod-Phone.ReadWrite, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-Phone.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-Phone.ReadWrite.All, | @@ -472,6 +470,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserAuthenticationPlatformCredentialMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserAuthenticationPlatformCredentialMethod.md index a110d67b4d416..676234c8dd543 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserAuthenticationPlatformCredentialMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserAuthenticationPlatformCredentialMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetauserauthenticationplatformcredentialmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaUserAuthenticationPlatformCredentialMethod --- @@ -28,7 +28,6 @@ Remove-MgBetaUserAuthenticationPlatformCredentialMethod [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaUserAuthenticationPlatformCredentialMethod -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -54,7 +52,7 @@ Delete a platformCredentialAuthenticationMethod object. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | UserAuthenticationMethod.ReadWrite, UserAuthMethod-PlatformCred.ReadWrite.All, UserAuthMethod-PlatformCred.ReadWrite, UserAuthenticationMethod.ReadWrite.All, | +| Delegated (work or school account) | UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-PlatformCred.ReadWrite, UserAuthMethod-PlatformCred.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-PlatformCred.ReadWrite.All, | @@ -472,6 +470,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserAuthenticationQrCodePinMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserAuthenticationQrCodePinMethod.md index 8add5a3444f0e..1411cacd8307a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserAuthenticationQrCodePinMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserAuthenticationQrCodePinMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetauserauthenticationqrcodepinmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaUserAuthenticationQrCodePinMethod --- @@ -26,7 +26,6 @@ Remove-MgBetaUserAuthenticationQrCodePinMethod -UserId [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaUserAuthenticationQrCodePinMethod -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -54,7 +52,7 @@ The user won't be able to sign-in with any QR codes associated with the deleted | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-QR.ReadWrite.All, UserAuthMethod-QR.ReadWrite, UserAuthenticationMethod.ReadWrite, | +| Delegated (work or school account) | UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.ReadWrite, UserAuthMethod-QR.ReadWrite, UserAuthMethod-QR.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-QR.ReadWrite.All, | @@ -451,6 +449,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserAuthenticationQrCodePinMethodPin.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserAuthenticationQrCodePinMethodPin.md index 4577afedeff7c..95d4541820b34 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserAuthenticationQrCodePinMethodPin.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserAuthenticationQrCodePinMethodPin.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetauserauthenticationqrcodepinmethodpin Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaUserAuthenticationQrCodePinMethodPin --- @@ -24,7 +24,6 @@ Remove-MgBetaUserAuthenticationQrCodePinMethodPin -UserId [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaUserAuthenticationQrCodePinMethodPin -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -50,7 +48,7 @@ Delete navigation property pin for users | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-QR.ReadWrite.All, UserAuthMethod-QR.ReadWrite, UserAuthenticationMethod.ReadWrite, | +| Delegated (work or school account) | UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.ReadWrite, UserAuthMethod-QR.ReadWrite, UserAuthMethod-QR.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-QR.ReadWrite.All, | @@ -434,6 +432,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserAuthenticationQrCodePinMethodStandardQrCode.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserAuthenticationQrCodePinMethodStandardQrCode.md index 59b622e8f54e2..33e6cc82e1346 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserAuthenticationQrCodePinMethodStandardQrCode.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserAuthenticationQrCodePinMethodStandardQrCode.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetauserauthenticationqrcodepinmethodstandardqrcode Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaUserAuthenticationQrCodePinMethodStandardQrCode --- @@ -24,7 +24,6 @@ Remove-MgBetaUserAuthenticationQrCodePinMethodStandardQrCode -UserId [- [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaUserAuthenticationQrCodePinMethodStandardQrCode -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -50,7 +48,7 @@ Delete a standard or temporary qrCode object. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-QR.ReadWrite.All, UserAuthMethod-QR.ReadWrite, UserAuthenticationMethod.ReadWrite, | +| Delegated (work or school account) | UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.ReadWrite, UserAuthMethod-QR.ReadWrite, UserAuthMethod-QR.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-QR.ReadWrite.All, | @@ -447,6 +445,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserAuthenticationQrCodePinMethodTemporaryQrCode.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserAuthenticationQrCodePinMethodTemporaryQrCode.md index e6b598a4e4928..e4ee3b630c5b7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserAuthenticationQrCodePinMethodTemporaryQrCode.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserAuthenticationQrCodePinMethodTemporaryQrCode.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetauserauthenticationqrcodepinmethodtemporaryqrcode Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaUserAuthenticationQrCodePinMethodTemporaryQrCode --- @@ -24,7 +24,6 @@ Remove-MgBetaUserAuthenticationQrCodePinMethodTemporaryQrCode -UserId [ [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaUserAuthenticationQrCodePinMethodTemporaryQrCode [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -51,7 +49,7 @@ Delete navigation property temporaryQRCode for users | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-QR.ReadWrite.All, UserAuthMethod-QR.ReadWrite, UserAuthenticationMethod.ReadWrite, | +| Delegated (work or school account) | UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.ReadWrite, UserAuthMethod-QR.ReadWrite, UserAuthMethod-QR.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-QR.ReadWrite.All, | @@ -435,6 +433,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserAuthenticationSoftwareOathMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserAuthenticationSoftwareOathMethod.md index a20db58a9adeb..3224bb9c3cd0f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserAuthenticationSoftwareOathMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserAuthenticationSoftwareOathMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetauserauthenticationsoftwareoathmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaUserAuthenticationSoftwareOathMethod --- @@ -28,7 +28,6 @@ Remove-MgBetaUserAuthenticationSoftwareOathMethod -SoftwareOathAuthenticationMet [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaUserAuthenticationSoftwareOathMethod -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -54,7 +52,7 @@ Delete a user's Software OATH token authentication method object. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | UserAuthenticationMethod.ReadWrite, UserAuthMethod-SoftwareOATH.ReadWrite.All, UserAuthMethod-SoftwareOATH.ReadWrite, UserAuthenticationMethod.ReadWrite.All, | +| Delegated (work or school account) | UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-SoftwareOATH.ReadWrite, UserAuthMethod-SoftwareOATH.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-SoftwareOATH.ReadWrite.All, | @@ -472,6 +470,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserAuthenticationTemporaryAccessPassMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserAuthenticationTemporaryAccessPassMethod.md index 34fb975681901..d59810373f0a4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserAuthenticationTemporaryAccessPassMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserAuthenticationTemporaryAccessPassMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetauserauthenticationtemporaryaccesspassmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaUserAuthenticationTemporaryAccessPassMethod --- @@ -28,7 +28,6 @@ Remove-MgBetaUserAuthenticationTemporaryAccessPassMethod [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaUserAuthenticationTemporaryAccessPassMethod -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -54,7 +52,7 @@ Delete a users's temporaryAccessPassAuthenticationMethod object. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | UserAuthenticationMethod.ReadWrite, UserAuthMethod-TAP.ReadWrite.All, UserAuthMethod-TAP.ReadWrite, UserAuthenticationMethod.ReadWrite.All, | +| Delegated (work or school account) | UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-TAP.ReadWrite, UserAuthMethod-TAP.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-TAP.ReadWrite.All, | @@ -472,6 +470,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserAuthenticationWindowsHelloForBusinessMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserAuthenticationWindowsHelloForBusinessMethod.md index ee5ee4d623e49..b3956f32cdbdb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserAuthenticationWindowsHelloForBusinessMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserAuthenticationWindowsHelloForBusinessMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetauserauthenticationwindowshelloforbusinessmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaUserAuthenticationWindowsHelloForBusinessMethod --- @@ -28,7 +28,6 @@ Remove-MgBetaUserAuthenticationWindowsHelloForBusinessMethod -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaUserAuthenticationWindowsHelloForBusinessMethod -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -54,7 +52,7 @@ Deletes a windowsHelloForBusinessAuthenticationMethod object. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | UserAuthenticationMethod.ReadWrite, UserAuthMethod-WindowsHello.ReadWrite.All, UserAuthMethod-WindowsHello.ReadWrite, UserAuthenticationMethod.ReadWrite.All, | +| Delegated (work or school account) | UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-WindowsHello.ReadWrite, UserAuthMethod-WindowsHello.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-WindowsHello.ReadWrite.All, | @@ -472,6 +470,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserInformationProtection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserInformationProtection.md index 067c006797b4e..d05d951f05327 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserInformationProtection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserInformationProtection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetauserinformationprotection Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaUserInformationProtection --- @@ -24,7 +24,6 @@ Remove-MgBetaUserInformationProtection -UserId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaUserInformationProtection -InputObject [ [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -426,6 +424,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserInformationProtectionDataLossPreventionPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserInformationProtectionDataLossPreventionPolicy.md index 98181b3a4c727..0f3256e6dec5d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserInformationProtectionDataLossPreventionPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserInformationProtectionDataLossPreventionPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetauserinformationprotectiondatalosspreventionpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaUserInformationProtectionDataLossPreventionPolicy --- @@ -25,7 +25,6 @@ Remove-MgBetaUserInformationProtectionDataLossPreventionPolicy -DataLossPreventi [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaUserInformationProtectionDataLossPreventionPolicy [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -449,6 +447,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserInformationProtectionPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserInformationProtectionPolicy.md index df46c01164090..f2572ad96a28c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserInformationProtectionPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserInformationProtectionPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetauserinformationprotectionpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaUserInformationProtectionPolicy --- @@ -24,7 +24,6 @@ Remove-MgBetaUserInformationProtectionPolicy -UserId [-IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaUserInformationProtectionPolicy -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -426,6 +424,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserInformationProtectionPolicyLabel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserInformationProtectionPolicyLabel.md index b3ff0b7410da4..ea81e85e1e60d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserInformationProtectionPolicyLabel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserInformationProtectionPolicyLabel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetauserinformationprotectionpolicylabel Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaUserInformationProtectionPolicyLabel --- @@ -25,7 +25,6 @@ Remove-MgBetaUserInformationProtectionPolicyLabel -InformationProtectionLabelId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaUserInformationProtectionPolicyLabel -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -448,6 +446,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserInformationProtectionSensitivityLabel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserInformationProtectionSensitivityLabel.md index b0228d4c1403f..e6c86fee01acc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserInformationProtectionSensitivityLabel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserInformationProtectionSensitivityLabel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetauserinformationprotectionsensitivitylabel Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaUserInformationProtectionSensitivityLabel --- @@ -24,7 +24,6 @@ Remove-MgBetaUserInformationProtectionSensitivityLabel -SensitivityLabelId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaUserInformationProtectionSensitivityLabel -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -447,6 +445,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserInformationProtectionSensitivityLabelSublabel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserInformationProtectionSensitivityLabelSublabel.md index 2599d5a9ef30d..26db03c04beca 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserInformationProtectionSensitivityLabelSublabel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserInformationProtectionSensitivityLabelSublabel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetauserinformationprotectionsensitivitylabelsublabel Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaUserInformationProtectionSensitivityLabelSublabel --- @@ -25,7 +25,6 @@ Remove-MgBetaUserInformationProtectionSensitivityLabelSublabel -SensitivityLabel [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaUserInformationProtectionSensitivityLabelSublabel [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -470,6 +468,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserInformationProtectionSensitivityPolicySetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserInformationProtectionSensitivityPolicySetting.md index 2ddb5600584f1..7b5e5364d6b0e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserInformationProtectionSensitivityPolicySetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserInformationProtectionSensitivityPolicySetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetauserinformationprotectionsensitivitypolicysetting Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaUserInformationProtectionSensitivityPolicySetting --- @@ -24,7 +24,6 @@ Remove-MgBetaUserInformationProtectionSensitivityPolicySetting -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaUserInformationProtectionSensitivityPolicySetting [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -427,6 +425,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserInformationProtectionThreatAssessmentRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserInformationProtectionThreatAssessmentRequest.md index 8de3f73e77af9..63753f6540c8c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserInformationProtectionThreatAssessmentRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserInformationProtectionThreatAssessmentRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetauserinformationprotectionthreatassessmentrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaUserInformationProtectionThreatAssessmentRequest --- @@ -25,7 +25,6 @@ Remove-MgBetaUserInformationProtectionThreatAssessmentRequest -ThreatAssessmentR [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaUserInformationProtectionThreatAssessmentRequest [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -449,6 +447,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserInformationProtectionThreatAssessmentRequestResult.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserInformationProtectionThreatAssessmentRequestResult.md index 9b780993880ad..315deb0a8788e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserInformationProtectionThreatAssessmentRequestResult.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Remove-MgBetaUserInformationProtectionThreatAssessmentRequestResult.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/remove-mgbetauserinformationprotectionthreatassessmentrequestresult Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaUserInformationProtectionThreatAssessmentRequestResult --- @@ -25,7 +25,6 @@ Remove-MgBetaUserInformationProtectionThreatAssessmentRequestResult [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaUserInformationProtectionThreatAssessmentRequestResult [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -470,6 +468,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Reset-MgBetaPolicyCrossTenantAccessPolicyDefaultToSystemDefault.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Reset-MgBetaPolicyCrossTenantAccessPolicyDefaultToSystemDefault.md index c9f5aee1c8f7a..21f7b8dbd742b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Reset-MgBetaPolicyCrossTenantAccessPolicyDefaultToSystemDefault.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Reset-MgBetaPolicyCrossTenantAccessPolicyDefaultToSystemDefault.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/reset-mgbetapolicycrosstenantaccesspolicydefaulttosystemdefault Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Reset-MgBetaPolicyCrossTenantAccessPolicyDefaultToSystemDefault --- @@ -27,7 +27,6 @@ Reset-MgBetaPolicyCrossTenantAccessPolicyDefaultToSystemDefault [-ResponseHeader [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Reset-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronizationToDefaultSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Reset-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronizationToDefaultSetting.md index 97624a8c97114..fb024142d4184 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Reset-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronizationToDefaultSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Reset-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronizationToDefaultSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/reset-mgbetapolicycrosstenantaccesspolicytemplatemultitenantorganizationidentitysynchronizationtodefaultsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Reset-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronizationToDefaultSetting --- @@ -25,7 +25,6 @@ Reset-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentity [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Reset-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfigurationToDefaultSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Reset-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfigurationToDefaultSetting.md index fd50665668ab0..a4fdb43df8e30 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Reset-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfigurationToDefaultSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Reset-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfigurationToDefaultSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/reset-mgbetapolicycrosstenantaccesspolicytemplatemultitenantorganizationpartnerconfigurationtodefaultsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Reset-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfigurationToDefaultSetting --- @@ -25,7 +25,6 @@ Reset-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerC [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Reset-MgBetaUserAuthenticationMethodPassword.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Reset-MgBetaUserAuthenticationMethodPassword.md index ee723aa73ed0e..f6d4160dad33a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Reset-MgBetaUserAuthenticationMethodPassword.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Reset-MgBetaUserAuthenticationMethodPassword.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/reset-mgbetauserauthenticationmethodpassword Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Reset-MgBetaUserAuthenticationMethodPassword --- @@ -33,7 +33,7 @@ Reset-MgBetaUserAuthenticationMethodPassword -AuthenticationMethodId -U [-ResponseHeadersVariable ] [-AdditionalProperties ] [-NewPassword ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Reset @@ -44,7 +44,6 @@ Reset-MgBetaUserAuthenticationMethodPassword -AuthenticationMethodId -U [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ResetViaIdentityExpanded @@ -54,7 +53,7 @@ Reset-MgBetaUserAuthenticationMethodPassword -InputObject ] [-AdditionalProperties ] [-NewPassword ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### ResetViaIdentity @@ -65,7 +64,6 @@ Reset-MgBetaUserAuthenticationMethodPassword -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -581,6 +579,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Restore-MgBetaIdentityConditionalAccessDeletedItemNamedLocation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Restore-MgBetaIdentityConditionalAccessDeletedItemNamedLocation.md index 570eefb97b676..07af5d7c4b243 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Restore-MgBetaIdentityConditionalAccessDeletedItemNamedLocation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Restore-MgBetaIdentityConditionalAccessDeletedItemNamedLocation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/restore-mgbetaidentityconditionalaccessdeleteditemnamedlocation Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Restore-MgBetaIdentityConditionalAccessDeletedItemNamedLocation --- @@ -24,7 +24,6 @@ Restore-MgBetaIdentityConditionalAccessDeletedItemNamedLocation -NamedLocationId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RestoreViaIdentity @@ -34,7 +33,7 @@ Restore-MgBetaIdentityConditionalAccessDeletedItemNamedLocation -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -46,6 +45,19 @@ This cmdlet has the following aliases, Restore a deleted countryNamedLocation object. +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.SignIns + +Restore-MgBetaIdentityConditionalAccessDeletedItemNamedLocation -NamedLocationId $namedLocationId + +``` +This example shows how to use the Restore-MgBetaIdentityConditionalAccessDeletedItemNamedLocation Cmdlet. + + ## PARAMETERS ### -Break @@ -384,6 +396,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy @@ -456,6 +469,5 @@ INPUTOBJECT ``: Identity Parameter - diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Restore-MgBetaIdentityConditionalAccessDeletedItemPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Restore-MgBetaIdentityConditionalAccessDeletedItemPolicy.md index 2f02b40ef7af3..70921165da41d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Restore-MgBetaIdentityConditionalAccessDeletedItemPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Restore-MgBetaIdentityConditionalAccessDeletedItemPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/restore-mgbetaidentityconditionalaccessdeleteditempolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Restore-MgBetaIdentityConditionalAccessDeletedItemPolicy --- @@ -24,7 +24,6 @@ Restore-MgBetaIdentityConditionalAccessDeletedItemPolicy -ConditionalAccessPolic [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RestoreViaIdentity @@ -34,7 +33,6 @@ Restore-MgBetaIdentityConditionalAccessDeletedItemPolicy -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -46,6 +44,19 @@ This cmdlet has the following aliases, Restore a deleted conditionalAccessPolicy object. +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.SignIns + +Restore-MgBetaIdentityConditionalAccessDeletedItemPolicy -ConditionalAccessPolicyId $conditionalAccessPolicyId + +``` +This example shows how to use the Restore-MgBetaIdentityConditionalAccessDeletedItemPolicy Cmdlet. + + ## PARAMETERS ### -Break @@ -384,6 +395,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy @@ -456,6 +468,5 @@ INPUTOBJECT ``: Identity Parameter - diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Restore-MgBetaIdentityConditionalAccessNamedLocation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Restore-MgBetaIdentityConditionalAccessNamedLocation.md index ce4d522fd64eb..b36a4717bfeab 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Restore-MgBetaIdentityConditionalAccessNamedLocation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Restore-MgBetaIdentityConditionalAccessNamedLocation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/restore-mgbetaidentityconditionalaccessnamedlocation Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Restore-MgBetaIdentityConditionalAccessNamedLocation --- @@ -24,7 +24,6 @@ Restore-MgBetaIdentityConditionalAccessNamedLocation -NamedLocationId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RestoreViaIdentity @@ -34,7 +33,6 @@ Restore-MgBetaIdentityConditionalAccessNamedLocation -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -384,6 +382,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Restore-MgBetaIdentityConditionalAccessPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Restore-MgBetaIdentityConditionalAccessPolicy.md index 012455c9816f7..1a8030f90a8cf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Restore-MgBetaIdentityConditionalAccessPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Restore-MgBetaIdentityConditionalAccessPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/restore-mgbetaidentityconditionalaccesspolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Restore-MgBetaIdentityConditionalAccessPolicy --- @@ -24,7 +24,6 @@ Restore-MgBetaIdentityConditionalAccessPolicy -ConditionalAccessPolicyId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RestoreViaIdentity @@ -34,7 +33,6 @@ Restore-MgBetaIdentityConditionalAccessPolicy -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -384,6 +382,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Restore-MgBetaPolicyConditionalAccessPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Restore-MgBetaPolicyConditionalAccessPolicy.md index 1abf9116e891b..0804e80584178 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Restore-MgBetaPolicyConditionalAccessPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Restore-MgBetaPolicyConditionalAccessPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/restore-mgbetapolicyconditionalaccesspolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Restore-MgBetaPolicyConditionalAccessPolicy --- @@ -24,7 +24,6 @@ Restore-MgBetaPolicyConditionalAccessPolicy -ConditionalAccessPolicyId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RestoreViaIdentity @@ -34,7 +33,6 @@ Restore-MgBetaPolicyConditionalAccessPolicy -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -384,6 +382,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Restore-MgBetaPolicyCrossTenantAccessPolicyPartner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Restore-MgBetaPolicyCrossTenantAccessPolicyPartner.md index eef5dadc1e826..fc78903a697d8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Restore-MgBetaPolicyCrossTenantAccessPolicyPartner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Restore-MgBetaPolicyCrossTenantAccessPolicyPartner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/restore-mgbetapolicycrosstenantaccesspolicypartner Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Restore-MgBetaPolicyCrossTenantAccessPolicyPartner --- @@ -24,7 +24,7 @@ Restore-MgBetaPolicyCrossTenantAccessPolicyPartner -CrossTenantAccessPolicyConfigurationPartnerTenantId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### RestoreViaIdentity @@ -34,7 +34,6 @@ Restore-MgBetaPolicyCrossTenantAccessPolicyPartner -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -384,6 +383,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Restore-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Restore-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization.md index 27ce298b9324b..91457cf0b08fa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Restore-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Restore-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/restore-mgbetapolicycrosstenantaccesspolicypartneridentitysynchronization Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Restore-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization --- @@ -24,7 +24,7 @@ Restore-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization -CrossTenantAccessPolicyConfigurationPartnerTenantId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### RestoreViaIdentity @@ -34,7 +34,7 @@ Restore-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -384,6 +384,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Restore-MgBetaPolicyDeletedItemCrossTenantPartner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Restore-MgBetaPolicyDeletedItemCrossTenantPartner.md index 42dd82f4611b4..0bbd66096b64d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Restore-MgBetaPolicyDeletedItemCrossTenantPartner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Restore-MgBetaPolicyDeletedItemCrossTenantPartner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/restore-mgbetapolicydeleteditemcrosstenantpartner Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Restore-MgBetaPolicyDeletedItemCrossTenantPartner --- @@ -24,7 +24,7 @@ Restore-MgBetaPolicyDeletedItemCrossTenantPartner -CrossTenantAccessPolicyConfigurationPartnerTenantId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### RestoreViaIdentity @@ -34,7 +34,6 @@ Restore-MgBetaPolicyDeletedItemCrossTenantPartner -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -46,6 +45,19 @@ This cmdlet has the following aliases, Restore a deleted crossTenantAccessPolicyConfigurationPartner object. +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.SignIns + +Restore-MgBetaPolicyDeletedItemCrossTenantPartner -CrossTenantAccessPolicyConfigurationPartnerTenantId $crossTenantAccessPolicyConfigurationPartnerTenantId + +``` +This example shows how to use the Restore-MgBetaPolicyDeletedItemCrossTenantPartner Cmdlet. + + ## PARAMETERS ### -Break @@ -384,6 +396,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy @@ -456,6 +469,5 @@ INPUTOBJECT ``: Identity Parameter - diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Restore-MgBetaPolicyDeletedItemCrossTenantPartnerIdentitySynchronization.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Restore-MgBetaPolicyDeletedItemCrossTenantPartnerIdentitySynchronization.md index a4a16b02d0497..f8a972aedac0f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Restore-MgBetaPolicyDeletedItemCrossTenantPartnerIdentitySynchronization.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Restore-MgBetaPolicyDeletedItemCrossTenantPartnerIdentitySynchronization.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/restore-mgbetapolicydeleteditemcrosstenantpartneridentitysynchronization Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Restore-MgBetaPolicyDeletedItemCrossTenantPartnerIdentitySynchronization --- @@ -24,7 +24,7 @@ Restore-MgBetaPolicyDeletedItemCrossTenantPartnerIdentitySynchronization -CrossTenantAccessPolicyConfigurationPartnerTenantId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### RestoreViaIdentity @@ -34,7 +34,7 @@ Restore-MgBetaPolicyDeletedItemCrossTenantPartnerIdentitySynchronization -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -384,6 +384,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Restore-MgBetaPolicyDeletedItemCrossTenantSyncPolicyPartner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Restore-MgBetaPolicyDeletedItemCrossTenantSyncPolicyPartner.md index 7bb72a8a357c4..365d47e068201 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Restore-MgBetaPolicyDeletedItemCrossTenantSyncPolicyPartner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Restore-MgBetaPolicyDeletedItemCrossTenantSyncPolicyPartner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/restore-mgbetapolicydeleteditemcrosstenantsyncpolicypartner Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Restore-MgBetaPolicyDeletedItemCrossTenantSyncPolicyPartner --- @@ -24,7 +24,7 @@ Restore-MgBetaPolicyDeletedItemCrossTenantSyncPolicyPartner -CrossTenantIdentitySyncPolicyPartnerTenantId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### RestoreViaIdentity @@ -34,7 +34,6 @@ Restore-MgBetaPolicyDeletedItemCrossTenantSyncPolicyPartner -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -46,6 +45,19 @@ This cmdlet has the following aliases, Restore a deleted crossTenantIdentitySyncPolicyPartner object. +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.SignIns + +Restore-MgBetaPolicyDeletedItemCrossTenantSyncPolicyPartner -CrossTenantIdentitySyncPolicyPartnerTenantId $crossTenantIdentitySyncPolicyPartnerTenantId + +``` +This example shows how to use the Restore-MgBetaPolicyDeletedItemCrossTenantSyncPolicyPartner Cmdlet. + + ## PARAMETERS ### -Break @@ -384,6 +396,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy @@ -456,6 +469,5 @@ INPUTOBJECT ``: Identity Parameter - diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Set-MgBetaIdentityB2CUserFlowLanguageDefaultPageContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Set-MgBetaIdentityB2CUserFlowLanguageDefaultPageContent.md index f563fa87b4f04..04feca641867c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Set-MgBetaIdentityB2CUserFlowLanguageDefaultPageContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Set-MgBetaIdentityB2CUserFlowLanguageDefaultPageContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/set-mgbetaidentityb2cuserflowlanguagedefaultpagecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaIdentityB2CUserFlowLanguageDefaultPageContent --- @@ -27,7 +27,6 @@ Set-MgBetaIdentityB2CUserFlowLanguageDefaultPageContent -B2CIdentityUserFlowId < [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -38,7 +37,6 @@ Set-MgBetaIdentityB2CUserFlowLanguageDefaultPageContent -InputObject ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -525,6 +523,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Set-MgBetaIdentityB2CUserFlowLanguageOverridePageContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Set-MgBetaIdentityB2CUserFlowLanguageOverridePageContent.md index 51020ffe2272e..8796d5da6f8d9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Set-MgBetaIdentityB2CUserFlowLanguageOverridePageContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Set-MgBetaIdentityB2CUserFlowLanguageOverridePageContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/set-mgbetaidentityb2cuserflowlanguageoverridepagecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaIdentityB2CUserFlowLanguageOverridePageContent --- @@ -27,7 +27,6 @@ Set-MgBetaIdentityB2CUserFlowLanguageOverridePageContent -B2CIdentityUserFlowId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -38,7 +37,6 @@ Set-MgBetaIdentityB2CUserFlowLanguageOverridePageContent -InputObject ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -558,6 +556,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Set-MgBetaIdentityB2CUserFlowUserAttributeAssignmentOrder.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Set-MgBetaIdentityB2CUserFlowUserAttributeAssignmentOrder.md index f779e2f7b5189..8a352c27ed0f6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Set-MgBetaIdentityB2CUserFlowUserAttributeAssignmentOrder.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Set-MgBetaIdentityB2CUserFlowUserAttributeAssignmentOrder.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/set-mgbetaidentityb2cuserflowuserattributeassignmentorder Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaIdentityB2CUserFlowUserAttributeAssignmentOrder --- @@ -25,7 +25,6 @@ Set-MgBetaIdentityB2CUserFlowUserAttributeAssignmentOrder -B2CIdentityUserFlowId [-NewAssignmentOrder ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Set @@ -36,7 +35,6 @@ Set-MgBetaIdentityB2CUserFlowUserAttributeAssignmentOrder -B2CIdentityUserFlowId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentityExpanded @@ -47,7 +45,6 @@ Set-MgBetaIdentityB2CUserFlowUserAttributeAssignmentOrder -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -58,7 +55,6 @@ Set-MgBetaIdentityB2CUserFlowUserAttributeAssignmentOrder -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -564,6 +560,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Set-MgBetaIdentityB2XUserFlowLanguageDefaultPageContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Set-MgBetaIdentityB2XUserFlowLanguageDefaultPageContent.md index 3a4a461f33a97..985da0257235f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Set-MgBetaIdentityB2XUserFlowLanguageDefaultPageContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Set-MgBetaIdentityB2XUserFlowLanguageDefaultPageContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/set-mgbetaidentityb2xuserflowlanguagedefaultpagecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaIdentityB2XUserFlowLanguageDefaultPageContent --- @@ -30,7 +30,6 @@ Set-MgBetaIdentityB2XUserFlowLanguageDefaultPageContent -B2XIdentityUserFlowId < [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -41,7 +40,6 @@ Set-MgBetaIdentityB2XUserFlowLanguageDefaultPageContent -InputObject ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -528,6 +526,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Set-MgBetaIdentityB2XUserFlowLanguageOverridePageContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Set-MgBetaIdentityB2XUserFlowLanguageOverridePageContent.md index d3f6134bccf92..86c3641f25b3a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Set-MgBetaIdentityB2XUserFlowLanguageOverridePageContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Set-MgBetaIdentityB2XUserFlowLanguageOverridePageContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/set-mgbetaidentityb2xuserflowlanguageoverridepagecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaIdentityB2XUserFlowLanguageOverridePageContent --- @@ -30,7 +30,6 @@ Set-MgBetaIdentityB2XUserFlowLanguageOverridePageContent -B2XIdentityUserFlowId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -41,7 +40,6 @@ Set-MgBetaIdentityB2XUserFlowLanguageOverridePageContent -InputObject ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -536,6 +534,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Set-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Set-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef.md index 1c6aa0213206f..a6e7fc7a53ffb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Set-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Set-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/set-mgbetaidentityb2xuserflowpostattributecollectionbyref Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef --- @@ -28,7 +28,6 @@ Set-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef -B2XIdentityUserFlowId [-OdataType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Set @@ -39,7 +38,6 @@ Set-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef -B2XIdentityUserFlowId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentityExpanded @@ -50,7 +48,6 @@ Set-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -61,7 +58,6 @@ Set-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -572,6 +568,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Set-MgBetaIdentityB2XUserFlowPostFederationSignupByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Set-MgBetaIdentityB2XUserFlowPostFederationSignupByRef.md index bc4437aeef8fb..4b4e24a10a934 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Set-MgBetaIdentityB2XUserFlowPostFederationSignupByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Set-MgBetaIdentityB2XUserFlowPostFederationSignupByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/set-mgbetaidentityb2xuserflowpostfederationsignupbyref Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaIdentityB2XUserFlowPostFederationSignupByRef --- @@ -28,7 +28,6 @@ Set-MgBetaIdentityB2XUserFlowPostFederationSignupByRef -B2XIdentityUserFlowId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Set @@ -39,7 +38,6 @@ Set-MgBetaIdentityB2XUserFlowPostFederationSignupByRef -B2XIdentityUserFlowId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentityExpanded @@ -50,7 +48,6 @@ Set-MgBetaIdentityB2XUserFlowPostFederationSignupByRef -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -61,7 +58,6 @@ Set-MgBetaIdentityB2XUserFlowPostFederationSignupByRef -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -572,6 +568,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Set-MgBetaIdentityB2XUserFlowUserAttributeAssignmentOrder.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Set-MgBetaIdentityB2XUserFlowUserAttributeAssignmentOrder.md index 45769bd7e135b..c6b6977a39f0e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Set-MgBetaIdentityB2XUserFlowUserAttributeAssignmentOrder.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Set-MgBetaIdentityB2XUserFlowUserAttributeAssignmentOrder.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/set-mgbetaidentityb2xuserflowuserattributeassignmentorder Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaIdentityB2XUserFlowUserAttributeAssignmentOrder --- @@ -28,7 +28,6 @@ Set-MgBetaIdentityB2XUserFlowUserAttributeAssignmentOrder -B2XIdentityUserFlowId [-NewAssignmentOrder ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Set @@ -39,7 +38,6 @@ Set-MgBetaIdentityB2XUserFlowUserAttributeAssignmentOrder -B2XIdentityUserFlowId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentityExpanded @@ -50,7 +48,6 @@ Set-MgBetaIdentityB2XUserFlowUserAttributeAssignmentOrder -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -61,7 +58,6 @@ Set-MgBetaIdentityB2XUserFlowUserAttributeAssignmentOrder -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -567,6 +563,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Set-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Set-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization.md index e938b0907c567..ad3d898e2542e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Set-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Set-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/set-mgbetapolicycrosstenantaccesspolicypartneridentitysynchronization Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization --- @@ -31,7 +31,6 @@ Set-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization [-UserSyncInbound ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Set @@ -43,7 +42,6 @@ Set-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentityExpanded @@ -57,7 +55,6 @@ Set-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization [-UserSyncInbound ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -69,7 +66,6 @@ Set-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -98,6 +94,9 @@ Import-Module Microsoft.Graph.Beta.Identity.SignIns $params = @{ displayName = "Fabrikam" + groupSyncInbound = @{ + isSyncAllowed = $true + } userSyncInbound = @{ isSyncAllowed = $true } @@ -713,6 +712,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Set-MgBetaPolicyDeletedItemCrossTenantPartnerIdentitySynchronization.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Set-MgBetaPolicyDeletedItemCrossTenantPartnerIdentitySynchronization.md index 971a1b1d70b29..7cdce25730722 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Set-MgBetaPolicyDeletedItemCrossTenantPartnerIdentitySynchronization.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Set-MgBetaPolicyDeletedItemCrossTenantPartnerIdentitySynchronization.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/set-mgbetapolicydeleteditemcrosstenantpartneridentitysynchronization Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaPolicyDeletedItemCrossTenantPartnerIdentitySynchronization --- @@ -28,7 +28,6 @@ Set-MgBetaPolicyDeletedItemCrossTenantPartnerIdentitySynchronization [-UserSyncInbound ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Set @@ -40,7 +39,6 @@ Set-MgBetaPolicyDeletedItemCrossTenantPartnerIdentitySynchronization [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentityExpanded @@ -54,7 +52,6 @@ Set-MgBetaPolicyDeletedItemCrossTenantPartnerIdentitySynchronization [-UserSyncInbound ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -66,7 +63,6 @@ Set-MgBetaPolicyDeletedItemCrossTenantPartnerIdentitySynchronization [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -682,6 +678,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Set-MgBetaPolicyDeletedItemCrossTenantSyncPolicyPartner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Set-MgBetaPolicyDeletedItemCrossTenantSyncPolicyPartner.md index 0dfcd6f7799f2..e2af46fe87ee3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Set-MgBetaPolicyDeletedItemCrossTenantSyncPolicyPartner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Set-MgBetaPolicyDeletedItemCrossTenantSyncPolicyPartner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/set-mgbetapolicydeleteditemcrosstenantsyncpolicypartner Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaPolicyDeletedItemCrossTenantSyncPolicyPartner --- @@ -28,7 +28,6 @@ Set-MgBetaPolicyDeletedItemCrossTenantSyncPolicyPartner [-UserSyncInbound ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Set @@ -40,7 +39,6 @@ Set-MgBetaPolicyDeletedItemCrossTenantSyncPolicyPartner [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentityExpanded @@ -54,7 +52,6 @@ Set-MgBetaPolicyDeletedItemCrossTenantSyncPolicyPartner -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -65,7 +62,6 @@ Set-MgBetaPolicyDeletedItemCrossTenantSyncPolicyPartner -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -681,6 +677,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Set-MgBetaTrustFrameworkPolicyContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Set-MgBetaTrustFrameworkPolicyContent.md index d568dba31743a..8d15d1de46537 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Set-MgBetaTrustFrameworkPolicyContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Set-MgBetaTrustFrameworkPolicyContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/set-mgbetatrustframeworkpolicycontent Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaTrustFrameworkPolicyContent --- @@ -26,7 +26,6 @@ Set-MgBetaTrustFrameworkPolicyContent -TrustFrameworkPolicyId -InFile < [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -37,7 +36,6 @@ Set-MgBetaTrustFrameworkPolicyContent -InputObject -I [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -490,6 +488,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Set-MgBetaUserAuthenticationHardwareOathMethodAndActivate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Set-MgBetaUserAuthenticationHardwareOathMethodAndActivate.md index 3ac3132ede5a9..352d696a0c7b9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Set-MgBetaUserAuthenticationHardwareOathMethodAndActivate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Set-MgBetaUserAuthenticationHardwareOathMethodAndActivate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/set-mgbetauserauthenticationhardwareoathmethodandactivate Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaUserAuthenticationHardwareOathMethodAndActivate --- @@ -27,7 +27,6 @@ Set-MgBetaUserAuthenticationHardwareOathMethodAndActivate -UserId [-VerificationCode ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Assign @@ -38,7 +37,6 @@ Set-MgBetaUserAuthenticationHardwareOathMethodAndActivate -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AssignViaIdentityExpanded @@ -50,7 +48,6 @@ Set-MgBetaUserAuthenticationHardwareOathMethodAndActivate -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AssignViaIdentity @@ -61,7 +58,6 @@ Set-MgBetaUserAuthenticationHardwareOathMethodAndActivate -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -78,7 +74,7 @@ This operation requires the device ID to activate it. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | UserAuthMethod-HardwareOATH.ReadWrite, UserAuthMethod-HardwareOATH.ReadWrite.All, UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.ReadWrite, | +| Delegated (work or school account) | UserAuthMethod-HardwareOATH.ReadWrite, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-HardwareOATH.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | UserAuthMethod-HardwareOATH.ReadWrite.All, UserAuthenticationMethod.ReadWrite.All, | @@ -886,7 +882,7 @@ Read-only. [Operator ]: customSecurityAttributeComparisonOperator [MaxLifetime ]: String value that indicates the maximum lifetime for key expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. -This property is required when restrictionType is set to keyLifetime. +This property is required when restrictionType is set to asymmetricKeyLifetime. [RestrictForAppsCreatedAfterDateTime ]: Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied. [RestrictionType ]: appKeyCredentialRestrictionType @@ -921,7 +917,7 @@ For existing applications, the enforcement date can be retroactively applied. [NonDefaultUriAddition ]: identifierUriRestriction [(Any) ]: This indicates any property can be added to this object. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExcludeAppsReceivingV2Tokens ]: If true, the restriction isn't enforced for applications that are configured to receive V2 tokens in Microsoft Entra ID; else, the restriction isn't enforced for those applications. + [ExcludeAppsReceivingV2Tokens ]: If true, the restriction isn't enforced for applications that are configured to receive V2 tokens in Microsoft Entra ID; else, the restriction is enforced for those applications. [ExcludeSaml ]: If true, the restriction isn't enforced for SAML applications in Microsoft Entra ID; else, the restriction is enforced for those applications. [RestrictForAppsCreatedAfterDateTime ]: Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied. @@ -3128,7 +3124,9 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisioningPolicyId ]: The provisioning policy ID of the Cloud PC. [ProvisioningPolicyName ]: The provisioning policy that is applied during the provisioning of Cloud PCs. [ProvisioningType ]: cloudPcProvisioningType - [ScopeIds ]: + [ScopeIds ]: The scope IDs of the corresponding permission. +Currently, it's the Intune scope tag ID. +Read-only. [ServicePlanId ]: The service plan ID of the Cloud PC. [ServicePlanName ]: The service plan name of the Cloud PC. [ServicePlanType ]: cloudPcServicePlanType @@ -3153,6 +3151,39 @@ Read-only. Read-only. [UserExperienceType ]: cloudPcUserExperienceType [UserPrincipalName ]: The user principal name (UPN) of the user assigned to the Cloud PC. + [CloudPcPools ]: The user's Cloud PC pools. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Assignments ]: The collection of assignments that grant user or service principal identities access to this pool. + [Id ]: The unique identifier for an entity. +Read-only. + [Capabilities ]: cloudPcPoolCapabilityConfiguration + [(Any) ]: This indicates any property can be added to this object. + [CloudPcConfiguration ]: cloudPcConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ImageDisplayName ]: The display name of the image. +Read-only. + [ImageId ]: The unique identifier of the operating system image used for provisioning new Cloud PCs. +The format for a gallery type image is: {publisherNameofferNameskuName}. + [ImageType ]: cloudPcProvisioningPolicyImageType + [OSLocale ]: The operating system locale for the Cloud PC. + [CreatedDateTime ]: The date and time when the pool was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2026 is 2026-01-01T00:00:00Z. +Read-only. + [Description ]: The description of the pool. +The maximum length is 512 characters. + [DisplayName ]: The display name of the pool. +The name is unique across Cloud PC pools in an organization. +The maximum length is 60 characters. + [LastModifiedDateTime ]: The date and time when the pool was last modified. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2026 is 2026-01-01T00:00:00Z. +Read-only. + [NetworkConfiguration ]: cloudPcNetworkConfiguration + [(Any) ]: This indicates any property can be added to this object. [CloudRealtimeCommunicationInfo ]: cloudRealtimeCommunicationInfo [(Any) ]: This indicates any property can be added to this object. [IsSipEnabled ]: Indicates whether the user has a SIP-enabled client registered for them. @@ -3360,7 +3391,7 @@ Read-only. [Activity ]: userActivityType [ContentEntries ]: A collection of content entries to be processed. Each entry contains the content itself and its metadata. -Use conversation metadata for content like prompts and responses and file metadata for files. +Use conversation metadata for content like prompts and responses, file metadata for files, and content activity metadata for enforcement result status entries. Required. [Content ]: contentBase [(Any) ]: This indicates any property can be added to this object. @@ -3660,6 +3691,19 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: + [ExpirationDateTime ]: + [LockType ]: lockType + [Owners ]: + [DisplayName ]: The display name of the identity. +For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -4780,7 +4824,7 @@ Helps organize related content types. Only site collection administrators can seal or unseal content types. [DisplayName ]: The displayable title of the list. [Drive ]: drive - [ItemCount ]: The number of items in the list. + [ItemCount ]: The total count of items in the list. Read-only. [Items ]: All items contained in the list. [List ]: listInfo @@ -5438,8 +5482,9 @@ This property can also be set to any custom string. [(Any) ]: This indicates any property can be added to this object. [ApproverDelegate ]: approverDelegate [(Any) ]: This indicates any property can be added to this object. - [Delegate ]: subjectSet + [Delegate ]: userSet [(Any) ]: This indicates any property can be added to this object. + [IsBackup ]: For a user in an approval stage, this property indicates whether the user is a backup fallback approver. [Schedule ]: requestSchedule [(Any) ]: This indicates any property can be added to this object. [Expiration ]: expirationPattern @@ -5559,7 +5604,8 @@ Requires $select to retrieve. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. - [IsResourceAccount ]: Do not use – reserved for future use. + [IsResourceAccount ]: Do not use. +Reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -6035,7 +6081,10 @@ If true, it shows the task. [IsOnMyDayLastModifiedDate ]: Read-only. The date on which task is added to or removed from MyDay. [LastModifiedBy ]: identitySet - [LastModifiedDateTime ]: + [LastModifiedDateTime ]: Read-only. +Date and time at which this is last modified. +The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z [Messages ]: Read-only. Nullable. Chat messages associated with the task. @@ -6227,7 +6276,7 @@ For the list of possible values, see Microsoft 365 group behaviors and provision The possible value is Team. For more information, see Microsoft 365 group behaviors and provisioning options. Returned by default. -Supports $filter (eq, not, startsWith. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required.Returned by default. Supports $filter (eq, ne, not, in). @@ -6275,6 +6324,7 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [JoinedUsers ]: [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType @@ -7582,6 +7632,10 @@ Read-only. [JoinDateTime ]: The time the attendee joined in UTC. [LeaveDateTime ]: The time the attendee left in UTC. [EmailAddress ]: Email address of the user associated with this attendance record. + [Engagements ]: The list of real-time participant interaction behaviors during a meeting. + [DateTime ]: The UTC date and time when the engagement event occurred, in ISO 8601 format. + [EngagementSubType ]: The specific engagement action within the type (e.g., like, love, applause, laugh, surprised for reactions; raiseHand for hand; cameraOn for camera; unmute, mute for microphone). + [EngagementType ]: meetingEngagementType [ExternalRegistrationInformation ]: virtualEventExternalRegistrationInformation [(Any) ]: This indicates any property can be added to this object. [Referrer ]: A URL or string that represents the location from which the registrant registered. @@ -7630,6 +7684,11 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [AllowTextOnly ]: Indicates whether only text is allowed in the meeting chat. Optional. + [CloudVideoInteropInfo ]: cloudVideoInteropInfo + [(Any) ]: This indicates any property can be added to this object. + [MoreInfoWebUrl ]: + [TenantKey ]: + [VideoTeleconferenceId ]: [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -7904,14 +7963,6 @@ Read-only. Supports $select. Read-only. [AppliedBy ]: userIdentity - [(Any) ]: This indicates any property can be added to this object. - [DisplayName ]: The display name of the identity. -For drive items, the display name might not always be available or up to date. -For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. - [Id ]: Unique identifier for the identity or actor. -For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [AppliedDateTime ]: The timestamp when the approval decision was applied. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -9076,7 +9127,7 @@ Users can control this setting in Office Delve. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [InPlaceArchiveMailboxId ]: + [InPlaceArchiveMailboxId ]: The unique identifier for the user's In-Place Archive mailbox. [PrimaryMailboxId ]: The unique identifier for the user's primary mailbox. [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. @@ -9447,6 +9498,8 @@ Read-only. [EndDateTime ]: dateTimeTimeZone [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. + [IsRegistrationEnabled ]: + [IsRegistrationRequired ]: [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -9484,6 +9537,7 @@ Read-only. [AudioConferencing ]: audioConferencing [ChatInfo ]: chatInfo [ChatRestrictions ]: chatRestrictions + [CloudVideoInteropInfo ]: cloudVideoInteropInfo [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -9506,6 +9560,7 @@ Read-only. [WatermarkProtection ]: watermarkProtectionValues [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [Presenters ]: [Registrations ]: @@ -9559,6 +9614,8 @@ For example, in the access reviews decisions API, this property might record the [RegistrationConfiguration ]: virtualEventWebinarRegistrationConfiguration [(Any) ]: This indicates any property can be added to this object. [Capacity ]: Total capacity of the virtual event. + [IsManualApprovalEnabled ]: Indicates whether registrations require organizer approval before a participant is confirmed. + [IsWaitlistEnabled ]: Indicates whether more registrants are automatically placed on a waitlist when capacity is reached. [Questions ]: Registration questions. [Id ]: The unique identifier for an entity. Read-only. @@ -9568,8 +9625,6 @@ The default value is false. [RegistrationWebUrl ]: Registration URL of the virtual event. [Id ]: The unique identifier for an entity. Read-only. - [IsManualApprovalEnabled ]: - [IsWaitlistEnabled ]: [Registrations ]: Registration records of the webinar. [WindowsInformationProtectionDeviceRegistrations ]: Zero or more WIP device registrations that belong to the user. [Id ]: The unique identifier for an entity. @@ -9920,7 +9975,7 @@ Read-only. [Operator ]: customSecurityAttributeComparisonOperator [MaxLifetime ]: String value that indicates the maximum lifetime for key expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. -This property is required when restrictionType is set to keyLifetime. +This property is required when restrictionType is set to asymmetricKeyLifetime. [RestrictForAppsCreatedAfterDateTime ]: Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied. [RestrictionType ]: appKeyCredentialRestrictionType @@ -9955,7 +10010,7 @@ For existing applications, the enforcement date can be retroactively applied. [NonDefaultUriAddition ]: identifierUriRestriction [(Any) ]: This indicates any property can be added to this object. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExcludeAppsReceivingV2Tokens ]: If true, the restriction isn't enforced for applications that are configured to receive V2 tokens in Microsoft Entra ID; else, the restriction isn't enforced for those applications. + [ExcludeAppsReceivingV2Tokens ]: If true, the restriction isn't enforced for applications that are configured to receive V2 tokens in Microsoft Entra ID; else, the restriction is enforced for those applications. [ExcludeSaml ]: If true, the restriction isn't enforced for SAML applications in Microsoft Entra ID; else, the restriction is enforced for those applications. [RestrictForAppsCreatedAfterDateTime ]: Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied. @@ -12162,7 +12217,9 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisioningPolicyId ]: The provisioning policy ID of the Cloud PC. [ProvisioningPolicyName ]: The provisioning policy that is applied during the provisioning of Cloud PCs. [ProvisioningType ]: cloudPcProvisioningType - [ScopeIds ]: + [ScopeIds ]: The scope IDs of the corresponding permission. +Currently, it's the Intune scope tag ID. +Read-only. [ServicePlanId ]: The service plan ID of the Cloud PC. [ServicePlanName ]: The service plan name of the Cloud PC. [ServicePlanType ]: cloudPcServicePlanType @@ -12187,6 +12244,39 @@ Read-only. Read-only. [UserExperienceType ]: cloudPcUserExperienceType [UserPrincipalName ]: The user principal name (UPN) of the user assigned to the Cloud PC. + [CloudPcPools ]: The user's Cloud PC pools. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Assignments ]: The collection of assignments that grant user or service principal identities access to this pool. + [Id ]: The unique identifier for an entity. +Read-only. + [Capabilities ]: cloudPcPoolCapabilityConfiguration + [(Any) ]: This indicates any property can be added to this object. + [CloudPcConfiguration ]: cloudPcConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ImageDisplayName ]: The display name of the image. +Read-only. + [ImageId ]: The unique identifier of the operating system image used for provisioning new Cloud PCs. +The format for a gallery type image is: {publisherNameofferNameskuName}. + [ImageType ]: cloudPcProvisioningPolicyImageType + [OSLocale ]: The operating system locale for the Cloud PC. + [CreatedDateTime ]: The date and time when the pool was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2026 is 2026-01-01T00:00:00Z. +Read-only. + [Description ]: The description of the pool. +The maximum length is 512 characters. + [DisplayName ]: The display name of the pool. +The name is unique across Cloud PC pools in an organization. +The maximum length is 60 characters. + [LastModifiedDateTime ]: The date and time when the pool was last modified. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2026 is 2026-01-01T00:00:00Z. +Read-only. + [NetworkConfiguration ]: cloudPcNetworkConfiguration + [(Any) ]: This indicates any property can be added to this object. [CloudRealtimeCommunicationInfo ]: cloudRealtimeCommunicationInfo [(Any) ]: This indicates any property can be added to this object. [IsSipEnabled ]: Indicates whether the user has a SIP-enabled client registered for them. @@ -12394,7 +12484,7 @@ Read-only. [Activity ]: userActivityType [ContentEntries ]: A collection of content entries to be processed. Each entry contains the content itself and its metadata. -Use conversation metadata for content like prompts and responses and file metadata for files. +Use conversation metadata for content like prompts and responses, file metadata for files, and content activity metadata for enforcement result status entries. Required. [Content ]: contentBase [(Any) ]: This indicates any property can be added to this object. @@ -12694,6 +12784,19 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: + [ExpirationDateTime ]: + [LockType ]: lockType + [Owners ]: + [DisplayName ]: The display name of the identity. +For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -13814,7 +13917,7 @@ Helps organize related content types. Only site collection administrators can seal or unseal content types. [DisplayName ]: The displayable title of the list. [Drive ]: drive - [ItemCount ]: The number of items in the list. + [ItemCount ]: The total count of items in the list. Read-only. [Items ]: All items contained in the list. [List ]: listInfo @@ -14472,8 +14575,9 @@ This property can also be set to any custom string. [(Any) ]: This indicates any property can be added to this object. [ApproverDelegate ]: approverDelegate [(Any) ]: This indicates any property can be added to this object. - [Delegate ]: subjectSet + [Delegate ]: userSet [(Any) ]: This indicates any property can be added to this object. + [IsBackup ]: For a user in an approval stage, this property indicates whether the user is a backup fallback approver. [Schedule ]: requestSchedule [(Any) ]: This indicates any property can be added to this object. [Expiration ]: expirationPattern @@ -14593,7 +14697,8 @@ Requires $select to retrieve. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. - [IsResourceAccount ]: Do not use – reserved for future use. + [IsResourceAccount ]: Do not use. +Reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -15069,7 +15174,10 @@ If true, it shows the task. [IsOnMyDayLastModifiedDate ]: Read-only. The date on which task is added to or removed from MyDay. [LastModifiedBy ]: identitySet - [LastModifiedDateTime ]: + [LastModifiedDateTime ]: Read-only. +Date and time at which this is last modified. +The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z [Messages ]: Read-only. Nullable. Chat messages associated with the task. @@ -15261,7 +15369,7 @@ For the list of possible values, see Microsoft 365 group behaviors and provision The possible value is Team. For more information, see Microsoft 365 group behaviors and provisioning options. Returned by default. -Supports $filter (eq, not, startsWith. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required.Returned by default. Supports $filter (eq, ne, not, in). @@ -15309,6 +15417,7 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [JoinedUsers ]: [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType @@ -16616,6 +16725,10 @@ Read-only. [JoinDateTime ]: The time the attendee joined in UTC. [LeaveDateTime ]: The time the attendee left in UTC. [EmailAddress ]: Email address of the user associated with this attendance record. + [Engagements ]: The list of real-time participant interaction behaviors during a meeting. + [DateTime ]: The UTC date and time when the engagement event occurred, in ISO 8601 format. + [EngagementSubType ]: The specific engagement action within the type (e.g., like, love, applause, laugh, surprised for reactions; raiseHand for hand; cameraOn for camera; unmute, mute for microphone). + [EngagementType ]: meetingEngagementType [ExternalRegistrationInformation ]: virtualEventExternalRegistrationInformation [(Any) ]: This indicates any property can be added to this object. [Referrer ]: A URL or string that represents the location from which the registrant registered. @@ -16664,6 +16777,11 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [AllowTextOnly ]: Indicates whether only text is allowed in the meeting chat. Optional. + [CloudVideoInteropInfo ]: cloudVideoInteropInfo + [(Any) ]: This indicates any property can be added to this object. + [MoreInfoWebUrl ]: + [TenantKey ]: + [VideoTeleconferenceId ]: [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -16938,14 +17056,6 @@ Read-only. Supports $select. Read-only. [AppliedBy ]: userIdentity - [(Any) ]: This indicates any property can be added to this object. - [DisplayName ]: The display name of the identity. -For drive items, the display name might not always be available or up to date. -For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. - [Id ]: Unique identifier for the identity or actor. -For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [AppliedDateTime ]: The timestamp when the approval decision was applied. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -18110,7 +18220,7 @@ Users can control this setting in Office Delve. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [InPlaceArchiveMailboxId ]: + [InPlaceArchiveMailboxId ]: The unique identifier for the user's In-Place Archive mailbox. [PrimaryMailboxId ]: The unique identifier for the user's primary mailbox. [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. @@ -18481,6 +18591,8 @@ Read-only. [EndDateTime ]: dateTimeTimeZone [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. + [IsRegistrationEnabled ]: + [IsRegistrationRequired ]: [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -18518,6 +18630,7 @@ Read-only. [AudioConferencing ]: audioConferencing [ChatInfo ]: chatInfo [ChatRestrictions ]: chatRestrictions + [CloudVideoInteropInfo ]: cloudVideoInteropInfo [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -18540,6 +18653,7 @@ Read-only. [WatermarkProtection ]: watermarkProtectionValues [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [Presenters ]: [Registrations ]: @@ -18593,6 +18707,8 @@ For example, in the access reviews decisions API, this property might record the [RegistrationConfiguration ]: virtualEventWebinarRegistrationConfiguration [(Any) ]: This indicates any property can be added to this object. [Capacity ]: Total capacity of the virtual event. + [IsManualApprovalEnabled ]: Indicates whether registrations require organizer approval before a participant is confirmed. + [IsWaitlistEnabled ]: Indicates whether more registrants are automatically placed on a waitlist when capacity is reached. [Questions ]: Registration questions. [Id ]: The unique identifier for an entity. Read-only. @@ -18602,8 +18718,6 @@ The default value is false. [RegistrationWebUrl ]: Registration URL of the virtual event. [Id ]: The unique identifier for an entity. Read-only. - [IsManualApprovalEnabled ]: - [IsWaitlistEnabled ]: [Registrations ]: Registration records of the webinar. [WindowsInformationProtectionDeviceRegistrations ]: Zero or more WIP device registrations that belong to the user. [Id ]: The unique identifier for an entity. @@ -18684,6 +18798,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Set-MgBetaUserAuthenticationHardwareOathMethodAndActivateBySerialNumber.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Set-MgBetaUserAuthenticationHardwareOathMethodAndActivateBySerialNumber.md index 3cc251f7a97c0..1caa629c106de 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Set-MgBetaUserAuthenticationHardwareOathMethodAndActivateBySerialNumber.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Set-MgBetaUserAuthenticationHardwareOathMethodAndActivateBySerialNumber.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/set-mgbetauserauthenticationhardwareoathmethodandactivatebyserialnumber Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaUserAuthenticationHardwareOathMethodAndActivateBySerialNumber --- @@ -25,7 +25,6 @@ Set-MgBetaUserAuthenticationHardwareOathMethodAndActivateBySerialNumber -UserId [-SerialNumber ] [-VerificationCode ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Assign @@ -36,7 +35,6 @@ Set-MgBetaUserAuthenticationHardwareOathMethodAndActivateBySerialNumber -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AssignViaIdentityExpanded @@ -48,7 +46,6 @@ Set-MgBetaUserAuthenticationHardwareOathMethodAndActivateBySerialNumber [-VerificationCode ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AssignViaIdentity @@ -60,7 +57,6 @@ Set-MgBetaUserAuthenticationHardwareOathMethodAndActivateBySerialNumber [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -76,7 +72,7 @@ Assign and activate a hardware token at the same time by hardware token serial n | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | UserAuthMethod-HardwareOATH.ReadWrite, UserAuthMethod-HardwareOATH.ReadWrite.All, UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.ReadWrite, | +| Delegated (work or school account) | UserAuthMethod-HardwareOATH.ReadWrite, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-HardwareOATH.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | UserAuthMethod-HardwareOATH.ReadWrite.All, UserAuthenticationMethod.ReadWrite.All, | @@ -617,6 +613,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Test-MgBetaIdentityConditionalAccess.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Test-MgBetaIdentityConditionalAccess.md index 7d118be5cd2c9..e60bd621113da 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Test-MgBetaIdentityConditionalAccess.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Test-MgBetaIdentityConditionalAccess.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/test-mgbetaidentityconditionalaccess Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Test-MgBetaIdentityConditionalAccess --- @@ -29,7 +29,6 @@ Test-MgBetaIdentityConditionalAccess [-ResponseHeadersVariable ] [-SignInIdentity ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Evaluate @@ -40,7 +39,6 @@ Test-MgBetaIdentityConditionalAccess [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -56,9 +54,158 @@ Evaluates the applicability of Conditional Access Policies in your tenant based | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Policy.Read.ConditionalAccess, Policy.ReadWrite.ConditionalAccess, Policy.Read.All, | +| Delegated (work or school account) | Policy.Read.ConditionalAccess, Policy.Read.All, Policy.ReadWrite.ConditionalAccess, | | Delegated (personal Microsoft account) | Not supported | -| Application | Policy.Read.ConditionalAccess, Policy.ReadWrite.ConditionalAccess, Policy.Read.All, | +| Application | Policy.Read.ConditionalAccess, Policy.Read.All, Policy.ReadWrite.ConditionalAccess, | + +## EXAMPLES +### Example 1: Identify conditional access policies that would apply to a user accessing an application + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.SignIns + +$params = @{ + signInIdentity = @{ + "@odata.type" = "#microsoft.graph.userSignIn" + userId = "15dc174b-f34c-4588-ac45-61d6e05dce93" + } + signInContext = @{ + "@odata.type" = "#microsoft.graph.applicationContext" + includeApplications = @( + "00000003-0000-0ff1-ce00-000000000000" + ) +} +signInConditions = @{ + devicePlatform = "android" + clientAppType = "browser" + signInRiskLevel = "high" + userRiskLevel = "high" + country = "US" + ipAddress = "40.77.182.32" + insiderRiskLevel = "elevated" + authenticationFlow = @{ + transferMethod = "deviceCodeFlow" + } + deviceInfo = @{ + isCompliant = $true + } +} +appliedPoliciesOnly = $true +} + +Test-MgBetaIdentityConditionalAccess -BodyParameter $params + +``` +This example will identify conditional access policies that would apply to a user accessing an application + +### Example 2: Identify conditional access policies that would apply to a user accessing a sensitive file protected by an authentication context + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.SignIns + +$params = @{ + signInIdentity = @{ + "@odata.type" = "#microsoft.graph.userSignIn" + userId = "15dc174b-f34c-4588-ac45-61d6e05dce93" + } + signInContext = @{ + "@odata.type" = "#microsoft.graph.authContext" + authenticationContextValue = "c37" + } + signInConditions = @{ + devicePlatform = "windows" + clientAppType = "mobileAppsAndDesktopClients" + signInRiskLevel = "medium" + userRiskLevel = "none" + country = "US" + ipAddress = "40.77.182.32" + insiderRiskLevel = "moderate" + authenticationFlow = @{ + transferMethod = "authenticationTransfer" + } + deviceInfo = @{ + profileType = "Standard" + } + } + appliedPoliciesOnly = $true +} + +Test-MgBetaIdentityConditionalAccess -BodyParameter $params + +``` +This example will identify conditional access policies that would apply to a user accessing a sensitive file protected by an authentication context + +### Example 3: Identify conditional access policies that would apply to a user performing a user action + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.SignIns + +$params = @{ + signInIdentity = @{ + "@odata.type" = "#microsoft.graph.userSignIn" + userId = "15dc174b-f34c-4588-ac45-61d6e05dce93" + } + signInContext = @{ + "@odata.type" = "#microsoft.graph.userActionContext" + userAction = "registerSecurityInformation" + } + signInConditions = @{ + devicePlatform = "macOS" + clientAppType = "browser" + signInRiskLevel = "low" + userRiskLevel = "high" + servicePrincipalRiskLevel = "none" + country = "CA" + ipAddress = "40.77.182.32" + insiderRiskLevel = "minor" + authenticationFlow = @{ + transferMethod = "deviceCodeFlow" + } + deviceInfo = @{ + trustType = "EntraID" + } + } + appliedPoliciesOnly = $true +} + +Test-MgBetaIdentityConditionalAccess -BodyParameter $params + +``` +This example will identify conditional access policies that would apply to a user performing a user action + +### Example 4: Identify conditional access policies that apply to a service principal + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.SignIns + +$params = @{ + signInIdentity = @{ + "@odata.type" = "#microsoft.graph.servicePrincipalSignIn" + servicePrincipalId = "c65b94a5-0049-439a-a6fd-bce307077730" + } + signInContext = @{ + "@odata.type" = "#microsoft.graph.applicationContext" + includeApplications = @( + "00000003-0000-0ff1-ce00-000000000000" + ) +} +signInConditions = @{ + servicePrincipalRiskLevel = "high" + country = "CA" + ipAddress = "40.77.182.32" +} +appliedPoliciesOnly = $true +} + +Test-MgBetaIdentityConditionalAccess -BodyParameter $params + +``` +This example will identify conditional access policies that apply to a service principal + ## PARAMETERS @@ -561,6 +708,5 @@ This property is set by Intune. - diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Test-MgBetaIdentityCustomAuthenticationExtensionAuthenticationConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Test-MgBetaIdentityCustomAuthenticationExtensionAuthenticationConfiguration.md index 0213d4a32af99..2d28697a6b6cc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Test-MgBetaIdentityCustomAuthenticationExtensionAuthenticationConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Test-MgBetaIdentityCustomAuthenticationExtensionAuthenticationConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/test-mgbetaidentitycustomauthenticationextensionauthenticationconfiguration Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Test-MgBetaIdentityCustomAuthenticationExtensionAuthenticationConfiguration --- @@ -28,7 +28,7 @@ Test-MgBetaIdentityCustomAuthenticationExtensionAuthenticationConfiguration [-AuthenticationConfiguration ] [-EndpointConfiguration ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Validate @@ -38,7 +38,7 @@ Test-MgBetaIdentityCustomAuthenticationExtensionAuthenticationConfiguration -CustomAuthenticationExtensionId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### ValidateViaIdentity @@ -48,7 +48,7 @@ Test-MgBetaIdentityCustomAuthenticationExtensionAuthenticationConfiguration -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Validate1 @@ -59,7 +59,6 @@ Test-MgBetaIdentityCustomAuthenticationExtensionAuthenticationConfiguration [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -526,6 +525,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Test-MgBetaInformationProtectionDataLossPreventionPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Test-MgBetaInformationProtectionDataLossPreventionPolicy.md index 7d2acf7fcf183..7fe6d3dc006c5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Test-MgBetaInformationProtectionDataLossPreventionPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Test-MgBetaInformationProtectionDataLossPreventionPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/test-mgbetainformationprotectiondatalosspreventionpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Test-MgBetaInformationProtectionDataLossPreventionPolicy --- @@ -26,7 +26,7 @@ Test-MgBetaInformationProtectionDataLossPreventionPolicy [-ResponseHeadersVariab [-NotificationInfo ] [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Evaluate @@ -37,7 +37,6 @@ Test-MgBetaInformationProtectionDataLossPreventionPolicy [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Test-MgBetaInformationProtectionPolicyLabelApplication.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Test-MgBetaInformationProtectionPolicyLabelApplication.md index fb68cbef0a333..f72c4f17477d2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Test-MgBetaInformationProtectionPolicyLabelApplication.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Test-MgBetaInformationProtectionPolicyLabelApplication.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/test-mgbetainformationprotectionpolicylabelapplication Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Test-MgBetaInformationProtectionPolicyLabelApplication --- @@ -27,7 +27,6 @@ Test-MgBetaInformationProtectionPolicyLabelApplication [-ResponseHeadersVariable [-LabelingOptions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Evaluate @@ -38,7 +37,6 @@ Test-MgBetaInformationProtectionPolicyLabelApplication [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Test-MgBetaInformationProtectionPolicyLabelClassificationResult.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Test-MgBetaInformationProtectionPolicyLabelClassificationResult.md index 301fd1a32c462..7df21e5f6b770 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Test-MgBetaInformationProtectionPolicyLabelClassificationResult.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Test-MgBetaInformationProtectionPolicyLabelClassificationResult.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/test-mgbetainformationprotectionpolicylabelclassificationresult Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Test-MgBetaInformationProtectionPolicyLabelClassificationResult --- @@ -29,7 +29,6 @@ Test-MgBetaInformationProtectionPolicyLabelClassificationResult [-ResponseHeader [-ContentInfo ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Evaluate @@ -40,7 +39,6 @@ Test-MgBetaInformationProtectionPolicyLabelClassificationResult [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Test-MgBetaInformationProtectionPolicyLabelRemoval.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Test-MgBetaInformationProtectionPolicyLabelRemoval.md index 9745d5b3c15ef..f52c378f790f9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Test-MgBetaInformationProtectionPolicyLabelRemoval.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Test-MgBetaInformationProtectionPolicyLabelRemoval.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/test-mgbetainformationprotectionpolicylabelremoval Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Test-MgBetaInformationProtectionPolicyLabelRemoval --- @@ -26,7 +26,6 @@ Test-MgBetaInformationProtectionPolicyLabelRemoval [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Evaluate @@ -37,7 +36,6 @@ Test-MgBetaInformationProtectionPolicyLabelRemoval [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Test-MgBetaUserInformationProtectionDataLossPreventionPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Test-MgBetaUserInformationProtectionDataLossPreventionPolicy.md index b7a3ce16c006a..2343849442db0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Test-MgBetaUserInformationProtectionDataLossPreventionPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Test-MgBetaUserInformationProtectionDataLossPreventionPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/test-mgbetauserinformationprotectiondatalosspreventionpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Test-MgBetaUserInformationProtectionDataLossPreventionPolicy --- @@ -27,7 +27,7 @@ Test-MgBetaUserInformationProtectionDataLossPreventionPolicy -UserId [-NotificationInfo ] [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Evaluate @@ -38,7 +38,6 @@ Test-MgBetaUserInformationProtectionDataLossPreventionPolicy -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### EvaluateViaIdentityExpanded @@ -51,7 +50,7 @@ Test-MgBetaUserInformationProtectionDataLossPreventionPolicy -InputObject ] [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### EvaluateViaIdentity @@ -62,7 +61,6 @@ Test-MgBetaUserInformationProtectionDataLossPreventionPolicy -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -653,6 +651,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Test-MgBetaUserInformationProtectionPolicyLabelApplication.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Test-MgBetaUserInformationProtectionPolicyLabelApplication.md index 0e306d3c8d3c9..455fa70f723c7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Test-MgBetaUserInformationProtectionPolicyLabelApplication.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Test-MgBetaUserInformationProtectionPolicyLabelApplication.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/test-mgbetauserinformationprotectionpolicylabelapplication Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Test-MgBetaUserInformationProtectionPolicyLabelApplication --- @@ -27,7 +27,7 @@ Test-MgBetaUserInformationProtectionPolicyLabelApplication -UserId [-ContentInfo ] [-LabelingOptions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Evaluate @@ -38,7 +38,6 @@ Test-MgBetaUserInformationProtectionPolicyLabelApplication -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### EvaluateViaIdentityExpanded @@ -49,7 +48,7 @@ Test-MgBetaUserInformationProtectionPolicyLabelApplication -InputObject ] [-LabelingOptions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### EvaluateViaIdentity @@ -60,7 +59,6 @@ Test-MgBetaUserInformationProtectionPolicyLabelApplication -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -577,6 +575,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Test-MgBetaUserInformationProtectionPolicyLabelClassificationResult.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Test-MgBetaUserInformationProtectionPolicyLabelClassificationResult.md index ab359a235cdef..281961ec45396 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Test-MgBetaUserInformationProtectionPolicyLabelClassificationResult.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Test-MgBetaUserInformationProtectionPolicyLabelClassificationResult.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/test-mgbetauserinformationprotectionpolicylabelclassificationresult Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Test-MgBetaUserInformationProtectionPolicyLabelClassificationResult --- @@ -29,7 +29,6 @@ Test-MgBetaUserInformationProtectionPolicyLabelClassificationResult -UserId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Evaluate @@ -40,7 +39,6 @@ Test-MgBetaUserInformationProtectionPolicyLabelClassificationResult -UserId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### EvaluateViaIdentityExpanded @@ -53,7 +51,6 @@ Test-MgBetaUserInformationProtectionPolicyLabelClassificationResult [-ContentInfo ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### EvaluateViaIdentity @@ -65,7 +62,6 @@ Test-MgBetaUserInformationProtectionPolicyLabelClassificationResult [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -574,6 +570,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Test-MgBetaUserInformationProtectionPolicyLabelRemoval.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Test-MgBetaUserInformationProtectionPolicyLabelRemoval.md index cb17862660d8e..fcdae4459c410 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Test-MgBetaUserInformationProtectionPolicyLabelRemoval.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Test-MgBetaUserInformationProtectionPolicyLabelRemoval.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/test-mgbetauserinformationprotectionpolicylabelremoval Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Test-MgBetaUserInformationProtectionPolicyLabelRemoval --- @@ -27,7 +27,6 @@ Test-MgBetaUserInformationProtectionPolicyLabelRemoval -UserId [-DowngradeJustification ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Evaluate @@ -38,7 +37,6 @@ Test-MgBetaUserInformationProtectionPolicyLabelRemoval -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### EvaluateViaIdentityExpanded @@ -50,7 +48,6 @@ Test-MgBetaUserInformationProtectionPolicyLabelRemoval -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### EvaluateViaIdentity @@ -61,7 +58,6 @@ Test-MgBetaUserInformationProtectionPolicyLabelRemoval -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -570,6 +566,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Test-MgBetaUserInformationProtectionSensitivityLabel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Test-MgBetaUserInformationProtectionSensitivityLabel.md index baaf2f814a054..1700b9f19ddb1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Test-MgBetaUserInformationProtectionSensitivityLabel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Test-MgBetaUserInformationProtectionSensitivityLabel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/test-mgbetauserinformationprotectionsensitivitylabel Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Test-MgBetaUserInformationProtectionSensitivityLabel --- @@ -26,7 +26,7 @@ Test-MgBetaUserInformationProtectionSensitivityLabel -UserId [-DiscoveredSensitiveTypes ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Evaluate @@ -37,7 +37,6 @@ Test-MgBetaUserInformationProtectionSensitivityLabel -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### EvaluateViaIdentityExpanded @@ -49,7 +48,7 @@ Test-MgBetaUserInformationProtectionSensitivityLabel -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### EvaluateViaIdentity @@ -60,7 +59,6 @@ Test-MgBetaUserInformationProtectionSensitivityLabel -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -564,6 +562,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Test-MgBetaUserInformationProtectionSensitivityLabelSublabel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Test-MgBetaUserInformationProtectionSensitivityLabelSublabel.md index fa77ee1079416..74e67c656ba8b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Test-MgBetaUserInformationProtectionSensitivityLabelSublabel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Test-MgBetaUserInformationProtectionSensitivityLabelSublabel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/test-mgbetauserinformationprotectionsensitivitylabelsublabel Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Test-MgBetaUserInformationProtectionSensitivityLabelSublabel --- @@ -26,7 +26,7 @@ Test-MgBetaUserInformationProtectionSensitivityLabelSublabel -SensitivityLabelId [-DiscoveredSensitiveTypes ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Evaluate @@ -38,7 +38,6 @@ Test-MgBetaUserInformationProtectionSensitivityLabelSublabel -SensitivityLabelId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### EvaluateViaIdentityExpanded @@ -50,7 +49,7 @@ Test-MgBetaUserInformationProtectionSensitivityLabelSublabel -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### EvaluateViaIdentity @@ -61,7 +60,6 @@ Test-MgBetaUserInformationProtectionSensitivityLabelSublabel -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -592,6 +590,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaAgentRiskDetection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaAgentRiskDetection.md index 3fcb25e8ed0e9..d6dd5576a5034 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaAgentRiskDetection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaAgentRiskDetection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetaagentriskdetection Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaAgentRiskDetection --- @@ -23,12 +23,14 @@ Update the navigation property agentRiskDetections in identityProtection Update-MgBetaAgentRiskDetection -AgentRiskDetectionId [-ResponseHeadersVariable ] [-ActivityDateTime ] [-AdditionalInfo ] [-AdditionalProperties ] [-AgentDisplayName ] [-AgentId ] [-BlueprintId ] - [-DetectedDateTime ] [-DetectionTimingType ] [-Id ] - [-IdentityType ] [-LastModifiedDateTime ] [-RiskDetail ] - [-RiskEventType ] [-RiskEvidence ] [-RiskLevel ] [-RiskState ] + [-ClientSessionId ] [-DetectedDateTime ] [-DetectionTimingType ] + [-DisplayName ] [-Id ] [-IdentityId ] [-IdentityType ] + [-LastModifiedDateTime ] [-RiskDetail ] [-RiskEventType ] + [-RiskEvidence ] [-RiskLevel ] [-RiskState ] + [-SignInClientDisplayName ] [-SignInCorrelationId ] [-SignInRequestId ] [-Source ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +40,7 @@ Update-MgBetaAgentRiskDetection -AgentRiskDetectionId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -47,12 +49,14 @@ Update-MgBetaAgentRiskDetection -AgentRiskDetectionId Update-MgBetaAgentRiskDetection -InputObject [-ResponseHeadersVariable ] [-ActivityDateTime ] [-AdditionalInfo ] [-AdditionalProperties ] [-AgentDisplayName ] [-AgentId ] - [-BlueprintId ] [-DetectedDateTime ] [-DetectionTimingType ] - [-Id ] [-IdentityType ] [-LastModifiedDateTime ] [-RiskDetail ] + [-BlueprintId ] [-ClientSessionId ] [-DetectedDateTime ] + [-DetectionTimingType ] [-DisplayName ] [-Id ] [-IdentityId ] + [-IdentityType ] [-LastModifiedDateTime ] [-RiskDetail ] [-RiskEventType ] [-RiskEvidence ] [-RiskLevel ] [-RiskState ] + [-SignInClientDisplayName ] [-SignInCorrelationId ] [-SignInRequestId ] [-Source ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -62,7 +66,7 @@ Update-MgBetaAgentRiskDetection -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -322,6 +326,33 @@ AcceptedValues: [] HelpMessage: '' ``` +### -ClientSessionId + + + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. @@ -378,6 +409,33 @@ HelpMessage: '' riskDetectionTimingType +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -DisplayName + + + ```yaml Type: System.String DefaultValue: '' @@ -469,6 +527,33 @@ HelpMessage: '' The unique identifier for an entity. Read-only. +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IdentityId + + + ```yaml Type: System.String DefaultValue: '' @@ -774,6 +859,87 @@ HelpMessage: '' riskState +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -SignInClientDisplayName + + + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -SignInCorrelationId + + + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -SignInRequestId + + + ```yaml Type: System.String DefaultValue: '' @@ -898,11 +1064,14 @@ See riskyAgentIdentity, riskyAgentIdentityBlueprintPrincipal, and riskyAgentUser Supports $filter (eq, startsWith). [BlueprintId ]: The identifier of the blueprint associated with the agent. Nullable. + [ClientSessionId ]: [DetectedDateTime ]: Date and time that the risk was detected. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Supports $filter (eq, le, and ge). [DetectionTimingType ]: riskDetectionTimingType + [DisplayName ]: + [IdentityId ]: [IdentityType ]: agentIdentityType [LastModifiedDateTime ]: Date and time that the risk detection was last updated. Supports $filter (eq, le, and ge). @@ -913,6 +1082,9 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Supports $filter (eq). [RiskLevel ]: riskLevel [RiskState ]: riskState + [SignInClientDisplayName ]: + [SignInCorrelationId ]: + [SignInRequestId ]: [Source ]: The source system that generated the risk detection. Nullable. @@ -966,6 +1138,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaDataPolicyOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaDataPolicyOperation.md index 64d6b531e8df0..d4082691cae7b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaDataPolicyOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaDataPolicyOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetadatapolicyoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDataPolicyOperation --- @@ -28,7 +28,7 @@ Update-MgBetaDataPolicyOperation -DataPolicyOperationId [-ResponseHeade [-Progress ] [-Status ] [-StorageLocation ] [-SubmittedDateTime ] [-UserId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,7 @@ Update-MgBetaDataPolicyOperation -DataPolicyOperationId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -50,7 +50,7 @@ Update-MgBetaDataPolicyOperation -InputObject [-StorageLocation ] [-SubmittedDateTime ] [-UserId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -60,7 +60,7 @@ Update-MgBetaDataPolicyOperation -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -688,6 +688,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityApiConnector.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityApiConnector.md index 4ef8d7ca2d4a3..1eb52ba5247d8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityApiConnector.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityApiConnector.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetaidentityapiconnector Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityApiConnector --- @@ -28,7 +28,7 @@ Update-MgBetaIdentityApiConnector -IdentityApiConnectorId [-AuthenticationConfiguration ] [-DisplayName ] [-Id ] [-TargetUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,7 @@ Update-MgBetaIdentityApiConnector -IdentityApiConnectorId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -49,7 +49,7 @@ Update-MgBetaIdentityApiConnector -InputObject [-AuthenticationConfiguration ] [-DisplayName ] [-Id ] [-TargetUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -59,7 +59,7 @@ Update-MgBetaIdentityApiConnector -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -648,6 +648,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityAuthenticationEventFlow.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityAuthenticationEventFlow.md index ac68078b98d45..a9147cc141b0b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityAuthenticationEventFlow.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityAuthenticationEventFlow.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetaidentityauthenticationeventflow Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityAuthenticationEventFlow --- @@ -31,7 +31,6 @@ Update-MgBetaIdentityAuthenticationEventFlow -AuthenticationEventsFlowId ] [-Id ] [-Priority ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -41,7 +40,7 @@ Update-MgBetaIdentityAuthenticationEventFlow -AuthenticationEventsFlowId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -53,7 +52,6 @@ Update-MgBetaIdentityAuthenticationEventFlow -InputObject ] [-Id ] [-Priority ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -63,7 +61,7 @@ Update-MgBetaIdentityAuthenticationEventFlow -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -830,6 +828,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication.md index c9e3190a4a68c..07b73f513c3fd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetaidentityauthenticationeventflowasexternaluserselfservicesignupeventflowincludeapplication Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication --- @@ -28,7 +28,7 @@ Update-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEvent [-ResponseHeadersVariable ] [-AdditionalProperties ] [-AppId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,6 @@ Update-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEvent [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -51,7 +50,6 @@ Update-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEvent [-AdditionalProperties ] [-AppId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -63,7 +61,6 @@ Update-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEvent [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -542,6 +539,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityAuthenticationEventFlowIncludeApplication.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityAuthenticationEventFlowIncludeApplication.md index ea31917542653..a2e3b11bbbf0f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityAuthenticationEventFlowIncludeApplication.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityAuthenticationEventFlowIncludeApplication.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetaidentityauthenticationeventflowincludeapplication Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityAuthenticationEventFlowIncludeApplication --- @@ -28,7 +28,7 @@ Update-MgBetaIdentityAuthenticationEventFlowIncludeApplication [-ResponseHeadersVariable ] [-AdditionalProperties ] [-AppId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,6 @@ Update-MgBetaIdentityAuthenticationEventFlowIncludeApplication [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -51,7 +50,6 @@ Update-MgBetaIdentityAuthenticationEventFlowIncludeApplication [-AdditionalProperties ] [-AppId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -63,7 +61,6 @@ Update-MgBetaIdentityAuthenticationEventFlowIncludeApplication [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -542,6 +539,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityAuthenticationEventListener.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityAuthenticationEventListener.md index 868af8035a792..a70aeacf37eb5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityAuthenticationEventListener.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityAuthenticationEventListener.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetaidentityauthenticationeventlistener Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityAuthenticationEventListener --- @@ -31,7 +31,6 @@ Update-MgBetaIdentityAuthenticationEventListener -AuthenticationEventListenerId [-DisplayName ] [-Id ] [-Priority ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -41,7 +40,7 @@ Update-MgBetaIdentityAuthenticationEventListener -AuthenticationEventListenerId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -53,7 +52,6 @@ Update-MgBetaIdentityAuthenticationEventListener -InputObject ] [-Id ] [-Priority ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -63,7 +61,7 @@ Update-MgBetaIdentityAuthenticationEventListener -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -107,6 +105,36 @@ Update-MgBetaIdentityAuthenticationEventListener -AuthenticationEventListenerId ``` This example shows how to use the Update-MgBetaIdentityAuthenticationEventListener Cmdlet. +### Example 2: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.SignIns + +$params = @{ + "@odata.type" = "#microsoft.graph.onVerifiedIdClaimValidationListener" + displayName = "Verified ID Claim Validation Listener (updated)" + handler = @{ + "@odata.type" = "#microsoft.graph.onVerifiedIdClaimValidationCustomExtensionHandler" + configuration = @{ + "@odata.type" = "#microsoft.graph.customExtensionOverwriteConfiguration" + clientConfiguration = @{ + "@odata.type" = "#microsoft.graph.customExtensionClientConfiguration" + maximumRetries = + timeoutInMilliseconds = + } + behaviorOnError = @{ + "@odata.type" = "#microsoft.graph.customExtensionBehaviorOnError" + } + } + } +} + +Update-MgBetaIdentityAuthenticationEventListener -AuthenticationEventListenerId $authenticationEventListenerId -BodyParameter $params + +``` +This example shows how to use the Update-MgBetaIdentityAuthenticationEventListener Cmdlet. + ## PARAMETERS @@ -681,6 +709,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityB2CUserFlow.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityB2CUserFlow.md index 0f406cb996400..307a7718b006a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityB2CUserFlow.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityB2CUserFlow.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetaidentityb2cuserflow Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityB2CUserFlow --- @@ -31,7 +31,6 @@ Update-MgBetaIdentityB2CUserFlow -B2CIdentityUserFlowId [-ResponseHeade [-UserFlowTypeVersion ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -41,7 +40,7 @@ Update-MgBetaIdentityB2CUserFlow -B2CIdentityUserFlowId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -58,7 +57,6 @@ Update-MgBetaIdentityB2CUserFlow -InputObject [-UserFlowTypeVersion ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -68,7 +66,7 @@ Update-MgBetaIdentityB2CUserFlow -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -910,6 +908,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityB2CUserFlowLanguage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityB2CUserFlowLanguage.md index d5669437ea749..6ea2ea565e3dc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityB2CUserFlowLanguage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityB2CUserFlowLanguage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetaidentityb2cuserflowlanguage Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityB2CUserFlowLanguage --- @@ -29,7 +29,6 @@ Update-MgBetaIdentityB2CUserFlowLanguage -B2CIdentityUserFlowId [-OverridesPages ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -40,7 +39,7 @@ Update-MgBetaIdentityB2CUserFlowLanguage -B2CIdentityUserFlowId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -52,7 +51,7 @@ Update-MgBetaIdentityB2CUserFlowLanguage -InputObject [-IsEnabled] [-OverridesPages ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -62,7 +61,7 @@ Update-MgBetaIdentityB2CUserFlowLanguage -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -672,6 +671,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityB2CUserFlowLanguageDefaultPage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityB2CUserFlowLanguageDefaultPage.md index 6dcd49dad66ac..1dcb670f7ad79 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityB2CUserFlowLanguageDefaultPage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityB2CUserFlowLanguageDefaultPage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetaidentityb2cuserflowlanguagedefaultpage Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityB2CUserFlowLanguageDefaultPage --- @@ -25,7 +25,7 @@ Update-MgBetaIdentityB2CUserFlowLanguageDefaultPage -B2CIdentityUserFlowId ] [-AdditionalProperties ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -36,7 +36,6 @@ Update-MgBetaIdentityB2CUserFlowLanguageDefaultPage -B2CIdentityUserFlowId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -46,7 +45,7 @@ Update-MgBetaIdentityB2CUserFlowLanguageDefaultPage -InputObject ] [-AdditionalProperties ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -56,7 +55,6 @@ Update-MgBetaIdentityB2CUserFlowLanguageDefaultPage -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -558,6 +556,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityB2CUserFlowLanguageOverridePage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityB2CUserFlowLanguageOverridePage.md index f95f01b1e631c..f8257ee4bfb45 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityB2CUserFlowLanguageOverridePage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityB2CUserFlowLanguageOverridePage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetaidentityb2cuserflowlanguageoverridepage Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityB2CUserFlowLanguageOverridePage --- @@ -26,7 +26,7 @@ Update-MgBetaIdentityB2CUserFlowLanguageOverridePage -B2CIdentityUserFlowId ] [-AdditionalProperties ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,6 @@ Update-MgBetaIdentityB2CUserFlowLanguageOverridePage -B2CIdentityUserFlowId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -47,7 +46,7 @@ Update-MgBetaIdentityB2CUserFlowLanguageOverridePage -InputObject ] [-AdditionalProperties ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -57,7 +56,6 @@ Update-MgBetaIdentityB2CUserFlowLanguageOverridePage -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -560,6 +558,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityB2CUserFlowUserAttributeAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityB2CUserFlowUserAttributeAssignment.md index 5e022c59cf6a5..f2132a83669e5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityB2CUserFlowUserAttributeAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityB2CUserFlowUserAttributeAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetaidentityb2cuserflowuserattributeassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityB2CUserFlowUserAttributeAssignment --- @@ -27,7 +27,7 @@ Update-MgBetaIdentityB2CUserFlowUserAttributeAssignment -B2CIdentityUserFlowId < [-UserAttributeValues ] [-UserInputType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,6 @@ Update-MgBetaIdentityB2CUserFlowUserAttributeAssignment -B2CIdentityUserFlowId < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -52,7 +51,7 @@ Update-MgBetaIdentityB2CUserFlowUserAttributeAssignment -InputObject ] [-UserInputType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -63,7 +62,6 @@ Update-MgBetaIdentityB2CUserFlowUserAttributeAssignment -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -758,6 +756,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityB2XUserFlow.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityB2XUserFlow.md index fbcc40ed61066..9bf61aa159e2c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityB2XUserFlow.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityB2XUserFlow.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetaidentityb2xuserflow Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityB2XUserFlow --- @@ -33,7 +33,6 @@ Update-MgBetaIdentityB2XUserFlow -B2XIdentityUserFlowId [-ResponseHeade [-UserFlowTypeVersion ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -43,7 +42,7 @@ Update-MgBetaIdentityB2XUserFlow -B2XIdentityUserFlowId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -59,7 +58,6 @@ Update-MgBetaIdentityB2XUserFlow -InputObject [-UserFlowTypeVersion ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -69,7 +67,7 @@ Update-MgBetaIdentityB2XUserFlow -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -827,6 +825,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityB2XUserFlowLanguage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityB2XUserFlowLanguage.md index 0cf2f2c0bdf28..40b225f20ca5b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityB2XUserFlowLanguage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityB2XUserFlowLanguage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetaidentityb2xuserflowlanguage Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityB2XUserFlowLanguage --- @@ -30,7 +30,6 @@ Update-MgBetaIdentityB2XUserFlowLanguage -B2XIdentityUserFlowId [-OverridesPages ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -41,7 +40,7 @@ Update-MgBetaIdentityB2XUserFlowLanguage -B2XIdentityUserFlowId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -53,7 +52,7 @@ Update-MgBetaIdentityB2XUserFlowLanguage -InputObject [-IsEnabled] [-OverridesPages ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -63,7 +62,7 @@ Update-MgBetaIdentityB2XUserFlowLanguage -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -671,6 +670,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityB2XUserFlowLanguageDefaultPage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityB2XUserFlowLanguageDefaultPage.md index 80cce015df005..4afdc23735897 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityB2XUserFlowLanguageDefaultPage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityB2XUserFlowLanguageDefaultPage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetaidentityb2xuserflowlanguagedefaultpage Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityB2XUserFlowLanguageDefaultPage --- @@ -28,7 +28,7 @@ Update-MgBetaIdentityB2XUserFlowLanguageDefaultPage -B2XIdentityUserFlowId ] [-AdditionalProperties ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,6 @@ Update-MgBetaIdentityB2XUserFlowLanguageDefaultPage -B2XIdentityUserFlowId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -49,7 +48,7 @@ Update-MgBetaIdentityB2XUserFlowLanguageDefaultPage -InputObject ] [-AdditionalProperties ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -59,7 +58,6 @@ Update-MgBetaIdentityB2XUserFlowLanguageDefaultPage -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -561,6 +559,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityB2XUserFlowLanguageOverridePage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityB2XUserFlowLanguageOverridePage.md index 0b05d0a2f8cc0..bff7726be250d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityB2XUserFlowLanguageOverridePage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityB2XUserFlowLanguageOverridePage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetaidentityb2xuserflowlanguageoverridepage Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityB2XUserFlowLanguageOverridePage --- @@ -28,7 +28,7 @@ Update-MgBetaIdentityB2XUserFlowLanguageOverridePage -B2XIdentityUserFlowId ] [-AdditionalProperties ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,6 @@ Update-MgBetaIdentityB2XUserFlowLanguageOverridePage -B2XIdentityUserFlowId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -49,7 +48,7 @@ Update-MgBetaIdentityB2XUserFlowLanguageOverridePage -InputObject ] [-AdditionalProperties ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -59,7 +58,6 @@ Update-MgBetaIdentityB2XUserFlowLanguageOverridePage -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -561,6 +559,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityB2XUserFlowPostAttributeCollection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityB2XUserFlowPostAttributeCollection.md index e81465a147e58..cd26c44a30c18 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityB2XUserFlowPostAttributeCollection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityB2XUserFlowPostAttributeCollection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetaidentityb2xuserflowpostattributecollection Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityB2XUserFlowPostAttributeCollection --- @@ -28,7 +28,7 @@ Update-MgBetaIdentityB2XUserFlowPostAttributeCollection -B2XIdentityUserFlowId < [-AuthenticationConfiguration ] [-DisplayName ] [-Id ] [-TargetUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,7 @@ Update-MgBetaIdentityB2XUserFlowPostAttributeCollection -B2XIdentityUserFlowId < -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -49,7 +49,7 @@ Update-MgBetaIdentityB2XUserFlowPostAttributeCollection -InputObject ] [-DisplayName ] [-Id ] [-TargetUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -59,7 +59,7 @@ Update-MgBetaIdentityB2XUserFlowPostAttributeCollection -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -598,6 +598,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityB2XUserFlowPostFederationSignup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityB2XUserFlowPostFederationSignup.md index 3c4fa57e34f9c..cd27d7b65ae34 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityB2XUserFlowPostFederationSignup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityB2XUserFlowPostFederationSignup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetaidentityb2xuserflowpostfederationsignup Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityB2XUserFlowPostFederationSignup --- @@ -28,7 +28,7 @@ Update-MgBetaIdentityB2XUserFlowPostFederationSignup -B2XIdentityUserFlowId ] [-DisplayName ] [-Id ] [-TargetUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,7 @@ Update-MgBetaIdentityB2XUserFlowPostFederationSignup -B2XIdentityUserFlowId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -49,7 +49,7 @@ Update-MgBetaIdentityB2XUserFlowPostFederationSignup -InputObject ] [-DisplayName ] [-Id ] [-TargetUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -59,7 +59,7 @@ Update-MgBetaIdentityB2XUserFlowPostFederationSignup -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -598,6 +598,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityB2XUserFlowPreTokenIssuance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityB2XUserFlowPreTokenIssuance.md index 11aa91bb35c6c..c01c123a1cdfb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityB2XUserFlowPreTokenIssuance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityB2XUserFlowPreTokenIssuance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetaidentityb2xuserflowpretokenissuance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityB2XUserFlowPreTokenIssuance --- @@ -25,7 +25,7 @@ Update-MgBetaIdentityB2XUserFlowPreTokenIssuance -B2XIdentityUserFlowId [-AuthenticationConfiguration ] [-DisplayName ] [-Id ] [-TargetUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -35,7 +35,7 @@ Update-MgBetaIdentityB2XUserFlowPreTokenIssuance -B2XIdentityUserFlowId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -46,7 +46,7 @@ Update-MgBetaIdentityB2XUserFlowPreTokenIssuance -InputObject ] [-DisplayName ] [-Id ] [-TargetUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -56,7 +56,7 @@ Update-MgBetaIdentityB2XUserFlowPreTokenIssuance -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -595,6 +595,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityB2XUserFlowUserAttributeAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityB2XUserFlowUserAttributeAssignment.md index 40020f7f58177..24c3b2fd63d6e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityB2XUserFlowUserAttributeAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityB2XUserFlowUserAttributeAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetaidentityb2xuserflowuserattributeassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityB2XUserFlowUserAttributeAssignment --- @@ -30,7 +30,7 @@ Update-MgBetaIdentityB2XUserFlowUserAttributeAssignment -B2XIdentityUserFlowId < [-UserAttributeValues ] [-UserInputType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -42,7 +42,6 @@ Update-MgBetaIdentityB2XUserFlowUserAttributeAssignment -B2XIdentityUserFlowId < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -55,7 +54,7 @@ Update-MgBetaIdentityB2XUserFlowUserAttributeAssignment -InputObject ] [-UserInputType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -66,7 +65,6 @@ Update-MgBetaIdentityB2XUserFlowUserAttributeAssignment -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -761,6 +759,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityConditionalAccessAuthenticationContextClassReference.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityConditionalAccessAuthenticationContextClassReference.md index 6df0454e074ed..4bed89cd62718 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityConditionalAccessAuthenticationContextClassReference.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityConditionalAccessAuthenticationContextClassReference.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetaidentityconditionalaccessauthenticationcontextclassreference Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityConditionalAccessAuthenticationContextClassReference --- @@ -28,7 +28,7 @@ Update-MgBetaIdentityConditionalAccessAuthenticationContextClassReference [-AdditionalProperties ] [-Description ] [-DisplayName ] [-Id ] [-IsAvailable] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,6 @@ Update-MgBetaIdentityConditionalAccessAuthenticationContextClassReference [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -51,7 +50,7 @@ Update-MgBetaIdentityConditionalAccessAuthenticationContextClassReference [-AdditionalProperties ] [-Description ] [-DisplayName ] [-Id ] [-IsAvailable] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -63,7 +62,6 @@ Update-MgBetaIdentityConditionalAccessAuthenticationContextClassReference [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -641,6 +639,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityConditionalAccessAuthenticationStrength.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityConditionalAccessAuthenticationStrength.md index 8d55af4961c8d..b380b852c57d8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityConditionalAccessAuthenticationStrength.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityConditionalAccessAuthenticationStrength.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetaidentityconditionalaccessauthenticationstrength Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityConditionalAccessAuthenticationStrength --- @@ -27,7 +27,6 @@ Update-MgBetaIdentityConditionalAccessAuthenticationStrength [-ResponseHeadersVa [-Policies ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update1 @@ -37,7 +36,7 @@ Update-MgBetaIdentityConditionalAccessAuthenticationStrength -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode.md index 0f8ca8098a1a5..35bcf9d81fe1e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetaidentityconditionalaccessauthenticationstrengthauthenticationmethodmode Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode --- @@ -25,7 +25,7 @@ Update-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethod [-AdditionalProperties ] [-AuthenticationMethod ] [-DisplayName ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update1 @@ -36,7 +36,7 @@ Update-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethod -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded1 @@ -47,7 +47,7 @@ Update-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethod [-AdditionalProperties ] [-AuthenticationMethod ] [-DisplayName ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity1 @@ -58,7 +58,7 @@ Update-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethod -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -568,6 +568,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy.md index 12622516e2337..fab80bd2e23c8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetaidentityconditionalaccessauthenticationstrengthpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy --- @@ -28,7 +28,7 @@ Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy [-ModifiedDateTime ] [-PolicyType ] [-RequirementsSatisfied ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update1 @@ -39,7 +39,7 @@ Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded1 @@ -53,7 +53,7 @@ Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy [-ModifiedDateTime ] [-PolicyType ] [-RequirementsSatisfied ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity1 @@ -64,7 +64,7 @@ Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -757,6 +757,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyAllowedCombination.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyAllowedCombination.md index 005b1cc91e708..567750e323eec 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyAllowedCombination.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyAllowedCombination.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetaidentityconditionalaccessauthenticationstrengthpolicyallowedcombination Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyAllowedCombination --- @@ -26,7 +26,7 @@ Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyAllowedCombina [-AdditionalProperties ] [-AllowedCombinations ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update1 @@ -38,7 +38,6 @@ Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyAllowedCombina [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded1 @@ -49,7 +48,7 @@ Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyAllowedCombina [-AdditionalProperties ] [-AllowedCombinations ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity1 @@ -61,7 +60,6 @@ Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyAllowedCombina [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -514,6 +512,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration.md index 2d5855ed452f6..891689e8a5ed2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetaidentityconditionalaccessauthenticationstrengthpolicycombinationconfiguration Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration --- @@ -26,7 +26,6 @@ Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationCon [-AppliesToCombinations ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update1 @@ -38,7 +37,6 @@ Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationCon [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded1 @@ -49,7 +47,7 @@ Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationCon [-AdditionalProperties ] [-AppliesToCombinations ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity1 @@ -61,7 +59,6 @@ Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationCon [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -574,6 +571,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityConditionalAccessDeletedItem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityConditionalAccessDeletedItem.md index f28193912bcfd..f1db497fa437d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityConditionalAccessDeletedItem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityConditionalAccessDeletedItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetaidentityconditionalaccessdeleteditem Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityConditionalAccessDeletedItem --- @@ -26,7 +26,6 @@ Update-MgBetaIdentityConditionalAccessDeletedItem [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -36,7 +35,7 @@ Update-MgBetaIdentityConditionalAccessDeletedItem -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityConditionalAccessDeletedItemNamedLocation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityConditionalAccessDeletedItemNamedLocation.md index 1d488e151bf36..c2372bf1a0be1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityConditionalAccessDeletedItemNamedLocation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityConditionalAccessDeletedItemNamedLocation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetaidentityconditionalaccessdeleteditemnamedlocation Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityConditionalAccessDeletedItemNamedLocation --- @@ -26,7 +26,6 @@ Update-MgBetaIdentityConditionalAccessDeletedItemNamedLocation -NamedLocationId [-ModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -36,7 +35,7 @@ Update-MgBetaIdentityConditionalAccessDeletedItemNamedLocation -NamedLocationId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -48,7 +47,7 @@ Update-MgBetaIdentityConditionalAccessDeletedItemNamedLocation [-DisplayName ] [-Id ] [-ModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -59,7 +58,6 @@ Update-MgBetaIdentityConditionalAccessDeletedItemNamedLocation [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -633,6 +631,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityConditionalAccessDeletedItemPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityConditionalAccessDeletedItemPolicy.md index a50af4e58da7e..e9f1fedda63ad 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityConditionalAccessDeletedItemPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityConditionalAccessDeletedItemPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetaidentityconditionalaccessdeleteditempolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityConditionalAccessDeletedItemPolicy --- @@ -28,7 +28,7 @@ Update-MgBetaIdentityConditionalAccessDeletedItemPolicy -ConditionalAccessPolicy [-ModifiedDateTime ] [-SessionControls ] [-State ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,7 @@ Update-MgBetaIdentityConditionalAccessDeletedItemPolicy -ConditionalAccessPolicy -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -52,7 +52,7 @@ Update-MgBetaIdentityConditionalAccessDeletedItemPolicy -InputObject ] [-SessionControls ] [-State ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -62,7 +62,7 @@ Update-MgBetaIdentityConditionalAccessDeletedItemPolicy -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1039,6 +1039,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityConditionalAccessNamedLocation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityConditionalAccessNamedLocation.md index 64cc5ce43fe91..ecae3be1e1e25 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityConditionalAccessNamedLocation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityConditionalAccessNamedLocation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetaidentityconditionalaccessnamedlocation Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityConditionalAccessNamedLocation --- @@ -29,7 +29,6 @@ Update-MgBetaIdentityConditionalAccessNamedLocation -NamedLocationId [-ModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -39,7 +38,7 @@ Update-MgBetaIdentityConditionalAccessNamedLocation -NamedLocationId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -51,7 +50,6 @@ Update-MgBetaIdentityConditionalAccessNamedLocation -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -61,7 +59,7 @@ Update-MgBetaIdentityConditionalAccessNamedLocation -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -666,6 +664,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityConditionalAccessPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityConditionalAccessPolicy.md index 3c57aad126c49..28b2381b4566b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityConditionalAccessPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityConditionalAccessPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetaidentityconditionalaccesspolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityConditionalAccessPolicy --- @@ -31,7 +31,7 @@ Update-MgBetaIdentityConditionalAccessPolicy -ConditionalAccessPolicyId [-ModifiedDateTime ] [-SessionControls ] [-State ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -41,7 +41,7 @@ Update-MgBetaIdentityConditionalAccessPolicy -ConditionalAccessPolicyId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -55,7 +55,7 @@ Update-MgBetaIdentityConditionalAccessPolicy -InputObject ] [-SessionControls ] [-State ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -65,7 +65,7 @@ Update-MgBetaIdentityConditionalAccessPolicy -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -81,9 +81,9 @@ Update the properties of a conditionalAccessPolicy object. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Application.Read.All, Policy.ReadWrite.ConditionalAccess, Policy.Read.All, | +| Delegated (work or school account) | Application.Read.All, Policy.Read.All, Policy.ReadWrite.ConditionalAccess, | | Delegated (personal Microsoft account) | Not supported | -| Application | Policy.Read.All, Policy.ReadWrite.ConditionalAccess, Application.Read.All, | +| Application | Policy.Read.All, Application.Read.All, Policy.ReadWrite.ConditionalAccess, | ## EXAMPLES ### Example 1: Add sign in risk levels to an existing conditional access policy @@ -1071,6 +1071,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityContinuouAccessEvaluationPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityContinuouAccessEvaluationPolicy.md index c195655b6d8d3..cc6e529552124 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityContinuouAccessEvaluationPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityContinuouAccessEvaluationPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetaidentitycontinuouaccessevaluationpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityContinuouAccessEvaluationPolicy --- @@ -25,7 +25,7 @@ Update-MgBetaIdentityContinuouAccessEvaluationPolicy [-ResponseHeadersVariable < [-Groups ] [-Id ] [-IsEnabled] [-Migrate] [-Users ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -36,7 +36,6 @@ Update-MgBetaIdentityContinuouAccessEvaluationPolicy [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -52,9 +51,9 @@ Update the properties of a continuousAccessEvaluationPolicy object. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Application.Read.All, Policy.ReadWrite.ConditionalAccess, Policy.Read.All, | +| Delegated (work or school account) | Application.Read.All, Policy.Read.All, Policy.ReadWrite.ConditionalAccess, | | Delegated (personal Microsoft account) | Not supported | -| Application | Policy.Read.All, Policy.ReadWrite.ConditionalAccess, Application.Read.All, | +| Application | Policy.Read.All, Application.Read.All, Policy.ReadWrite.ConditionalAccess, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityCustomAuthenticationExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityCustomAuthenticationExtension.md index 519e2b73858cc..2bcd2aa1b7e81 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityCustomAuthenticationExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityCustomAuthenticationExtension.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetaidentitycustomauthenticationextension Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityCustomAuthenticationExtension --- @@ -13,7 +13,8 @@ title: Update-MgBetaIdentityCustomAuthenticationExtension ## SYNOPSIS -Update the navigation property customAuthenticationExtensions in identity +Update the properties of a customAuthenticationExtension object. +The following derived types are currently supported. > [!NOTE] > To view the v1.0 release of this cmdlet, view [Update-MgIdentityCustomAuthenticationExtension](/powershell/module/Microsoft.Graph.Identity.SignIns/Update-MgIdentityCustomAuthenticationExtension?view=graph-powershell-1.0) @@ -30,7 +31,7 @@ Update-MgBetaIdentityCustomAuthenticationExtension -CustomAuthenticationExtensio [-DisplayName ] [-EndpointConfiguration ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +41,7 @@ Update-MgBetaIdentityCustomAuthenticationExtension -CustomAuthenticationExtensio -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -53,7 +54,7 @@ Update-MgBetaIdentityCustomAuthenticationExtension -InputObject ] [-EndpointConfiguration ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -63,7 +64,7 @@ Update-MgBetaIdentityCustomAuthenticationExtension -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -73,7 +74,8 @@ This cmdlet has the following aliases, ## DESCRIPTION -Update the navigation property customAuthenticationExtensions in identity +Update the properties of a customAuthenticationExtension object. +The following derived types are currently supported. **Permissions** @@ -713,6 +715,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy @@ -764,6 +767,7 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS - [Update-MgBetaIdentityCustomAuthenticationExtension](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetaidentitycustomauthenticationextension) +- [Graph API Reference](https://learn.microsoft.com/graph/api/customauthenticationextension-update?view=graph-rest-beta) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityProvider.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityProvider.md index c316631614d05..6bf4ad89848b4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityProvider.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityProvider.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetaidentityprovider Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityProvider --- @@ -29,7 +29,7 @@ Update-MgBetaIdentityProvider -IdentityProviderBaseId [-ResponseHeaders [-AdditionalProperties ] [-DisplayName ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,7 @@ Update-MgBetaIdentityProvider -IdentityProviderBaseId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -49,7 +49,7 @@ Update-MgBetaIdentityProvider -InputObject [-ResponseHeadersVariable ] [-AdditionalProperties ] [-DisplayName ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -59,7 +59,7 @@ Update-MgBetaIdentityProvider -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -601,6 +601,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityRiskPrevention.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityRiskPrevention.md index 8287833594659..07d14caaab965 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityRiskPrevention.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityRiskPrevention.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetaidentityriskprevention Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityRiskPrevention --- @@ -30,7 +30,7 @@ Update-MgBetaIdentityRiskPrevention [-ResponseHeadersVariable ] [-WebApplicationFirewallVerifications ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,6 @@ Update-MgBetaIdentityRiskPrevention -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityRiskPreventionFraudProtectionProvider.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityRiskPreventionFraudProtectionProvider.md index 2c66ac08da992..5961a03789efb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityRiskPreventionFraudProtectionProvider.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityRiskPreventionFraudProtectionProvider.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetaidentityriskpreventionfraudprotectionprovider Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityRiskPreventionFraudProtectionProvider --- @@ -27,7 +27,7 @@ Update-MgBetaIdentityRiskPreventionFraudProtectionProvider -FraudProtectionProvi [-ResponseHeadersVariable ] [-AdditionalProperties ] [-DisplayName ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,7 @@ Update-MgBetaIdentityRiskPreventionFraudProtectionProvider -FraudProtectionProvi -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -47,7 +47,7 @@ Update-MgBetaIdentityRiskPreventionFraudProtectionProvider -InputObject ] [-AdditionalProperties ] [-DisplayName ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -57,7 +57,7 @@ Update-MgBetaIdentityRiskPreventionFraudProtectionProvider -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -539,6 +539,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityRiskPreventionWebApplicationFirewallProvider.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityRiskPreventionWebApplicationFirewallProvider.md index 6e2f4ffdd9ea8..7ec1927d38624 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityRiskPreventionWebApplicationFirewallProvider.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityRiskPreventionWebApplicationFirewallProvider.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetaidentityriskpreventionwebapplicationfirewallprovider Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityRiskPreventionWebApplicationFirewallProvider --- @@ -28,7 +28,7 @@ Update-MgBetaIdentityRiskPreventionWebApplicationFirewallProvider [-AdditionalProperties ] [-DisplayName ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,7 @@ Update-MgBetaIdentityRiskPreventionWebApplicationFirewallProvider -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -50,7 +50,7 @@ Update-MgBetaIdentityRiskPreventionWebApplicationFirewallProvider [-AdditionalProperties ] [-DisplayName ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -61,7 +61,7 @@ Update-MgBetaIdentityRiskPreventionWebApplicationFirewallProvider -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -73,6 +73,24 @@ This cmdlet has the following aliases, Update the properties of a webApplicationFirewallProvider object. +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.SignIns + +$params = @{ + "@odata.type" = "#microsoft.graph.cloudFlareWebApplicationFirewallProvider" + displayName = "cloudFlare" +} + +Update-MgBetaIdentityRiskPreventionWebApplicationFirewallProvider -WebApplicationFirewallProviderId $webApplicationFirewallProviderId -BodyParameter $params + +``` +This example shows how to use the Update-MgBetaIdentityRiskPreventionWebApplicationFirewallProvider Cmdlet. + + ## PARAMETERS ### -AdditionalProperties @@ -543,6 +561,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy @@ -615,6 +634,5 @@ INPUTOBJECT ``: Identity Parameter - diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityRiskPreventionWebApplicationFirewallVerification.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityRiskPreventionWebApplicationFirewallVerification.md index 7157b1bb61d46..17c44501ea943 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityRiskPreventionWebApplicationFirewallVerification.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityRiskPreventionWebApplicationFirewallVerification.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetaidentityriskpreventionwebapplicationfirewallverification Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityRiskPreventionWebApplicationFirewallVerification --- @@ -31,7 +31,7 @@ Update-MgBetaIdentityRiskPreventionWebApplicationFirewallVerification [-VerifiedDetails ] [-VerifiedHost ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -43,7 +43,6 @@ Update-MgBetaIdentityRiskPreventionWebApplicationFirewallVerification [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -57,7 +56,7 @@ Update-MgBetaIdentityRiskPreventionWebApplicationFirewallVerification [-VerifiedDetails ] [-VerifiedHost ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -69,7 +68,6 @@ Update-MgBetaIdentityRiskPreventionWebApplicationFirewallVerification [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -687,6 +685,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentitySignInIdentifier.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentitySignInIdentifier.md index 91b9cfa9d9d33..7af57fc948cd2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentitySignInIdentifier.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentitySignInIdentifier.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetaidentitysigninidentifier Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentitySignInIdentifier --- @@ -24,7 +24,7 @@ Update-MgBetaIdentitySignInIdentifier -SignInIdentifierBaseName [-ResponseHeadersVariable ] [-AdditionalProperties ] [-IsEnabled] [-Name ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -34,7 +34,7 @@ Update-MgBetaIdentitySignInIdentifier -SignInIdentifierBaseName -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -44,7 +44,7 @@ Update-MgBetaIdentitySignInIdentifier -InputObject [-ResponseHeadersVariable ] [-AdditionalProperties ] [-IsEnabled] [-Name ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -54,7 +54,7 @@ Update-MgBetaIdentitySignInIdentifier -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -544,6 +544,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityUserFlow.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityUserFlow.md index 5ae26b114e2f5..37b61ca3d655f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityUserFlow.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityUserFlow.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetaidentityuserflow Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityUserFlow --- @@ -25,7 +25,6 @@ Update-MgBetaIdentityUserFlow -IdentityUserFlowId [-ResponseHeadersVari [-UserFlowTypeVersion ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -35,7 +34,7 @@ Update-MgBetaIdentityUserFlow -IdentityUserFlowId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -46,7 +45,6 @@ Update-MgBetaIdentityUserFlow -InputObject [-UserFlowType ] [-UserFlowTypeVersion ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -56,7 +54,7 @@ Update-MgBetaIdentityUserFlow -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -566,6 +564,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityUserFlowAttribute.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityUserFlowAttribute.md index 3bf99069c8b3d..ab1e894006748 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityUserFlowAttribute.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityUserFlowAttribute.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetaidentityuserflowattribute Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityUserFlowAttribute --- @@ -28,7 +28,7 @@ Update-MgBetaIdentityUserFlowAttribute -IdentityUserFlowAttributeId [-Description ] [-DisplayName ] [-Id ] [-UserFlowAttributeType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,7 @@ Update-MgBetaIdentityUserFlowAttribute -IdentityUserFlowAttributeId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -49,7 +49,7 @@ Update-MgBetaIdentityUserFlowAttribute -InputObject [-Description ] [-DisplayName ] [-Id ] [-UserFlowAttributeType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -59,7 +59,7 @@ Update-MgBetaIdentityUserFlowAttribute -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -652,6 +652,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityVerifiedId.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityVerifiedId.md index a404c7d216e4d..9abb11d6751a0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityVerifiedId.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityVerifiedId.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetaidentityverifiedid Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityVerifiedId --- @@ -24,7 +24,7 @@ Update-MgBetaIdentityVerifiedId [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] [-Profiles ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -34,7 +34,6 @@ Update-MgBetaIdentityVerifiedId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -391,7 +390,8 @@ Required. [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Defines if Face Check is required. Currently must always be true. - [SourcePhotoClaimName ]: + [SourcePhotoClaimName ]: Source of photo to validate Face Check against. +Currently must always be portrait [LastModifiedDateTime ]: DateTime the profile was last modified. Optional. [Name ]: Display name for the verified ID profile. @@ -404,8 +404,13 @@ Optional. [AcceptedIssuer ]: Trusted Verified ID issuer. [ClaimBindingSource ]: claimBindingSource [ClaimBindings ]: Claim bindings from Verified ID to source attributes. + [MatchConfidenceLevel ]: matchConfidenceLevel [SourceAttribute ]: Source attribute value [VerifiedIdClaim ]: Entra ID attribute value + [ClaimValidation ]: claimValidation + [(Any) ]: This indicates any property can be added to this object. + [CustomExtensionId ]: The identifier of a custom extension for claim validation. + [IsEnabled ]: Indicates whether claim validation is enabled. [Type ]: Verified ID type. [VerifiedIdUsageConfigurations ]: Collection defining the usage purpose for the profile. The possible values are: recovery, onboarding, all, unknownFutureValue. @@ -424,7 +429,8 @@ Required. [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Defines if Face Check is required. Currently must always be true. - [SourcePhotoClaimName ]: + [SourcePhotoClaimName ]: Source of photo to validate Face Check against. +Currently must always be portrait [LastModifiedDateTime ]: DateTime the profile was last modified. Optional. [Name ]: Display name for the verified ID profile. @@ -437,8 +443,13 @@ Optional. [AcceptedIssuer ]: Trusted Verified ID issuer. [ClaimBindingSource ]: claimBindingSource [ClaimBindings ]: Claim bindings from Verified ID to source attributes. + [MatchConfidenceLevel ]: matchConfidenceLevel [SourceAttribute ]: Source attribute value [VerifiedIdClaim ]: Entra ID attribute value + [ClaimValidation ]: claimValidation + [(Any) ]: This indicates any property can be added to this object. + [CustomExtensionId ]: The identifier of a custom extension for claim validation. + [IsEnabled ]: Indicates whether claim validation is enabled. [Type ]: Verified ID type. [VerifiedIdUsageConfigurations ]: Collection defining the usage purpose for the profile. The possible values are: recovery, onboarding, all, unknownFutureValue. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityVerifiedIdProfile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityVerifiedIdProfile.md index c3c72da31fb4f..1bd4e4f4febd8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityVerifiedIdProfile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityVerifiedIdProfile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetaidentityverifiedidprofile Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityVerifiedIdProfile --- @@ -28,7 +28,7 @@ Update-MgBetaIdentityVerifiedIdProfile -VerifiedIdProfileId [-VerifiedIdUsageConfigurations ] [-VerifierDid ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,7 @@ Update-MgBetaIdentityVerifiedIdProfile -VerifiedIdProfileId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -52,7 +52,7 @@ Update-MgBetaIdentityVerifiedIdProfile -InputObject [-VerifiedIdUsageConfigurations ] [-VerifierDid ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -62,7 +62,7 @@ Update-MgBetaIdentityVerifiedIdProfile -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -74,6 +74,28 @@ This cmdlet has the following aliases, Update the properties of a verifiedIdProfile object. +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.SignIns + +$params = @{ + verifiedIdUsageConfigurations = @( + @{ + isEnabledForTestOnly = $false + purpose = "recovery" + } + ) +} + +Update-MgBetaIdentityVerifiedIdProfile -VerifiedIdProfileId $verifiedIdProfileId -BodyParameter $params + +``` +This example shows how to use the Update-MgBetaIdentityVerifiedIdProfile Cmdlet. + + ## PARAMETERS ### -AdditionalProperties @@ -724,7 +746,8 @@ Required. [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Defines if Face Check is required. Currently must always be true. - [SourcePhotoClaimName ]: + [SourcePhotoClaimName ]: Source of photo to validate Face Check against. +Currently must always be portrait [LastModifiedDateTime ]: DateTime the profile was last modified. Optional. [Name ]: Display name for the verified ID profile. @@ -737,8 +760,13 @@ Optional. [AcceptedIssuer ]: Trusted Verified ID issuer. [ClaimBindingSource ]: claimBindingSource [ClaimBindings ]: Claim bindings from Verified ID to source attributes. + [MatchConfidenceLevel ]: matchConfidenceLevel [SourceAttribute ]: Source attribute value [VerifiedIdClaim ]: Entra ID attribute value + [ClaimValidation ]: claimValidation + [(Any) ]: This indicates any property can be added to this object. + [CustomExtensionId ]: The identifier of a custom extension for claim validation. + [IsEnabled ]: Indicates whether claim validation is enabled. [Type ]: Verified ID type. [VerifiedIdUsageConfigurations ]: Collection defining the usage purpose for the profile. The possible values are: recovery, onboarding, all, unknownFutureValue. @@ -752,7 +780,8 @@ FACECHECKCONFIGURATION ``: faceCheckConfi [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Defines if Face Check is required. Currently must always be true. - [SourcePhotoClaimName ]: + [SourcePhotoClaimName ]: Source of photo to validate Face Check against. +Currently must always be portrait INPUTOBJECT ``: Identity Parameter [ActivityBasedTimeoutPolicyId ]: The unique identifier of activityBasedTimeoutPolicy @@ -804,6 +833,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy @@ -856,8 +886,13 @@ VERIFIEDIDPROFILECONFIGURATION `` [AcceptedIssuer ]: Trusted Verified ID issuer. [ClaimBindingSource ]: claimBindingSource [ClaimBindings ]: Claim bindings from Verified ID to source attributes. + [MatchConfidenceLevel ]: matchConfidenceLevel [SourceAttribute ]: Source attribute value [VerifiedIdClaim ]: Entra ID attribute value + [ClaimValidation ]: claimValidation + [(Any) ]: This indicates any property can be added to this object. + [CustomExtensionId ]: The identifier of a custom extension for claim validation. + [IsEnabled ]: Indicates whether claim validation is enabled. [Type ]: Verified ID type. VERIFIEDIDUSAGECONFIGURATIONS : Collection defining the usage purpose for the profile. @@ -891,6 +926,5 @@ Required. - diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaInformationProtection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaInformationProtection.md index 54140b445ddc1..60ef513c834f7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaInformationProtection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaInformationProtection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetainformationprotection Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaInformationProtection --- @@ -32,7 +32,7 @@ Update-MgBetaInformationProtection [-ResponseHeadersVariable ] [-ThreatAssessmentRequests ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -42,7 +42,6 @@ Update-MgBetaInformationProtection -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaInformationProtectionDataLossPreventionPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaInformationProtectionDataLossPreventionPolicy.md index a3adb28cb9c7e..2a1687f710a3c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaInformationProtectionDataLossPreventionPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaInformationProtectionDataLossPreventionPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetainformationprotectiondatalosspreventionpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaInformationProtectionDataLossPreventionPolicy --- @@ -24,7 +24,7 @@ Update-MgBetaInformationProtectionDataLossPreventionPolicy -DataLossPreventionPo [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] [-Name ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -34,7 +34,7 @@ Update-MgBetaInformationProtectionDataLossPreventionPolicy -DataLossPreventionPo -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -44,7 +44,7 @@ Update-MgBetaInformationProtectionDataLossPreventionPolicy -InputObject ] [-AdditionalProperties ] [-Id ] [-Name ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -54,7 +54,7 @@ Update-MgBetaInformationProtectionDataLossPreventionPolicy -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -536,6 +536,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaInformationProtectionPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaInformationProtectionPolicy.md index 9cbd4cbcc54de..08f426a229a2a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaInformationProtectionPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaInformationProtectionPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetainformationprotectionpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaInformationProtectionPolicy --- @@ -25,7 +25,6 @@ Update-MgBetaInformationProtectionPolicy [-ResponseHeadersVariable ] [-Labels ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -35,7 +34,6 @@ Update-MgBetaInformationProtectionPolicy -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaInformationProtectionPolicyLabel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaInformationProtectionPolicyLabel.md index bc29d62a5f5ab..c3cd0cc296f03 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaInformationProtectionPolicyLabel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaInformationProtectionPolicyLabel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetainformationprotectionpolicylabel Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaInformationProtectionPolicyLabel --- @@ -26,7 +26,7 @@ Update-MgBetaInformationProtectionPolicyLabel -InformationProtectionLabelId ] [-Sensitivity ] [-Tooltip ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -36,7 +36,7 @@ Update-MgBetaInformationProtectionPolicyLabel -InformationProtectionLabelId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -48,7 +48,7 @@ Update-MgBetaInformationProtectionPolicyLabel -InputObject ] [-Sensitivity ] [-Tooltip ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -58,7 +58,7 @@ Update-MgBetaInformationProtectionPolicyLabel -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -721,6 +721,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaInformationProtectionSensitivityPolicySetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaInformationProtectionSensitivityPolicySetting.md index e4d684813edc9..b41d6cb056786 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaInformationProtectionSensitivityPolicySetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaInformationProtectionSensitivityPolicySetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetainformationprotectionsensitivitypolicysetting Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaInformationProtectionSensitivityPolicySetting --- @@ -25,7 +25,7 @@ Update-MgBetaInformationProtectionSensitivityPolicySetting [-ResponseHeadersVari [-DowngradeSensitivityRequiresJustification] [-HelpWebUrl ] [-Id ] [-IsMandatory] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -35,7 +35,7 @@ Update-MgBetaInformationProtectionSensitivityPolicySetting -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaInformationProtectionThreatAssessmentRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaInformationProtectionThreatAssessmentRequest.md index 822b027b6c18c..f2475af62db08 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaInformationProtectionThreatAssessmentRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaInformationProtectionThreatAssessmentRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetainformationprotectionthreatassessmentrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaInformationProtectionThreatAssessmentRequest --- @@ -30,7 +30,7 @@ Update-MgBetaInformationProtectionThreatAssessmentRequest -ThreatAssessmentReque [-Results ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,7 @@ Update-MgBetaInformationProtectionThreatAssessmentRequest -ThreatAssessmentReque -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -53,7 +53,7 @@ Update-MgBetaInformationProtectionThreatAssessmentRequest -InputObject ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -63,7 +63,7 @@ Update-MgBetaInformationProtectionThreatAssessmentRequest -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -777,6 +777,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaInformationProtectionThreatAssessmentRequestResult.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaInformationProtectionThreatAssessmentRequestResult.md index 62cb7dc10c601..188fba86cafab 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaInformationProtectionThreatAssessmentRequestResult.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaInformationProtectionThreatAssessmentRequestResult.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetainformationprotectionthreatassessmentrequestresult Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaInformationProtectionThreatAssessmentRequestResult --- @@ -29,7 +29,6 @@ Update-MgBetaInformationProtectionThreatAssessmentRequestResult -ThreatAssessmen [-Message ] [-ResultType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -40,7 +39,6 @@ Update-MgBetaInformationProtectionThreatAssessmentRequestResult -ThreatAssessmen [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -52,7 +50,6 @@ Update-MgBetaInformationProtectionThreatAssessmentRequestResult [-Message ] [-ResultType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -63,7 +60,6 @@ Update-MgBetaInformationProtectionThreatAssessmentRequestResult [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -630,6 +626,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaInvitationInvitedUserMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaInvitationInvitedUserMailboxSetting.md index 07d07187758d5..f6e7c7cc9f600 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaInvitationInvitedUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaInvitationInvitedUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetainvitationinvitedusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaInvitationInvitedUserMailboxSetting --- @@ -31,7 +31,6 @@ Update-MgBetaInvitationInvitedUserMailboxSetting [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -41,7 +40,6 @@ Update-MgBetaInvitationInvitedUserMailboxSetting -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaOauth2PermissionGrant.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaOauth2PermissionGrant.md index 33e90e04c1661..cf2454ac5847a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaOauth2PermissionGrant.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaOauth2PermissionGrant.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetaoauth2permissiongrant Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaOauth2PermissionGrant --- @@ -30,7 +30,6 @@ Update-MgBetaOauth2PermissionGrant -OAuth2PermissionGrantId [-ResourceId ] [-Scope ] [-StartTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -40,7 +39,7 @@ Update-MgBetaOauth2PermissionGrant -OAuth2PermissionGrantId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -52,7 +51,6 @@ Update-MgBetaOauth2PermissionGrant -InputObject [-ResourceId ] [-Scope ] [-StartTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -62,7 +60,7 @@ Update-MgBetaOauth2PermissionGrant -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -774,6 +772,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyAccessReviewPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyAccessReviewPolicy.md index 9ac086f5afc6a..02daee2208a17 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyAccessReviewPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyAccessReviewPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetapolicyaccessreviewpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPolicyAccessReviewPolicy --- @@ -25,7 +25,6 @@ Update-MgBetaPolicyAccessReviewPolicy [-ResponseHeadersVariable ] [-IsGroupOwnerManagementEnabled] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -35,7 +34,6 @@ Update-MgBetaPolicyAccessReviewPolicy -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyActivityBasedTimeoutPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyActivityBasedTimeoutPolicy.md index a5e6518e1c037..387d523dd3e4e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyActivityBasedTimeoutPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyActivityBasedTimeoutPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetapolicyactivitybasedtimeoutpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPolicyActivityBasedTimeoutPolicy --- @@ -29,7 +29,7 @@ Update-MgBetaPolicyActivityBasedTimeoutPolicy -ActivityBasedTimeoutPolicyId ] [-Description ] [-DisplayName ] [-Id ] [-IsOrganizationDefault] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,6 @@ Update-MgBetaPolicyActivityBasedTimeoutPolicy -ActivityBasedTimeoutPolicyId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -51,7 +50,7 @@ Update-MgBetaPolicyActivityBasedTimeoutPolicy -InputObject ] [-Description ] [-DisplayName ] [-Id ] [-IsOrganizationDefault] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -61,7 +60,6 @@ Update-MgBetaPolicyActivityBasedTimeoutPolicy -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -710,6 +708,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyAdminConsentRequestPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyAdminConsentRequestPolicy.md index c1f8ba33913b9..0a648176f4c2c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyAdminConsentRequestPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyAdminConsentRequestPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetapolicyadminconsentrequestpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPolicyAdminConsentRequestPolicy --- @@ -29,7 +29,7 @@ Update-MgBetaPolicyAdminConsentRequestPolicy [-ResponseHeadersVariable ] [-Reviewers ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,7 @@ Update-MgBetaPolicyAdminConsentRequestPolicy -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyAppManagementPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyAppManagementPolicy.md index a7c572b102f18..70a36c4d8cf3f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyAppManagementPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyAppManagementPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetapolicyappmanagementpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPolicyAppManagementPolicy --- @@ -30,7 +30,6 @@ Update-MgBetaPolicyAppManagementPolicy -AppManagementPolicyId [-Restrictions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -40,7 +39,7 @@ Update-MgBetaPolicyAppManagementPolicy -AppManagementPolicyId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -53,7 +52,6 @@ Update-MgBetaPolicyAppManagementPolicy -InputObject [-Restrictions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -63,7 +61,7 @@ Update-MgBetaPolicyAppManagementPolicy -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -689,7 +687,7 @@ Read-only. [Operator ]: customSecurityAttributeComparisonOperator [MaxLifetime ]: String value that indicates the maximum lifetime for key expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. -This property is required when restrictionType is set to keyLifetime. +This property is required when restrictionType is set to asymmetricKeyLifetime. [RestrictForAppsCreatedAfterDateTime ]: Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied. [RestrictionType ]: appKeyCredentialRestrictionType @@ -724,7 +722,7 @@ For existing applications, the enforcement date can be retroactively applied. [NonDefaultUriAddition ]: identifierUriRestriction [(Any) ]: This indicates any property can be added to this object. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExcludeAppsReceivingV2Tokens ]: If true, the restriction isn't enforced for applications that are configured to receive V2 tokens in Microsoft Entra ID; else, the restriction isn't enforced for those applications. + [ExcludeAppsReceivingV2Tokens ]: If true, the restriction isn't enforced for applications that are configured to receive V2 tokens in Microsoft Entra ID; else, the restriction is enforced for those applications. [ExcludeSaml ]: If true, the restriction isn't enforced for SAML applications in Microsoft Entra ID; else, the restriction is enforced for those applications. [RestrictForAppsCreatedAfterDateTime ]: Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied. @@ -838,6 +836,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy @@ -898,7 +897,7 @@ Read-only. [Operator ]: customSecurityAttributeComparisonOperator [MaxLifetime ]: String value that indicates the maximum lifetime for key expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. -This property is required when restrictionType is set to keyLifetime. +This property is required when restrictionType is set to asymmetricKeyLifetime. [RestrictForAppsCreatedAfterDateTime ]: Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied. [RestrictionType ]: appKeyCredentialRestrictionType @@ -933,7 +932,7 @@ For existing applications, the enforcement date can be retroactively applied. [NonDefaultUriAddition ]: identifierUriRestriction [(Any) ]: This indicates any property can be added to this object. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExcludeAppsReceivingV2Tokens ]: If true, the restriction isn't enforced for applications that are configured to receive V2 tokens in Microsoft Entra ID; else, the restriction isn't enforced for those applications. + [ExcludeAppsReceivingV2Tokens ]: If true, the restriction isn't enforced for applications that are configured to receive V2 tokens in Microsoft Entra ID; else, the restriction is enforced for those applications. [ExcludeSaml ]: If true, the restriction isn't enforced for SAML applications in Microsoft Entra ID; else, the restriction is enforced for those applications. [RestrictForAppsCreatedAfterDateTime ]: Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyAuthenticationFlowPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyAuthenticationFlowPolicy.md index 1a5f5591bde85..519ced7ffd571 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyAuthenticationFlowPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyAuthenticationFlowPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetapolicyauthenticationflowpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPolicyAuthenticationFlowPolicy --- @@ -29,7 +29,7 @@ Update-MgBetaPolicyAuthenticationFlowPolicy [-ResponseHeadersVariable ] [-SelfServiceSignUp ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,7 @@ Update-MgBetaPolicyAuthenticationFlowPolicy -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyAuthenticationMethodPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyAuthenticationMethodPolicy.md index 4ebb996e42f86..bcf63ea326af6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyAuthenticationMethodPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyAuthenticationMethodPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetapolicyauthenticationmethodpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPolicyAuthenticationMethodPolicy --- @@ -34,7 +34,7 @@ Update-MgBetaPolicyAuthenticationMethodPolicy [-ResponseHeadersVariable [-SystemCredentialPreferences ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -44,7 +44,7 @@ Update-MgBetaPolicyAuthenticationMethodPolicy -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -699,7 +699,7 @@ The default value is true. [Id ]: The object identifier of a Microsoft Entra user or group. [TargetType ]: authenticationMethodTargetType [TargetedAuthenticationMethod ]: The authentication method that the user is prompted to register. -The value must be microsoftAuthenticator. +The value can be Fido2 or microsoftAuthenticator. [SnoozeDurationInDays ]: Specifies the number of days that the user sees a prompt again if they select 'Not now' and snoozes the prompt. Minimum 0 days. Maximum: 14 days. @@ -742,7 +742,7 @@ The default value is true. [Id ]: The object identifier of a Microsoft Entra user or group. [TargetType ]: authenticationMethodTargetType [TargetedAuthenticationMethod ]: The authentication method that the user is prompted to register. -The value must be microsoftAuthenticator. +The value can be Fido2 or microsoftAuthenticator. [SnoozeDurationInDays ]: Specifies the number of days that the user sees a prompt again if they select 'Not now' and snoozes the prompt. Minimum 0 days. Maximum: 14 days. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration.md index 472c8d3e556cc..983388a555eef 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetapolicyauthenticationmethodpolicyauthenticationmethodconfiguration Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration --- @@ -29,7 +29,6 @@ Update-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration [-Id ] [-State ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -41,7 +40,6 @@ Update-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -53,7 +51,6 @@ Update-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration [-Id ] [-State ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -65,7 +62,6 @@ Update-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -615,6 +611,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyAuthenticationStrengthPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyAuthenticationStrengthPolicy.md index f71475b471832..5fb12d2796510 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyAuthenticationStrengthPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyAuthenticationStrengthPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetapolicyauthenticationstrengthpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPolicyAuthenticationStrengthPolicy --- @@ -33,7 +33,7 @@ Update-MgBetaPolicyAuthenticationStrengthPolicy -AuthenticationStrengthPolicyId [-ModifiedDateTime ] [-PolicyType ] [-RequirementsSatisfied ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -43,7 +43,7 @@ Update-MgBetaPolicyAuthenticationStrengthPolicy -AuthenticationStrengthPolicyId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -57,7 +57,7 @@ Update-MgBetaPolicyAuthenticationStrengthPolicy -InputObject ] [-PolicyType ] [-RequirementsSatisfied ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -67,7 +67,7 @@ Update-MgBetaPolicyAuthenticationStrengthPolicy -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -789,6 +789,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyAuthenticationStrengthPolicyAllowedCombination.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyAuthenticationStrengthPolicyAllowedCombination.md index 8f4bdf2d603d4..608546f170fcb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyAuthenticationStrengthPolicyAllowedCombination.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyAuthenticationStrengthPolicyAllowedCombination.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetapolicyauthenticationstrengthpolicyallowedcombination Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPolicyAuthenticationStrengthPolicyAllowedCombination --- @@ -29,7 +29,7 @@ Update-MgBetaPolicyAuthenticationStrengthPolicyAllowedCombination [-AdditionalProperties ] [-AllowedCombinations ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -41,7 +41,6 @@ Update-MgBetaPolicyAuthenticationStrengthPolicyAllowedCombination [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -52,7 +51,7 @@ Update-MgBetaPolicyAuthenticationStrengthPolicyAllowedCombination [-AdditionalProperties ] [-AllowedCombinations ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -64,7 +63,6 @@ Update-MgBetaPolicyAuthenticationStrengthPolicyAllowedCombination [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -544,6 +542,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration.md index b3b272d14a432..6e0e18c7985d2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetapolicyauthenticationstrengthpolicycombinationconfiguration Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration --- @@ -29,7 +29,6 @@ Update-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration [-AppliesToCombinations ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -41,7 +40,6 @@ Update-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -52,7 +50,7 @@ Update-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration [-AdditionalProperties ] [-AppliesToCombinations ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -64,7 +62,6 @@ Update-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -577,6 +574,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyAuthorizationPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyAuthorizationPolicy.md index ecea690d91b62..3ebc005481da9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyAuthorizationPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyAuthorizationPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetapolicyauthorizationpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPolicyAuthorizationPolicy --- @@ -34,7 +34,6 @@ Update-MgBetaPolicyAuthorizationPolicy -AuthorizationPolicyId [-PermissionGrantPolicyIdsAssignedToDefaultUserRole ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -44,7 +43,7 @@ Update-MgBetaPolicyAuthorizationPolicy -AuthorizationPolicyId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -61,7 +60,6 @@ Update-MgBetaPolicyAuthorizationPolicy -InputObject [-PermissionGrantPolicyIdsAssignedToDefaultUserRole ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -71,7 +69,7 @@ Update-MgBetaPolicyAuthorizationPolicy -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -987,6 +985,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride.md index 06f73a100ffa2..45d9fbd1c3e36 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetapolicyauthorizationpolicydefaultuserroleoverride Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride --- @@ -26,7 +26,6 @@ Update-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride -AuthorizationPoli [-RolePermissions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -37,7 +36,6 @@ Update-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride -AuthorizationPoli [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -49,7 +47,6 @@ Update-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride [-RolePermissions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -60,7 +57,6 @@ Update-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -602,6 +598,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyB2BManagementPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyB2BManagementPolicy.md index d77bfc38bc193..be594e604516e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyB2BManagementPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyB2BManagementPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetapolicyb2bmanagementpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPolicyB2BManagementPolicy --- @@ -26,7 +26,7 @@ Update-MgBetaPolicyB2BManagementPolicy -B2BManagementPolicyId [-DeletedDateTime ] [-Description ] [-DisplayName ] [-Id ] [-IsOrganizationDefault] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -36,7 +36,6 @@ Update-MgBetaPolicyB2BManagementPolicy -B2BManagementPolicyId -BodyPara [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -48,7 +47,7 @@ Update-MgBetaPolicyB2BManagementPolicy -InputObject [-DeletedDateTime ] [-Description ] [-DisplayName ] [-Id ] [-IsOrganizationDefault] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -58,7 +57,6 @@ Update-MgBetaPolicyB2BManagementPolicy -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -78,6 +76,29 @@ Update the properties of a b2bManagementPolicy object. | Delegated (personal Microsoft account) | Not supported | | Application | Policy.ReadWrite.B2BManagementPolicy, | +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.SignIns + +$params = @{ + "@odata.type" = "#microsoft.graph.b2bManagementPolicy" + description = "Policy used for B2B features" + displayName = "Policy1" + definition = @( + '{'B2BManagementPolicy':{'Version':1}}' +) +isOrganizationDefault = "true" +} + +Update-MgBetaPolicyB2BManagementPolicy -B2bManagementPolicyId $b2bManagementPolicyId -BodyParameter $params + +``` +This example shows how to use the Update-MgBetaPolicyB2BManagementPolicy Cmdlet. + + ## PARAMETERS ### -AdditionalProperties @@ -690,6 +711,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy @@ -762,6 +784,5 @@ INPUTOBJECT ``: Identity Parameter - diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyB2CAuthenticationMethodPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyB2CAuthenticationMethodPolicy.md index d33bd8a752aff..965b389e3dd7d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyB2CAuthenticationMethodPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyB2CAuthenticationMethodPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetapolicyb2cauthenticationmethodpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPolicyB2CAuthenticationMethodPolicy --- @@ -25,7 +25,7 @@ Update-MgBetaPolicyB2CAuthenticationMethodPolicy [-ResponseHeadersVariable ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -35,7 +35,7 @@ Update-MgBetaPolicyB2CAuthenticationMethodPolicy -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyClaimMappingPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyClaimMappingPolicy.md index d586783075c55..313adfaf5bc55 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyClaimMappingPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyClaimMappingPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetapolicyclaimmappingpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPolicyClaimMappingPolicy --- @@ -29,7 +29,7 @@ Update-MgBetaPolicyClaimMappingPolicy -ClaimsMappingPolicyId [-DeletedDateTime ] [-Description ] [-DisplayName ] [-Id ] [-IsOrganizationDefault] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,6 @@ Update-MgBetaPolicyClaimMappingPolicy -ClaimsMappingPolicyId -BodyParam [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -51,7 +50,7 @@ Update-MgBetaPolicyClaimMappingPolicy -InputObject [-DeletedDateTime ] [-Description ] [-DisplayName ] [-Id ] [-IsOrganizationDefault] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -61,7 +60,6 @@ Update-MgBetaPolicyClaimMappingPolicy -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -710,6 +708,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyCrossTenantAccessPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyCrossTenantAccessPolicy.md index e71a560b102fb..f984d7698ffa4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyCrossTenantAccessPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyCrossTenantAccessPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetapolicycrosstenantaccesspolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPolicyCrossTenantAccessPolicy --- @@ -31,7 +31,6 @@ Update-MgBetaPolicyCrossTenantAccessPolicy [-ResponseHeadersVariable ] [-Templates ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -41,7 +40,6 @@ Update-MgBetaPolicyCrossTenantAccessPolicy -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -609,7 +607,8 @@ Read-only. [B2BCollaborationOutbound ]: crossTenantAccessPolicyB2BSetting [B2BDirectConnectInbound ]: crossTenantAccessPolicyB2BSetting [B2BDirectConnectOutbound ]: crossTenantAccessPolicyB2BSetting - [BlockServiceProviderOutboundAccess ]: + [BlockServiceProviderOutboundAccess ]: Specifies whether users can use granular delegated admin privileges (GDAP) to sign-in and access resources in other organizations. +Default value is false. [InboundTrust ]: crossTenantAccessPolicyInboundTrust [(Any) ]: This indicates any property can be added to this object. [IsCompliantDeviceAccepted ]: Specifies whether compliant devices from external Microsoft Entra organizations are trusted. @@ -622,6 +621,24 @@ Read-only. The possible values are: azureActiveDirectory, externalFederation, or socialIdentityProviders. [IsServiceDefault ]: If true, the default configuration is set to the system default configuration. If false, the default settings are customized. + [M365Capabilities ]: Defines the default Microsoft 365 cross-tenant capabilities for inbound access from external organizations. + [Id ]: The unique identifier for an entity. +Read-only. + [InboundAccess ]: m365CapabilityInboundAccess + [(Any) ]: This indicates any property can be added to this object. + [IsAllowed ]: Indicates whether this capability should be allowed or blocked for inbound access. + [ResourceScopes ]: m365CapabilityResourceScopes + [(Any) ]: This indicates any property can be added to this object. + [Excluded ]: Resources to exclude from the scope. +If a resource appears in both included and excluded, the excluded property takes precedence. + [ResourceId ]: The ID of the resource to modify (a user or group ID). + [ResourceType ]: m365ResourceType + [Included ]: Resources to include in the scope. + [LastModifiedDateTime ]: The automatically updated last modified timestamp for the capability. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2024, is 2024-01-01T00:00:00Z. + [Name ]: The name or identifier of the capability. +Key. [M365CollaborationInbound ]: crossTenantAccessPolicyM365CollaborationInboundSetting [(Any) ]: This indicates any property can be added to this object. [Users ]: crossTenantAccessPolicyTargetConfiguration @@ -645,7 +662,8 @@ For example, device.deviceAttribute2 -eq 'PrivilegedAccessWorkstation'. [B2BCollaborationOutbound ]: crossTenantAccessPolicyB2BSetting [B2BDirectConnectInbound ]: crossTenantAccessPolicyB2BSetting [B2BDirectConnectOutbound ]: crossTenantAccessPolicyB2BSetting - [BlockServiceProviderOutboundAccess ]: + [BlockServiceProviderOutboundAccess ]: Specifies whether users can use granular delegated admin privileges (GDAP) to sign-in and access resources in other organizations. +Default value is false. [IdentitySynchronization ]: crossTenantIdentitySyncPolicyPartner [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Shows the last date and time the policy was deleted. @@ -669,6 +687,7 @@ This property has no impact on existing users who have already been synchronized [InboundTrust ]: crossTenantAccessPolicyInboundTrust [IsInMultiTenantOrganization ]: Identifies whether a tenant is a member of a multitenant organization. [IsServiceProvider ]: Identifies whether the partner-specific configuration is a Cloud Service Provider for your organization. + [M365Capabilities ]: Defines the partner-specific Microsoft 365 cross-tenant capabilities for inbound access from the partner organization. [M365CollaborationInbound ]: crossTenantAccessPolicyM365CollaborationInboundSetting [M365CollaborationOutbound ]: crossTenantAccessPolicyM365CollaborationOutboundSetting [TenantId ]: The tenant identifier for the partner Microsoft Entra organization. @@ -721,7 +740,8 @@ Read-only. [B2BCollaborationOutbound ]: crossTenantAccessPolicyB2BSetting [B2BDirectConnectInbound ]: crossTenantAccessPolicyB2BSetting [B2BDirectConnectOutbound ]: crossTenantAccessPolicyB2BSetting - [BlockServiceProviderOutboundAccess ]: + [BlockServiceProviderOutboundAccess ]: Specifies whether users can use granular delegated admin privileges (GDAP) to sign-in and access resources in other organizations. +Default value is false. [InboundTrust ]: crossTenantAccessPolicyInboundTrust [(Any) ]: This indicates any property can be added to this object. [IsCompliantDeviceAccepted ]: Specifies whether compliant devices from external Microsoft Entra organizations are trusted. @@ -734,6 +754,24 @@ Read-only. The possible values are: azureActiveDirectory, externalFederation, or socialIdentityProviders. [IsServiceDefault ]: If true, the default configuration is set to the system default configuration. If false, the default settings are customized. + [M365Capabilities ]: Defines the default Microsoft 365 cross-tenant capabilities for inbound access from external organizations. + [Id ]: The unique identifier for an entity. +Read-only. + [InboundAccess ]: m365CapabilityInboundAccess + [(Any) ]: This indicates any property can be added to this object. + [IsAllowed ]: Indicates whether this capability should be allowed or blocked for inbound access. + [ResourceScopes ]: m365CapabilityResourceScopes + [(Any) ]: This indicates any property can be added to this object. + [Excluded ]: Resources to exclude from the scope. +If a resource appears in both included and excluded, the excluded property takes precedence. + [ResourceId ]: The ID of the resource to modify (a user or group ID). + [ResourceType ]: m365ResourceType + [Included ]: Resources to include in the scope. + [LastModifiedDateTime ]: The automatically updated last modified timestamp for the capability. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2024, is 2024-01-01T00:00:00Z. + [Name ]: The name or identifier of the capability. +Key. [M365CollaborationInbound ]: crossTenantAccessPolicyM365CollaborationInboundSetting [(Any) ]: This indicates any property can be added to this object. [Users ]: crossTenantAccessPolicyTargetConfiguration @@ -772,7 +810,8 @@ PARTNERS : Defines [B2BCollaborationOutbound ]: crossTenantAccessPolicyB2BSetting [B2BDirectConnectInbound ]: crossTenantAccessPolicyB2BSetting [B2BDirectConnectOutbound ]: crossTenantAccessPolicyB2BSetting - [BlockServiceProviderOutboundAccess ]: + [BlockServiceProviderOutboundAccess ]: Specifies whether users can use granular delegated admin privileges (GDAP) to sign-in and access resources in other organizations. +Default value is false. [IdentitySynchronization ]: crossTenantIdentitySyncPolicyPartner [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Shows the last date and time the policy was deleted. @@ -800,6 +839,24 @@ This property has no impact on existing users who have already been synchronized [IsMfaAccepted ]: Specifies whether MFA from external Microsoft Entra organizations is trusted. [IsInMultiTenantOrganization ]: Identifies whether a tenant is a member of a multitenant organization. [IsServiceProvider ]: Identifies whether the partner-specific configuration is a Cloud Service Provider for your organization. + [M365Capabilities ]: Defines the partner-specific Microsoft 365 cross-tenant capabilities for inbound access from the partner organization. + [Id ]: The unique identifier for an entity. +Read-only. + [InboundAccess ]: m365CapabilityInboundAccess + [(Any) ]: This indicates any property can be added to this object. + [IsAllowed ]: Indicates whether this capability should be allowed or blocked for inbound access. + [ResourceScopes ]: m365CapabilityResourceScopes + [(Any) ]: This indicates any property can be added to this object. + [Excluded ]: Resources to exclude from the scope. +If a resource appears in both included and excluded, the excluded property takes precedence. + [ResourceId ]: The ID of the resource to modify (a user or group ID). + [ResourceType ]: m365ResourceType + [Included ]: Resources to include in the scope. + [LastModifiedDateTime ]: The automatically updated last modified timestamp for the capability. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2024, is 2024-01-01T00:00:00Z. + [Name ]: The name or identifier of the capability. +Key. [M365CollaborationInbound ]: crossTenantAccessPolicyM365CollaborationInboundSetting [(Any) ]: This indicates any property can be added to this object. [Users ]: crossTenantAccessPolicyTargetConfiguration diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyCrossTenantAccessPolicyDefault.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyCrossTenantAccessPolicyDefault.md index a6a76d12e1229..26dc2386eddd5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyCrossTenantAccessPolicyDefault.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyCrossTenantAccessPolicyDefault.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetapolicycrosstenantaccesspolicydefault Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPolicyCrossTenantAccessPolicyDefault --- @@ -34,12 +34,13 @@ Update-MgBetaPolicyCrossTenantAccessPolicyDefault [-ResponseHeadersVariable ] [-InboundTrust ] [-InvitationRedemptionIdentityProviderConfiguration ] [-IsServiceDefault] + [-M365Capabilities ] [-M365CollaborationInbound ] [-M365CollaborationOutbound ] [-TenantRestrictions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -50,7 +51,6 @@ Update-MgBetaPolicyCrossTenantAccessPolicyDefault [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -307,7 +307,8 @@ HelpMessage: '' ### -BlockServiceProviderOutboundAccess - +Specifies whether users can use granular delegated admin privileges (GDAP) to sign-in and access resources in other organizations. +Default value is false. ```yaml Type: System.Management.Automation.SwitchParameter @@ -541,6 +542,28 @@ AcceptedValues: [] HelpMessage: '' ``` +### -M365Capabilities + +Defines the default Microsoft 365 cross-tenant capabilities for inbound access from external organizations. +To construct, see NOTES section for M365CAPABILITIES properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphM365CapabilityBase[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -M365CollaborationInbound crossTenantAccessPolicyM365CollaborationInboundSetting @@ -827,7 +850,8 @@ Read-only. [B2BCollaborationOutbound ]: crossTenantAccessPolicyB2BSetting [B2BDirectConnectInbound ]: crossTenantAccessPolicyB2BSetting [B2BDirectConnectOutbound ]: crossTenantAccessPolicyB2BSetting - [BlockServiceProviderOutboundAccess ]: + [BlockServiceProviderOutboundAccess ]: Specifies whether users can use granular delegated admin privileges (GDAP) to sign-in and access resources in other organizations. +Default value is false. [InboundTrust ]: crossTenantAccessPolicyInboundTrust [(Any) ]: This indicates any property can be added to this object. [IsCompliantDeviceAccepted ]: Specifies whether compliant devices from external Microsoft Entra organizations are trusted. @@ -840,6 +864,24 @@ Read-only. The possible values are: azureActiveDirectory, externalFederation, or socialIdentityProviders. [IsServiceDefault ]: If true, the default configuration is set to the system default configuration. If false, the default settings are customized. + [M365Capabilities ]: Defines the default Microsoft 365 cross-tenant capabilities for inbound access from external organizations. + [Id ]: The unique identifier for an entity. +Read-only. + [InboundAccess ]: m365CapabilityInboundAccess + [(Any) ]: This indicates any property can be added to this object. + [IsAllowed ]: Indicates whether this capability should be allowed or blocked for inbound access. + [ResourceScopes ]: m365CapabilityResourceScopes + [(Any) ]: This indicates any property can be added to this object. + [Excluded ]: Resources to exclude from the scope. +If a resource appears in both included and excluded, the excluded property takes precedence. + [ResourceId ]: The ID of the resource to modify (a user or group ID). + [ResourceType ]: m365ResourceType + [Included ]: Resources to include in the scope. + [LastModifiedDateTime ]: The automatically updated last modified timestamp for the capability. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2024, is 2024-01-01T00:00:00Z. + [Name ]: The name or identifier of the capability. +Key. [M365CollaborationInbound ]: crossTenantAccessPolicyM365CollaborationInboundSetting [(Any) ]: This indicates any property can be added to this object. [Users ]: crossTenantAccessPolicyTargetConfiguration @@ -862,6 +904,25 @@ INBOUNDTRUST ``: crossTenant [IsHybridAzureAdJoinedDeviceAccepted ]: Specifies whether Microsoft Entra hybrid joined devices from external Microsoft Entra organizations are trusted. [IsMfaAccepted ]: Specifies whether MFA from external Microsoft Entra organizations is trusted. +M365CAPABILITIES : Defines the default Microsoft 365 cross-tenant capabilities for inbound access from external organizations. + [Id ]: The unique identifier for an entity. +Read-only. + [InboundAccess ]: m365CapabilityInboundAccess + [(Any) ]: This indicates any property can be added to this object. + [IsAllowed ]: Indicates whether this capability should be allowed or blocked for inbound access. + [ResourceScopes ]: m365CapabilityResourceScopes + [(Any) ]: This indicates any property can be added to this object. + [Excluded ]: Resources to exclude from the scope. +If a resource appears in both included and excluded, the excluded property takes precedence. + [ResourceId ]: The ID of the resource to modify (a user or group ID). + [ResourceType ]: m365ResourceType + [Included ]: Resources to include in the scope. + [LastModifiedDateTime ]: The automatically updated last modified timestamp for the capability. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2024, is 2024-01-01T00:00:00Z. + [Name ]: The name or identifier of the capability. +Key. + M365COLLABORATIONINBOUND ``: crossTenantAccessPolicyM365CollaborationInboundSetting [(Any) ]: This indicates any property can be added to this object. [Users ]: crossTenantAccessPolicyTargetConfiguration diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyCrossTenantAccessPolicyDefaultM365Capability.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyCrossTenantAccessPolicyDefaultM365Capability.md new file mode 100644 index 0000000000000..03bbbb1aa2bb4 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyCrossTenantAccessPolicyDefaultM365Capability.md @@ -0,0 +1,699 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetapolicycrosstenantaccesspolicydefaultm365capability +Locale: en-US +Module Name: Microsoft.Graph.Beta.Identity.SignIns +ms.date: 08/01/2026 +PlatyPS schema version: 2024-05-01 +title: Update-MgBetaPolicyCrossTenantAccessPolicyDefaultM365Capability +--- + +# Update-MgBetaPolicyCrossTenantAccessPolicyDefaultM365Capability + +## SYNOPSIS + +Update the navigation property m365Capabilities in policies + +## SYNTAX + +### UpdateExpanded (Default) + +``` +Update-MgBetaPolicyCrossTenantAccessPolicyDefaultM365Capability -M365CapabilityBaseName + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] + [-InboundAccess ] [-LastModifiedDateTime ] + [-Name ] [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### Update + +``` +Update-MgBetaPolicyCrossTenantAccessPolicyDefaultM365Capability -M365CapabilityBaseName + -BodyParameter [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### UpdateViaIdentityExpanded + +``` +Update-MgBetaPolicyCrossTenantAccessPolicyDefaultM365Capability + -InputObject [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-Id ] + [-InboundAccess ] [-LastModifiedDateTime ] + [-Name ] [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### UpdateViaIdentity + +``` +Update-MgBetaPolicyCrossTenantAccessPolicyDefaultM365Capability + -InputObject -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Update the navigation property m365Capabilities in policies + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + +m365CapabilityBase +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphM365CapabilityBase +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Id + +The unique identifier for an entity. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InboundAccess + +m365CapabilityInboundAccess +To construct, see NOTES section for INBOUNDACCESS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphM365CapabilityInboundAccess +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IIdentitySignInsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -LastModifiedDateTime + +The automatically updated last modified timestamp for the capability. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2024, is 2024-01-01T00:00:00Z. + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -M365CapabilityBaseName + +The unique identifier of m365CapabilityBase + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Name + +The name or identifier of the capability. +Key. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IIdentitySignInsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphM365CapabilityBase + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphM365CapabilityBase + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: m365CapabilityBase + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [InboundAccess ]: m365CapabilityInboundAccess + [(Any) ]: This indicates any property can be added to this object. + [IsAllowed ]: Indicates whether this capability should be allowed or blocked for inbound access. + [ResourceScopes ]: m365CapabilityResourceScopes + [(Any) ]: This indicates any property can be added to this object. + [Excluded ]: Resources to exclude from the scope. +If a resource appears in both included and excluded, the excluded property takes precedence. + [ResourceId ]: The ID of the resource to modify (a user or group ID). + [ResourceType ]: m365ResourceType + [Included ]: Resources to include in the scope. + [LastModifiedDateTime ]: The automatically updated last modified timestamp for the capability. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2024, is 2024-01-01T00:00:00Z. + [Name ]: The name or identifier of the capability. +Key. + +INBOUNDACCESS ``: m365CapabilityInboundAccess + [(Any) ]: This indicates any property can be added to this object. + [IsAllowed ]: Indicates whether this capability should be allowed or blocked for inbound access. + [ResourceScopes ]: m365CapabilityResourceScopes + [(Any) ]: This indicates any property can be added to this object. + [Excluded ]: Resources to exclude from the scope. +If a resource appears in both included and excluded, the excluded property takes precedence. + [ResourceId ]: The ID of the resource to modify (a user or group ID). + [ResourceType ]: m365ResourceType + [Included ]: Resources to include in the scope. + +INPUTOBJECT ``: Identity Parameter + [ActivityBasedTimeoutPolicyId ]: The unique identifier of activityBasedTimeoutPolicy + [AgentRiskDetectionId ]: The unique identifier of agentRiskDetection + [AppManagementPolicyId ]: The unique identifier of appManagementPolicy + [AuthenticationCombinationConfigurationId ]: The unique identifier of authenticationCombinationConfiguration + [AuthenticationConditionApplicationAppId ]: The unique identifier of authenticationConditionApplication + [AuthenticationContextClassReferenceId ]: The unique identifier of authenticationContextClassReference + [AuthenticationEventListenerId ]: The unique identifier of authenticationEventListener + [AuthenticationEventsFlowId ]: The unique identifier of authenticationEventsFlow + [AuthenticationMethodConfigurationId ]: The unique identifier of authenticationMethodConfiguration + [AuthenticationMethodId ]: The unique identifier of authenticationMethod + [AuthenticationMethodModeDetailId ]: The unique identifier of authenticationMethodModeDetail + [AuthenticationMethodModes ]: Usage: authenticationMethodModes={authenticationMethodModes} + [AuthenticationStrengthPolicyId ]: The unique identifier of authenticationStrengthPolicy + [AuthorizationPolicyId ]: The unique identifier of authorizationPolicy + [B2BManagementPolicyId ]: The unique identifier of b2bManagementPolicy + [B2CIdentityUserFlowId ]: The unique identifier of b2cIdentityUserFlow + [B2XIdentityUserFlowId ]: The unique identifier of b2xIdentityUserFlow + [BitlockerRecoveryKeyId ]: The unique identifier of bitlockerRecoveryKey + [CertificateBasedAuthConfigurationId ]: The unique identifier of certificateBasedAuthConfiguration + [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy + [ConditionalAccessPolicyId ]: The unique identifier of conditionalAccessPolicy + [ConditionalAccessTemplateId ]: The unique identifier of conditionalAccessTemplate + [ContentFormats ]: Usage: contentFormats={contentFormats} + [CrossTenantAccessPolicyConfigurationPartnerTenantId ]: The unique identifier of crossTenantAccessPolicyConfigurationPartner + [CrossTenantIdentitySyncPolicyPartnerTenantId ]: The unique identifier of crossTenantIdentitySyncPolicyPartner + [CustomAuthenticationExtensionId ]: The unique identifier of customAuthenticationExtension + [DataLossPreventionPolicyId ]: The unique identifier of dataLossPreventionPolicy + [DataPolicyOperationId ]: The unique identifier of dataPolicyOperation + [DefaultUserRoleOverrideId ]: The unique identifier of defaultUserRoleOverride + [DirectoryObjectId ]: The unique identifier of directoryObject + [EmailAuthenticationMethodId ]: The unique identifier of emailAuthenticationMethod + [ExternalAuthenticationMethodId ]: The unique identifier of externalAuthenticationMethod + [FeatureRolloutPolicyId ]: The unique identifier of featureRolloutPolicy + [Fido2AuthenticationMethodId ]: The unique identifier of fido2AuthenticationMethod + [FraudProtectionProviderId ]: The unique identifier of fraudProtectionProvider + [GroupId ]: The unique identifier of group + [HardwareOathAuthenticationMethodId ]: The unique identifier of hardwareOathAuthenticationMethod + [HardwareOathTokenAuthenticationMethodDeviceId ]: The unique identifier of hardwareOathTokenAuthenticationMethodDevice + [HomeRealmDiscoveryPolicyId ]: The unique identifier of homeRealmDiscoveryPolicy + [IdentityApiConnectorId ]: The unique identifier of identityApiConnector + [IdentityProviderBaseId ]: The unique identifier of identityProviderBase + [IdentityProviderId ]: The unique identifier of identityProvider + [IdentityUserFlowAttributeAssignmentId ]: The unique identifier of identityUserFlowAttributeAssignment + [IdentityUserFlowAttributeId ]: The unique identifier of identityUserFlowAttribute + [IdentityUserFlowId ]: The unique identifier of identityUserFlow + [InformationProtectionLabelId ]: The unique identifier of informationProtectionLabel + [LabelIds ]: Usage: labelIds={labelIds} + [Locale ]: Usage: locale='{locale}' + [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase + [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod + [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy + [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy + [MultiTenantOrganizationMemberId ]: The unique identifier of multiTenantOrganizationMember + [NamedLocationId ]: The unique identifier of namedLocation + [OAuth2PermissionGrantId ]: The unique identifier of oAuth2PermissionGrant + [OnPremAuthenticationPolicyId ]: The unique identifier of onPremAuthenticationPolicy + [OrganizationId ]: The unique identifier of organization + [PasswordAuthenticationMethodId ]: The unique identifier of passwordAuthenticationMethod + [PasswordlessMicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of passwordlessMicrosoftAuthenticatorAuthenticationMethod + [PermissionGrantConditionSetId ]: The unique identifier of permissionGrantConditionSet + [PermissionGrantPolicyId ]: The unique identifier of permissionGrantPolicy + [PermissionGrantPreApprovalPolicyId ]: The unique identifier of permissionGrantPreApprovalPolicy + [PhoneAuthenticationMethodId ]: The unique identifier of phoneAuthenticationMethod + [PlatformCredentialAuthenticationMethodId ]: The unique identifier of platformCredentialAuthenticationMethod + [RiskDetectionId ]: The unique identifier of riskDetection + [RiskyAgentId ]: The unique identifier of riskyAgent + [RiskyServicePrincipalHistoryItemId ]: The unique identifier of riskyServicePrincipalHistoryItem + [RiskyServicePrincipalId ]: The unique identifier of riskyServicePrincipal + [RiskyUserHistoryItemId ]: The unique identifier of riskyUserHistoryItem + [RiskyUserId ]: The unique identifier of riskyUser + [SensitivityLabelId ]: The unique identifier of sensitivityLabel + [SensitivityLabelId1 ]: The unique identifier of sensitivityLabel + [ServicePrincipalCreationConditionSetId ]: The unique identifier of servicePrincipalCreationConditionSet + [ServicePrincipalCreationPolicyId ]: The unique identifier of servicePrincipalCreationPolicy + [ServicePrincipalRiskDetectionId ]: The unique identifier of servicePrincipalRiskDetection + [SignInIdentifierBaseName ]: The unique identifier of signInIdentifierBase + [SoftwareOathAuthenticationMethodId ]: The unique identifier of softwareOathAuthenticationMethod + [TemporaryAccessPassAuthenticationMethodId ]: The unique identifier of temporaryAccessPassAuthenticationMethod + [ThreatAssessmentRequestId ]: The unique identifier of threatAssessmentRequest + [ThreatAssessmentResultId ]: The unique identifier of threatAssessmentResult + [TokenIssuancePolicyId ]: The unique identifier of tokenIssuancePolicy + [TokenLifetimePolicyId ]: The unique identifier of tokenLifetimePolicy + [TrustFrameworkKeySetId ]: The unique identifier of trustFrameworkKeySet + [TrustFrameworkKeyV2Kid ]: The unique identifier of trustFrameworkKey_v2 + [TrustFrameworkPolicyId ]: The unique identifier of trustFrameworkPolicy + [UnifiedRoleManagementPolicyAssignmentId ]: The unique identifier of unifiedRoleManagementPolicyAssignment + [UnifiedRoleManagementPolicyId ]: The unique identifier of unifiedRoleManagementPolicy + [UnifiedRoleManagementPolicyRuleId ]: The unique identifier of unifiedRoleManagementPolicyRule + [UserFlowLanguageConfigurationId ]: The unique identifier of userFlowLanguageConfiguration + [UserFlowLanguagePageId ]: The unique identifier of userFlowLanguagePage + [UserId ]: The unique identifier of user + [VerifiedIdProfileId ]: The unique identifier of verifiedIdProfile + [WebApplicationFirewallProviderId ]: The unique identifier of webApplicationFirewallProvider + [WebApplicationFirewallVerificationModelId ]: The unique identifier of webApplicationFirewallVerificationModel + [WindowsHelloForBusinessAuthenticationMethodId ]: The unique identifier of windowsHelloForBusinessAuthenticationMethod + + +## RELATED LINKS + +- [Update-MgBetaPolicyCrossTenantAccessPolicyDefaultM365Capability](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetapolicycrosstenantaccesspolicydefaultm365capability) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyCrossTenantAccessPolicyPartner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyCrossTenantAccessPolicyPartner.md index 07fbaa17523e6..55fe11f8762e0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyCrossTenantAccessPolicyPartner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyCrossTenantAccessPolicyPartner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetapolicycrosstenantaccesspolicypartner Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPolicyCrossTenantAccessPolicyPartner --- @@ -35,14 +35,14 @@ Update-MgBetaPolicyCrossTenantAccessPolicyPartner [-BlockServiceProviderOutboundAccess] [-DeletedDateTime ] [-IdentitySynchronization ] [-InboundTrust ] [-IsInMultiTenantOrganization] - [-IsServiceProvider] + [-IsServiceProvider] [-M365Capabilities ] [-M365CollaborationInbound ] [-M365CollaborationOutbound ] [-TenantId ] [-TenantRestrictions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -54,7 +54,6 @@ Update-MgBetaPolicyCrossTenantAccessPolicyPartner [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -71,14 +70,14 @@ Update-MgBetaPolicyCrossTenantAccessPolicyPartner -InputObject ] [-IdentitySynchronization ] [-InboundTrust ] [-IsInMultiTenantOrganization] - [-IsServiceProvider] + [-IsServiceProvider] [-M365Capabilities ] [-M365CollaborationInbound ] [-M365CollaborationOutbound ] [-TenantId ] [-TenantRestrictions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -89,7 +88,6 @@ Update-MgBetaPolicyCrossTenantAccessPolicyPartner -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -381,7 +379,8 @@ HelpMessage: '' ### -BlockServiceProviderOutboundAccess - +Specifies whether users can use granular delegated admin privileges (GDAP) to sign-in and access resources in other organizations. +Default value is false. ```yaml Type: System.Management.Automation.SwitchParameter @@ -732,6 +731,34 @@ AcceptedValues: [] HelpMessage: '' ``` +### -M365Capabilities + +Defines the partner-specific Microsoft 365 cross-tenant capabilities for inbound access from the partner organization. +To construct, see NOTES section for M365CAPABILITIES properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphM365CapabilityBase[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -M365CollaborationInbound crossTenantAccessPolicyM365CollaborationInboundSetting @@ -1068,7 +1095,8 @@ BODYPARAMETER ``: cr [B2BCollaborationOutbound ]: crossTenantAccessPolicyB2BSetting [B2BDirectConnectInbound ]: crossTenantAccessPolicyB2BSetting [B2BDirectConnectOutbound ]: crossTenantAccessPolicyB2BSetting - [BlockServiceProviderOutboundAccess ]: + [BlockServiceProviderOutboundAccess ]: Specifies whether users can use granular delegated admin privileges (GDAP) to sign-in and access resources in other organizations. +Default value is false. [IdentitySynchronization ]: crossTenantIdentitySyncPolicyPartner [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Shows the last date and time the policy was deleted. @@ -1096,6 +1124,24 @@ This property has no impact on existing users who have already been synchronized [IsMfaAccepted ]: Specifies whether MFA from external Microsoft Entra organizations is trusted. [IsInMultiTenantOrganization ]: Identifies whether a tenant is a member of a multitenant organization. [IsServiceProvider ]: Identifies whether the partner-specific configuration is a Cloud Service Provider for your organization. + [M365Capabilities ]: Defines the partner-specific Microsoft 365 cross-tenant capabilities for inbound access from the partner organization. + [Id ]: The unique identifier for an entity. +Read-only. + [InboundAccess ]: m365CapabilityInboundAccess + [(Any) ]: This indicates any property can be added to this object. + [IsAllowed ]: Indicates whether this capability should be allowed or blocked for inbound access. + [ResourceScopes ]: m365CapabilityResourceScopes + [(Any) ]: This indicates any property can be added to this object. + [Excluded ]: Resources to exclude from the scope. +If a resource appears in both included and excluded, the excluded property takes precedence. + [ResourceId ]: The ID of the resource to modify (a user or group ID). + [ResourceType ]: m365ResourceType + [Included ]: Resources to include in the scope. + [LastModifiedDateTime ]: The automatically updated last modified timestamp for the capability. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2024, is 2024-01-01T00:00:00Z. + [Name ]: The name or identifier of the capability. +Key. [M365CollaborationInbound ]: crossTenantAccessPolicyM365CollaborationInboundSetting [(Any) ]: This indicates any property can be added to this object. [Users ]: crossTenantAccessPolicyTargetConfiguration @@ -1192,6 +1238,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy @@ -1239,6 +1286,25 @@ INPUTOBJECT ``: Identity Parameter [WebApplicationFirewallVerificationModelId ]: The unique identifier of webApplicationFirewallVerificationModel [WindowsHelloForBusinessAuthenticationMethodId ]: The unique identifier of windowsHelloForBusinessAuthenticationMethod +M365CAPABILITIES : Defines the partner-specific Microsoft 365 cross-tenant capabilities for inbound access from the partner organization. + [Id ]: The unique identifier for an entity. +Read-only. + [InboundAccess ]: m365CapabilityInboundAccess + [(Any) ]: This indicates any property can be added to this object. + [IsAllowed ]: Indicates whether this capability should be allowed or blocked for inbound access. + [ResourceScopes ]: m365CapabilityResourceScopes + [(Any) ]: This indicates any property can be added to this object. + [Excluded ]: Resources to exclude from the scope. +If a resource appears in both included and excluded, the excluded property takes precedence. + [ResourceId ]: The ID of the resource to modify (a user or group ID). + [ResourceType ]: m365ResourceType + [Included ]: Resources to include in the scope. + [LastModifiedDateTime ]: The automatically updated last modified timestamp for the capability. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2024, is 2024-01-01T00:00:00Z. + [Name ]: The name or identifier of the capability. +Key. + M365COLLABORATIONINBOUND ``: crossTenantAccessPolicyM365CollaborationInboundSetting [(Any) ]: This indicates any property can be added to this object. [Users ]: crossTenantAccessPolicyTargetConfiguration diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyCrossTenantAccessPolicyPartnerM365Capability.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyCrossTenantAccessPolicyPartnerM365Capability.md new file mode 100644 index 0000000000000..f8f4544b7951c --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyCrossTenantAccessPolicyPartnerM365Capability.md @@ -0,0 +1,728 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetapolicycrosstenantaccesspolicypartnerm365capability +Locale: en-US +Module Name: Microsoft.Graph.Beta.Identity.SignIns +ms.date: 08/01/2026 +PlatyPS schema version: 2024-05-01 +title: Update-MgBetaPolicyCrossTenantAccessPolicyPartnerM365Capability +--- + +# Update-MgBetaPolicyCrossTenantAccessPolicyPartnerM365Capability + +## SYNOPSIS + +Update the navigation property m365Capabilities in policies + +## SYNTAX + +### UpdateExpanded (Default) + +``` +Update-MgBetaPolicyCrossTenantAccessPolicyPartnerM365Capability + -CrossTenantAccessPolicyConfigurationPartnerTenantId -M365CapabilityBaseName + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] + [-InboundAccess ] [-LastModifiedDateTime ] + [-Name ] [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### Update + +``` +Update-MgBetaPolicyCrossTenantAccessPolicyPartnerM365Capability + -CrossTenantAccessPolicyConfigurationPartnerTenantId -M365CapabilityBaseName + -BodyParameter [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### UpdateViaIdentityExpanded + +``` +Update-MgBetaPolicyCrossTenantAccessPolicyPartnerM365Capability + -InputObject [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-Id ] + [-InboundAccess ] [-LastModifiedDateTime ] + [-Name ] [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### UpdateViaIdentity + +``` +Update-MgBetaPolicyCrossTenantAccessPolicyPartnerM365Capability + -InputObject -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Update the navigation property m365Capabilities in policies + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + +m365CapabilityBase +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphM365CapabilityBase +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CrossTenantAccessPolicyConfigurationPartnerTenantId + +The unique identifier of crossTenantAccessPolicyConfigurationPartner + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Id + +The unique identifier for an entity. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InboundAccess + +m365CapabilityInboundAccess +To construct, see NOTES section for INBOUNDACCESS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphM365CapabilityInboundAccess +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IIdentitySignInsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -LastModifiedDateTime + +The automatically updated last modified timestamp for the capability. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2024, is 2024-01-01T00:00:00Z. + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -M365CapabilityBaseName + +The unique identifier of m365CapabilityBase + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Name + +The name or identifier of the capability. +Key. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IIdentitySignInsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphM365CapabilityBase + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphM365CapabilityBase + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: m365CapabilityBase + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [InboundAccess ]: m365CapabilityInboundAccess + [(Any) ]: This indicates any property can be added to this object. + [IsAllowed ]: Indicates whether this capability should be allowed or blocked for inbound access. + [ResourceScopes ]: m365CapabilityResourceScopes + [(Any) ]: This indicates any property can be added to this object. + [Excluded ]: Resources to exclude from the scope. +If a resource appears in both included and excluded, the excluded property takes precedence. + [ResourceId ]: The ID of the resource to modify (a user or group ID). + [ResourceType ]: m365ResourceType + [Included ]: Resources to include in the scope. + [LastModifiedDateTime ]: The automatically updated last modified timestamp for the capability. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2024, is 2024-01-01T00:00:00Z. + [Name ]: The name or identifier of the capability. +Key. + +INBOUNDACCESS ``: m365CapabilityInboundAccess + [(Any) ]: This indicates any property can be added to this object. + [IsAllowed ]: Indicates whether this capability should be allowed or blocked for inbound access. + [ResourceScopes ]: m365CapabilityResourceScopes + [(Any) ]: This indicates any property can be added to this object. + [Excluded ]: Resources to exclude from the scope. +If a resource appears in both included and excluded, the excluded property takes precedence. + [ResourceId ]: The ID of the resource to modify (a user or group ID). + [ResourceType ]: m365ResourceType + [Included ]: Resources to include in the scope. + +INPUTOBJECT ``: Identity Parameter + [ActivityBasedTimeoutPolicyId ]: The unique identifier of activityBasedTimeoutPolicy + [AgentRiskDetectionId ]: The unique identifier of agentRiskDetection + [AppManagementPolicyId ]: The unique identifier of appManagementPolicy + [AuthenticationCombinationConfigurationId ]: The unique identifier of authenticationCombinationConfiguration + [AuthenticationConditionApplicationAppId ]: The unique identifier of authenticationConditionApplication + [AuthenticationContextClassReferenceId ]: The unique identifier of authenticationContextClassReference + [AuthenticationEventListenerId ]: The unique identifier of authenticationEventListener + [AuthenticationEventsFlowId ]: The unique identifier of authenticationEventsFlow + [AuthenticationMethodConfigurationId ]: The unique identifier of authenticationMethodConfiguration + [AuthenticationMethodId ]: The unique identifier of authenticationMethod + [AuthenticationMethodModeDetailId ]: The unique identifier of authenticationMethodModeDetail + [AuthenticationMethodModes ]: Usage: authenticationMethodModes={authenticationMethodModes} + [AuthenticationStrengthPolicyId ]: The unique identifier of authenticationStrengthPolicy + [AuthorizationPolicyId ]: The unique identifier of authorizationPolicy + [B2BManagementPolicyId ]: The unique identifier of b2bManagementPolicy + [B2CIdentityUserFlowId ]: The unique identifier of b2cIdentityUserFlow + [B2XIdentityUserFlowId ]: The unique identifier of b2xIdentityUserFlow + [BitlockerRecoveryKeyId ]: The unique identifier of bitlockerRecoveryKey + [CertificateBasedAuthConfigurationId ]: The unique identifier of certificateBasedAuthConfiguration + [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy + [ConditionalAccessPolicyId ]: The unique identifier of conditionalAccessPolicy + [ConditionalAccessTemplateId ]: The unique identifier of conditionalAccessTemplate + [ContentFormats ]: Usage: contentFormats={contentFormats} + [CrossTenantAccessPolicyConfigurationPartnerTenantId ]: The unique identifier of crossTenantAccessPolicyConfigurationPartner + [CrossTenantIdentitySyncPolicyPartnerTenantId ]: The unique identifier of crossTenantIdentitySyncPolicyPartner + [CustomAuthenticationExtensionId ]: The unique identifier of customAuthenticationExtension + [DataLossPreventionPolicyId ]: The unique identifier of dataLossPreventionPolicy + [DataPolicyOperationId ]: The unique identifier of dataPolicyOperation + [DefaultUserRoleOverrideId ]: The unique identifier of defaultUserRoleOverride + [DirectoryObjectId ]: The unique identifier of directoryObject + [EmailAuthenticationMethodId ]: The unique identifier of emailAuthenticationMethod + [ExternalAuthenticationMethodId ]: The unique identifier of externalAuthenticationMethod + [FeatureRolloutPolicyId ]: The unique identifier of featureRolloutPolicy + [Fido2AuthenticationMethodId ]: The unique identifier of fido2AuthenticationMethod + [FraudProtectionProviderId ]: The unique identifier of fraudProtectionProvider + [GroupId ]: The unique identifier of group + [HardwareOathAuthenticationMethodId ]: The unique identifier of hardwareOathAuthenticationMethod + [HardwareOathTokenAuthenticationMethodDeviceId ]: The unique identifier of hardwareOathTokenAuthenticationMethodDevice + [HomeRealmDiscoveryPolicyId ]: The unique identifier of homeRealmDiscoveryPolicy + [IdentityApiConnectorId ]: The unique identifier of identityApiConnector + [IdentityProviderBaseId ]: The unique identifier of identityProviderBase + [IdentityProviderId ]: The unique identifier of identityProvider + [IdentityUserFlowAttributeAssignmentId ]: The unique identifier of identityUserFlowAttributeAssignment + [IdentityUserFlowAttributeId ]: The unique identifier of identityUserFlowAttribute + [IdentityUserFlowId ]: The unique identifier of identityUserFlow + [InformationProtectionLabelId ]: The unique identifier of informationProtectionLabel + [LabelIds ]: Usage: labelIds={labelIds} + [Locale ]: Usage: locale='{locale}' + [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase + [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod + [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy + [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy + [MultiTenantOrganizationMemberId ]: The unique identifier of multiTenantOrganizationMember + [NamedLocationId ]: The unique identifier of namedLocation + [OAuth2PermissionGrantId ]: The unique identifier of oAuth2PermissionGrant + [OnPremAuthenticationPolicyId ]: The unique identifier of onPremAuthenticationPolicy + [OrganizationId ]: The unique identifier of organization + [PasswordAuthenticationMethodId ]: The unique identifier of passwordAuthenticationMethod + [PasswordlessMicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of passwordlessMicrosoftAuthenticatorAuthenticationMethod + [PermissionGrantConditionSetId ]: The unique identifier of permissionGrantConditionSet + [PermissionGrantPolicyId ]: The unique identifier of permissionGrantPolicy + [PermissionGrantPreApprovalPolicyId ]: The unique identifier of permissionGrantPreApprovalPolicy + [PhoneAuthenticationMethodId ]: The unique identifier of phoneAuthenticationMethod + [PlatformCredentialAuthenticationMethodId ]: The unique identifier of platformCredentialAuthenticationMethod + [RiskDetectionId ]: The unique identifier of riskDetection + [RiskyAgentId ]: The unique identifier of riskyAgent + [RiskyServicePrincipalHistoryItemId ]: The unique identifier of riskyServicePrincipalHistoryItem + [RiskyServicePrincipalId ]: The unique identifier of riskyServicePrincipal + [RiskyUserHistoryItemId ]: The unique identifier of riskyUserHistoryItem + [RiskyUserId ]: The unique identifier of riskyUser + [SensitivityLabelId ]: The unique identifier of sensitivityLabel + [SensitivityLabelId1 ]: The unique identifier of sensitivityLabel + [ServicePrincipalCreationConditionSetId ]: The unique identifier of servicePrincipalCreationConditionSet + [ServicePrincipalCreationPolicyId ]: The unique identifier of servicePrincipalCreationPolicy + [ServicePrincipalRiskDetectionId ]: The unique identifier of servicePrincipalRiskDetection + [SignInIdentifierBaseName ]: The unique identifier of signInIdentifierBase + [SoftwareOathAuthenticationMethodId ]: The unique identifier of softwareOathAuthenticationMethod + [TemporaryAccessPassAuthenticationMethodId ]: The unique identifier of temporaryAccessPassAuthenticationMethod + [ThreatAssessmentRequestId ]: The unique identifier of threatAssessmentRequest + [ThreatAssessmentResultId ]: The unique identifier of threatAssessmentResult + [TokenIssuancePolicyId ]: The unique identifier of tokenIssuancePolicy + [TokenLifetimePolicyId ]: The unique identifier of tokenLifetimePolicy + [TrustFrameworkKeySetId ]: The unique identifier of trustFrameworkKeySet + [TrustFrameworkKeyV2Kid ]: The unique identifier of trustFrameworkKey_v2 + [TrustFrameworkPolicyId ]: The unique identifier of trustFrameworkPolicy + [UnifiedRoleManagementPolicyAssignmentId ]: The unique identifier of unifiedRoleManagementPolicyAssignment + [UnifiedRoleManagementPolicyId ]: The unique identifier of unifiedRoleManagementPolicy + [UnifiedRoleManagementPolicyRuleId ]: The unique identifier of unifiedRoleManagementPolicyRule + [UserFlowLanguageConfigurationId ]: The unique identifier of userFlowLanguageConfiguration + [UserFlowLanguagePageId ]: The unique identifier of userFlowLanguagePage + [UserId ]: The unique identifier of user + [VerifiedIdProfileId ]: The unique identifier of verifiedIdProfile + [WebApplicationFirewallProviderId ]: The unique identifier of webApplicationFirewallProvider + [WebApplicationFirewallVerificationModelId ]: The unique identifier of webApplicationFirewallVerificationModel + [WindowsHelloForBusinessAuthenticationMethodId ]: The unique identifier of windowsHelloForBusinessAuthenticationMethod + + +## RELATED LINKS + +- [Update-MgBetaPolicyCrossTenantAccessPolicyPartnerM365Capability](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetapolicycrosstenantaccesspolicypartnerm365capability) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyCrossTenantAccessPolicyTemplate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyCrossTenantAccessPolicyTemplate.md index f521d942cd123..9981d98022b9a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyCrossTenantAccessPolicyTemplate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyCrossTenantAccessPolicyTemplate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetapolicycrosstenantaccesspolicytemplate Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPolicyCrossTenantAccessPolicyTemplate --- @@ -29,7 +29,7 @@ Update-MgBetaPolicyCrossTenantAccessPolicyTemplate [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,6 @@ Update-MgBetaPolicyCrossTenantAccessPolicyTemplate -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization.md index a70b3c4d14606..c8227587f3510 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetapolicycrosstenantaccesspolicytemplatemultitenantorganizationidentitysynchronization Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization --- @@ -28,7 +28,7 @@ Update-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentit [-TemplateApplicationLevel ] [-UserSyncInbound ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,6 @@ Update-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentit [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration.md index b0b0de1038dbe..b66a75dbe01a8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetapolicycrosstenantaccesspolicytemplatemultitenantorganizationpartnerconfiguration Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration --- @@ -34,7 +34,6 @@ Update-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartner [-TemplateApplicationLevel ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -45,7 +44,6 @@ Update-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartner [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyDefaultAppManagementPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyDefaultAppManagementPolicy.md index 9f9c7ff1b987b..f1985acd9a881 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyDefaultAppManagementPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyDefaultAppManagementPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetapolicydefaultappmanagementpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPolicyDefaultAppManagementPolicy --- @@ -30,7 +30,6 @@ Update-MgBetaPolicyDefaultAppManagementPolicy [-ResponseHeadersVariable [-IsEnabled] [-ServicePrincipalRestrictions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -40,7 +39,7 @@ Update-MgBetaPolicyDefaultAppManagementPolicy -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -593,7 +592,7 @@ Read-only. [Operator ]: customSecurityAttributeComparisonOperator [MaxLifetime ]: String value that indicates the maximum lifetime for key expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. -This property is required when restrictionType is set to keyLifetime. +This property is required when restrictionType is set to asymmetricKeyLifetime. [RestrictForAppsCreatedAfterDateTime ]: Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied. [RestrictionType ]: appKeyCredentialRestrictionType @@ -626,7 +625,7 @@ For existing applications, the enforcement date can be retroactively applied. [NonDefaultUriAddition ]: identifierUriRestriction [(Any) ]: This indicates any property can be added to this object. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExcludeAppsReceivingV2Tokens ]: If true, the restriction isn't enforced for applications that are configured to receive V2 tokens in Microsoft Entra ID; else, the restriction isn't enforced for those applications. + [ExcludeAppsReceivingV2Tokens ]: If true, the restriction isn't enforced for applications that are configured to receive V2 tokens in Microsoft Entra ID; else, the restriction is enforced for those applications. [ExcludeSaml ]: If true, the restriction isn't enforced for SAML applications in Microsoft Entra ID; else, the restriction is enforced for those applications. [RestrictForAppsCreatedAfterDateTime ]: Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied. @@ -713,7 +712,7 @@ Read-only. [Operator ]: customSecurityAttributeComparisonOperator [MaxLifetime ]: String value that indicates the maximum lifetime for key expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. -This property is required when restrictionType is set to keyLifetime. +This property is required when restrictionType is set to asymmetricKeyLifetime. [RestrictForAppsCreatedAfterDateTime ]: Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied. [RestrictionType ]: appKeyCredentialRestrictionType @@ -746,7 +745,7 @@ For existing applications, the enforcement date can be retroactively applied. [NonDefaultUriAddition ]: identifierUriRestriction [(Any) ]: This indicates any property can be added to this object. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExcludeAppsReceivingV2Tokens ]: If true, the restriction isn't enforced for applications that are configured to receive V2 tokens in Microsoft Entra ID; else, the restriction isn't enforced for those applications. + [ExcludeAppsReceivingV2Tokens ]: If true, the restriction isn't enforced for applications that are configured to receive V2 tokens in Microsoft Entra ID; else, the restriction is enforced for those applications. [ExcludeSaml ]: If true, the restriction isn't enforced for SAML applications in Microsoft Entra ID; else, the restriction is enforced for those applications. [RestrictForAppsCreatedAfterDateTime ]: Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyDeletedItem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyDeletedItem.md index e43e0df761da3..6ee45f809c960 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyDeletedItem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyDeletedItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetapolicydeleteditem Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPolicyDeletedItem --- @@ -26,7 +26,7 @@ Update-MgBetaPolicyDeletedItem [-ResponseHeadersVariable ] [-CrossTenantSyncPolicyPartners ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -36,7 +36,6 @@ Update-MgBetaPolicyDeletedItem -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -431,7 +430,8 @@ Cross-tenant access settings include inbound and outbound settings of Microsoft [B2BCollaborationOutbound ]: crossTenantAccessPolicyB2BSetting [B2BDirectConnectInbound ]: crossTenantAccessPolicyB2BSetting [B2BDirectConnectOutbound ]: crossTenantAccessPolicyB2BSetting - [BlockServiceProviderOutboundAccess ]: + [BlockServiceProviderOutboundAccess ]: Specifies whether users can use granular delegated admin privileges (GDAP) to sign-in and access resources in other organizations. +Default value is false. [IdentitySynchronization ]: crossTenantIdentitySyncPolicyPartner [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Shows the last date and time the policy was deleted. @@ -459,6 +459,24 @@ This property has no impact on existing users who have already been synchronized [IsMfaAccepted ]: Specifies whether MFA from external Microsoft Entra organizations is trusted. [IsInMultiTenantOrganization ]: Identifies whether a tenant is a member of a multitenant organization. [IsServiceProvider ]: Identifies whether the partner-specific configuration is a Cloud Service Provider for your organization. + [M365Capabilities ]: Defines the partner-specific Microsoft 365 cross-tenant capabilities for inbound access from the partner organization. + [Id ]: The unique identifier for an entity. +Read-only. + [InboundAccess ]: m365CapabilityInboundAccess + [(Any) ]: This indicates any property can be added to this object. + [IsAllowed ]: Indicates whether this capability should be allowed or blocked for inbound access. + [ResourceScopes ]: m365CapabilityResourceScopes + [(Any) ]: This indicates any property can be added to this object. + [Excluded ]: Resources to exclude from the scope. +If a resource appears in both included and excluded, the excluded property takes precedence. + [ResourceId ]: The ID of the resource to modify (a user or group ID). + [ResourceType ]: m365ResourceType + [Included ]: Resources to include in the scope. + [LastModifiedDateTime ]: The automatically updated last modified timestamp for the capability. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2024, is 2024-01-01T00:00:00Z. + [Name ]: The name or identifier of the capability. +Key. [M365CollaborationInbound ]: crossTenantAccessPolicyM365CollaborationInboundSetting [(Any) ]: This indicates any property can be added to this object. [Users ]: crossTenantAccessPolicyTargetConfiguration @@ -503,7 +521,8 @@ Cross-tenant access settings include inbound and outbound settings of Microsoft [B2BCollaborationOutbound ]: crossTenantAccessPolicyB2BSetting [B2BDirectConnectInbound ]: crossTenantAccessPolicyB2BSetting [B2BDirectConnectOutbound ]: crossTenantAccessPolicyB2BSetting - [BlockServiceProviderOutboundAccess ]: + [BlockServiceProviderOutboundAccess ]: Specifies whether users can use granular delegated admin privileges (GDAP) to sign-in and access resources in other organizations. +Default value is false. [IdentitySynchronization ]: crossTenantIdentitySyncPolicyPartner [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Shows the last date and time the policy was deleted. @@ -531,6 +550,24 @@ This property has no impact on existing users who have already been synchronized [IsMfaAccepted ]: Specifies whether MFA from external Microsoft Entra organizations is trusted. [IsInMultiTenantOrganization ]: Identifies whether a tenant is a member of a multitenant organization. [IsServiceProvider ]: Identifies whether the partner-specific configuration is a Cloud Service Provider for your organization. + [M365Capabilities ]: Defines the partner-specific Microsoft 365 cross-tenant capabilities for inbound access from the partner organization. + [Id ]: The unique identifier for an entity. +Read-only. + [InboundAccess ]: m365CapabilityInboundAccess + [(Any) ]: This indicates any property can be added to this object. + [IsAllowed ]: Indicates whether this capability should be allowed or blocked for inbound access. + [ResourceScopes ]: m365CapabilityResourceScopes + [(Any) ]: This indicates any property can be added to this object. + [Excluded ]: Resources to exclude from the scope. +If a resource appears in both included and excluded, the excluded property takes precedence. + [ResourceId ]: The ID of the resource to modify (a user or group ID). + [ResourceType ]: m365ResourceType + [Included ]: Resources to include in the scope. + [LastModifiedDateTime ]: The automatically updated last modified timestamp for the capability. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2024, is 2024-01-01T00:00:00Z. + [Name ]: The name or identifier of the capability. +Key. [M365CollaborationInbound ]: crossTenantAccessPolicyM365CollaborationInboundSetting [(Any) ]: This indicates any property can be added to this object. [Users ]: crossTenantAccessPolicyTargetConfiguration diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyDeletedItemCrossTenantPartner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyDeletedItemCrossTenantPartner.md index 8c831b53028aa..350446c56683f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyDeletedItemCrossTenantPartner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyDeletedItemCrossTenantPartner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetapolicydeleteditemcrosstenantpartner Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPolicyDeletedItemCrossTenantPartner --- @@ -32,14 +32,14 @@ Update-MgBetaPolicyDeletedItemCrossTenantPartner [-BlockServiceProviderOutboundAccess] [-DeletedDateTime ] [-IdentitySynchronization ] [-InboundTrust ] [-IsInMultiTenantOrganization] - [-IsServiceProvider] + [-IsServiceProvider] [-M365Capabilities ] [-M365CollaborationInbound ] [-M365CollaborationOutbound ] [-TenantId ] [-TenantRestrictions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -51,7 +51,6 @@ Update-MgBetaPolicyDeletedItemCrossTenantPartner [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -68,14 +67,14 @@ Update-MgBetaPolicyDeletedItemCrossTenantPartner -InputObject ] [-IdentitySynchronization ] [-InboundTrust ] [-IsInMultiTenantOrganization] - [-IsServiceProvider] + [-IsServiceProvider] [-M365Capabilities ] [-M365CollaborationInbound ] [-M365CollaborationOutbound ] [-TenantId ] [-TenantRestrictions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -86,7 +85,6 @@ Update-MgBetaPolicyDeletedItemCrossTenantPartner -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -297,7 +295,8 @@ HelpMessage: '' ### -BlockServiceProviderOutboundAccess - +Specifies whether users can use granular delegated admin privileges (GDAP) to sign-in and access resources in other organizations. +Default value is false. ```yaml Type: System.Management.Automation.SwitchParameter @@ -648,6 +647,34 @@ AcceptedValues: [] HelpMessage: '' ``` +### -M365Capabilities + +Defines the partner-specific Microsoft 365 cross-tenant capabilities for inbound access from the partner organization. +To construct, see NOTES section for M365CAPABILITIES properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphM365CapabilityBase[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -M365CollaborationInbound crossTenantAccessPolicyM365CollaborationInboundSetting @@ -984,7 +1011,8 @@ BODYPARAMETER ``: cr [B2BCollaborationOutbound ]: crossTenantAccessPolicyB2BSetting [B2BDirectConnectInbound ]: crossTenantAccessPolicyB2BSetting [B2BDirectConnectOutbound ]: crossTenantAccessPolicyB2BSetting - [BlockServiceProviderOutboundAccess ]: + [BlockServiceProviderOutboundAccess ]: Specifies whether users can use granular delegated admin privileges (GDAP) to sign-in and access resources in other organizations. +Default value is false. [IdentitySynchronization ]: crossTenantIdentitySyncPolicyPartner [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Shows the last date and time the policy was deleted. @@ -1012,6 +1040,24 @@ This property has no impact on existing users who have already been synchronized [IsMfaAccepted ]: Specifies whether MFA from external Microsoft Entra organizations is trusted. [IsInMultiTenantOrganization ]: Identifies whether a tenant is a member of a multitenant organization. [IsServiceProvider ]: Identifies whether the partner-specific configuration is a Cloud Service Provider for your organization. + [M365Capabilities ]: Defines the partner-specific Microsoft 365 cross-tenant capabilities for inbound access from the partner organization. + [Id ]: The unique identifier for an entity. +Read-only. + [InboundAccess ]: m365CapabilityInboundAccess + [(Any) ]: This indicates any property can be added to this object. + [IsAllowed ]: Indicates whether this capability should be allowed or blocked for inbound access. + [ResourceScopes ]: m365CapabilityResourceScopes + [(Any) ]: This indicates any property can be added to this object. + [Excluded ]: Resources to exclude from the scope. +If a resource appears in both included and excluded, the excluded property takes precedence. + [ResourceId ]: The ID of the resource to modify (a user or group ID). + [ResourceType ]: m365ResourceType + [Included ]: Resources to include in the scope. + [LastModifiedDateTime ]: The automatically updated last modified timestamp for the capability. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2024, is 2024-01-01T00:00:00Z. + [Name ]: The name or identifier of the capability. +Key. [M365CollaborationInbound ]: crossTenantAccessPolicyM365CollaborationInboundSetting [(Any) ]: This indicates any property can be added to this object. [Users ]: crossTenantAccessPolicyTargetConfiguration @@ -1108,6 +1154,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy @@ -1155,6 +1202,25 @@ INPUTOBJECT ``: Identity Parameter [WebApplicationFirewallVerificationModelId ]: The unique identifier of webApplicationFirewallVerificationModel [WindowsHelloForBusinessAuthenticationMethodId ]: The unique identifier of windowsHelloForBusinessAuthenticationMethod +M365CAPABILITIES : Defines the partner-specific Microsoft 365 cross-tenant capabilities for inbound access from the partner organization. + [Id ]: The unique identifier for an entity. +Read-only. + [InboundAccess ]: m365CapabilityInboundAccess + [(Any) ]: This indicates any property can be added to this object. + [IsAllowed ]: Indicates whether this capability should be allowed or blocked for inbound access. + [ResourceScopes ]: m365CapabilityResourceScopes + [(Any) ]: This indicates any property can be added to this object. + [Excluded ]: Resources to exclude from the scope. +If a resource appears in both included and excluded, the excluded property takes precedence. + [ResourceId ]: The ID of the resource to modify (a user or group ID). + [ResourceType ]: m365ResourceType + [Included ]: Resources to include in the scope. + [LastModifiedDateTime ]: The automatically updated last modified timestamp for the capability. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2024, is 2024-01-01T00:00:00Z. + [Name ]: The name or identifier of the capability. +Key. + M365COLLABORATIONINBOUND ``: crossTenantAccessPolicyM365CollaborationInboundSetting [(Any) ]: This indicates any property can be added to this object. [Users ]: crossTenantAccessPolicyTargetConfiguration diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyDeletedItemCrossTenantPartnerM365Capability.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyDeletedItemCrossTenantPartnerM365Capability.md new file mode 100644 index 0000000000000..a81b75a2ed699 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyDeletedItemCrossTenantPartnerM365Capability.md @@ -0,0 +1,728 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetapolicydeleteditemcrosstenantpartnerm365capability +Locale: en-US +Module Name: Microsoft.Graph.Beta.Identity.SignIns +ms.date: 08/01/2026 +PlatyPS schema version: 2024-05-01 +title: Update-MgBetaPolicyDeletedItemCrossTenantPartnerM365Capability +--- + +# Update-MgBetaPolicyDeletedItemCrossTenantPartnerM365Capability + +## SYNOPSIS + +Update the navigation property m365Capabilities in policies + +## SYNTAX + +### UpdateExpanded (Default) + +``` +Update-MgBetaPolicyDeletedItemCrossTenantPartnerM365Capability + -CrossTenantAccessPolicyConfigurationPartnerTenantId -M365CapabilityBaseName + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] + [-InboundAccess ] [-LastModifiedDateTime ] + [-Name ] [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### Update + +``` +Update-MgBetaPolicyDeletedItemCrossTenantPartnerM365Capability + -CrossTenantAccessPolicyConfigurationPartnerTenantId -M365CapabilityBaseName + -BodyParameter [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### UpdateViaIdentityExpanded + +``` +Update-MgBetaPolicyDeletedItemCrossTenantPartnerM365Capability + -InputObject [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-Id ] + [-InboundAccess ] [-LastModifiedDateTime ] + [-Name ] [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### UpdateViaIdentity + +``` +Update-MgBetaPolicyDeletedItemCrossTenantPartnerM365Capability + -InputObject -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Update the navigation property m365Capabilities in policies + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + +m365CapabilityBase +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphM365CapabilityBase +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CrossTenantAccessPolicyConfigurationPartnerTenantId + +The unique identifier of crossTenantAccessPolicyConfigurationPartner + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Id + +The unique identifier for an entity. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InboundAccess + +m365CapabilityInboundAccess +To construct, see NOTES section for INBOUNDACCESS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphM365CapabilityInboundAccess +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IIdentitySignInsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -LastModifiedDateTime + +The automatically updated last modified timestamp for the capability. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2024, is 2024-01-01T00:00:00Z. + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -M365CapabilityBaseName + +The unique identifier of m365CapabilityBase + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Name + +The name or identifier of the capability. +Key. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IIdentitySignInsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphM365CapabilityBase + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphM365CapabilityBase + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: m365CapabilityBase + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [InboundAccess ]: m365CapabilityInboundAccess + [(Any) ]: This indicates any property can be added to this object. + [IsAllowed ]: Indicates whether this capability should be allowed or blocked for inbound access. + [ResourceScopes ]: m365CapabilityResourceScopes + [(Any) ]: This indicates any property can be added to this object. + [Excluded ]: Resources to exclude from the scope. +If a resource appears in both included and excluded, the excluded property takes precedence. + [ResourceId ]: The ID of the resource to modify (a user or group ID). + [ResourceType ]: m365ResourceType + [Included ]: Resources to include in the scope. + [LastModifiedDateTime ]: The automatically updated last modified timestamp for the capability. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2024, is 2024-01-01T00:00:00Z. + [Name ]: The name or identifier of the capability. +Key. + +INBOUNDACCESS ``: m365CapabilityInboundAccess + [(Any) ]: This indicates any property can be added to this object. + [IsAllowed ]: Indicates whether this capability should be allowed or blocked for inbound access. + [ResourceScopes ]: m365CapabilityResourceScopes + [(Any) ]: This indicates any property can be added to this object. + [Excluded ]: Resources to exclude from the scope. +If a resource appears in both included and excluded, the excluded property takes precedence. + [ResourceId ]: The ID of the resource to modify (a user or group ID). + [ResourceType ]: m365ResourceType + [Included ]: Resources to include in the scope. + +INPUTOBJECT ``: Identity Parameter + [ActivityBasedTimeoutPolicyId ]: The unique identifier of activityBasedTimeoutPolicy + [AgentRiskDetectionId ]: The unique identifier of agentRiskDetection + [AppManagementPolicyId ]: The unique identifier of appManagementPolicy + [AuthenticationCombinationConfigurationId ]: The unique identifier of authenticationCombinationConfiguration + [AuthenticationConditionApplicationAppId ]: The unique identifier of authenticationConditionApplication + [AuthenticationContextClassReferenceId ]: The unique identifier of authenticationContextClassReference + [AuthenticationEventListenerId ]: The unique identifier of authenticationEventListener + [AuthenticationEventsFlowId ]: The unique identifier of authenticationEventsFlow + [AuthenticationMethodConfigurationId ]: The unique identifier of authenticationMethodConfiguration + [AuthenticationMethodId ]: The unique identifier of authenticationMethod + [AuthenticationMethodModeDetailId ]: The unique identifier of authenticationMethodModeDetail + [AuthenticationMethodModes ]: Usage: authenticationMethodModes={authenticationMethodModes} + [AuthenticationStrengthPolicyId ]: The unique identifier of authenticationStrengthPolicy + [AuthorizationPolicyId ]: The unique identifier of authorizationPolicy + [B2BManagementPolicyId ]: The unique identifier of b2bManagementPolicy + [B2CIdentityUserFlowId ]: The unique identifier of b2cIdentityUserFlow + [B2XIdentityUserFlowId ]: The unique identifier of b2xIdentityUserFlow + [BitlockerRecoveryKeyId ]: The unique identifier of bitlockerRecoveryKey + [CertificateBasedAuthConfigurationId ]: The unique identifier of certificateBasedAuthConfiguration + [ClaimsMappingPolicyId ]: The unique identifier of claimsMappingPolicy + [ConditionalAccessPolicyId ]: The unique identifier of conditionalAccessPolicy + [ConditionalAccessTemplateId ]: The unique identifier of conditionalAccessTemplate + [ContentFormats ]: Usage: contentFormats={contentFormats} + [CrossTenantAccessPolicyConfigurationPartnerTenantId ]: The unique identifier of crossTenantAccessPolicyConfigurationPartner + [CrossTenantIdentitySyncPolicyPartnerTenantId ]: The unique identifier of crossTenantIdentitySyncPolicyPartner + [CustomAuthenticationExtensionId ]: The unique identifier of customAuthenticationExtension + [DataLossPreventionPolicyId ]: The unique identifier of dataLossPreventionPolicy + [DataPolicyOperationId ]: The unique identifier of dataPolicyOperation + [DefaultUserRoleOverrideId ]: The unique identifier of defaultUserRoleOverride + [DirectoryObjectId ]: The unique identifier of directoryObject + [EmailAuthenticationMethodId ]: The unique identifier of emailAuthenticationMethod + [ExternalAuthenticationMethodId ]: The unique identifier of externalAuthenticationMethod + [FeatureRolloutPolicyId ]: The unique identifier of featureRolloutPolicy + [Fido2AuthenticationMethodId ]: The unique identifier of fido2AuthenticationMethod + [FraudProtectionProviderId ]: The unique identifier of fraudProtectionProvider + [GroupId ]: The unique identifier of group + [HardwareOathAuthenticationMethodId ]: The unique identifier of hardwareOathAuthenticationMethod + [HardwareOathTokenAuthenticationMethodDeviceId ]: The unique identifier of hardwareOathTokenAuthenticationMethodDevice + [HomeRealmDiscoveryPolicyId ]: The unique identifier of homeRealmDiscoveryPolicy + [IdentityApiConnectorId ]: The unique identifier of identityApiConnector + [IdentityProviderBaseId ]: The unique identifier of identityProviderBase + [IdentityProviderId ]: The unique identifier of identityProvider + [IdentityUserFlowAttributeAssignmentId ]: The unique identifier of identityUserFlowAttributeAssignment + [IdentityUserFlowAttributeId ]: The unique identifier of identityUserFlowAttribute + [IdentityUserFlowId ]: The unique identifier of identityUserFlow + [InformationProtectionLabelId ]: The unique identifier of informationProtectionLabel + [LabelIds ]: Usage: labelIds={labelIds} + [Locale ]: Usage: locale='{locale}' + [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase + [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod + [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy + [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy + [MultiTenantOrganizationMemberId ]: The unique identifier of multiTenantOrganizationMember + [NamedLocationId ]: The unique identifier of namedLocation + [OAuth2PermissionGrantId ]: The unique identifier of oAuth2PermissionGrant + [OnPremAuthenticationPolicyId ]: The unique identifier of onPremAuthenticationPolicy + [OrganizationId ]: The unique identifier of organization + [PasswordAuthenticationMethodId ]: The unique identifier of passwordAuthenticationMethod + [PasswordlessMicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of passwordlessMicrosoftAuthenticatorAuthenticationMethod + [PermissionGrantConditionSetId ]: The unique identifier of permissionGrantConditionSet + [PermissionGrantPolicyId ]: The unique identifier of permissionGrantPolicy + [PermissionGrantPreApprovalPolicyId ]: The unique identifier of permissionGrantPreApprovalPolicy + [PhoneAuthenticationMethodId ]: The unique identifier of phoneAuthenticationMethod + [PlatformCredentialAuthenticationMethodId ]: The unique identifier of platformCredentialAuthenticationMethod + [RiskDetectionId ]: The unique identifier of riskDetection + [RiskyAgentId ]: The unique identifier of riskyAgent + [RiskyServicePrincipalHistoryItemId ]: The unique identifier of riskyServicePrincipalHistoryItem + [RiskyServicePrincipalId ]: The unique identifier of riskyServicePrincipal + [RiskyUserHistoryItemId ]: The unique identifier of riskyUserHistoryItem + [RiskyUserId ]: The unique identifier of riskyUser + [SensitivityLabelId ]: The unique identifier of sensitivityLabel + [SensitivityLabelId1 ]: The unique identifier of sensitivityLabel + [ServicePrincipalCreationConditionSetId ]: The unique identifier of servicePrincipalCreationConditionSet + [ServicePrincipalCreationPolicyId ]: The unique identifier of servicePrincipalCreationPolicy + [ServicePrincipalRiskDetectionId ]: The unique identifier of servicePrincipalRiskDetection + [SignInIdentifierBaseName ]: The unique identifier of signInIdentifierBase + [SoftwareOathAuthenticationMethodId ]: The unique identifier of softwareOathAuthenticationMethod + [TemporaryAccessPassAuthenticationMethodId ]: The unique identifier of temporaryAccessPassAuthenticationMethod + [ThreatAssessmentRequestId ]: The unique identifier of threatAssessmentRequest + [ThreatAssessmentResultId ]: The unique identifier of threatAssessmentResult + [TokenIssuancePolicyId ]: The unique identifier of tokenIssuancePolicy + [TokenLifetimePolicyId ]: The unique identifier of tokenLifetimePolicy + [TrustFrameworkKeySetId ]: The unique identifier of trustFrameworkKeySet + [TrustFrameworkKeyV2Kid ]: The unique identifier of trustFrameworkKey_v2 + [TrustFrameworkPolicyId ]: The unique identifier of trustFrameworkPolicy + [UnifiedRoleManagementPolicyAssignmentId ]: The unique identifier of unifiedRoleManagementPolicyAssignment + [UnifiedRoleManagementPolicyId ]: The unique identifier of unifiedRoleManagementPolicy + [UnifiedRoleManagementPolicyRuleId ]: The unique identifier of unifiedRoleManagementPolicyRule + [UserFlowLanguageConfigurationId ]: The unique identifier of userFlowLanguageConfiguration + [UserFlowLanguagePageId ]: The unique identifier of userFlowLanguagePage + [UserId ]: The unique identifier of user + [VerifiedIdProfileId ]: The unique identifier of verifiedIdProfile + [WebApplicationFirewallProviderId ]: The unique identifier of webApplicationFirewallProvider + [WebApplicationFirewallVerificationModelId ]: The unique identifier of webApplicationFirewallVerificationModel + [WindowsHelloForBusinessAuthenticationMethodId ]: The unique identifier of windowsHelloForBusinessAuthenticationMethod + + +## RELATED LINKS + +- [Update-MgBetaPolicyDeletedItemCrossTenantPartnerM365Capability](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetapolicydeleteditemcrosstenantpartnerm365capability) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyDirectoryRoleAccessReviewPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyDirectoryRoleAccessReviewPolicy.md index 6c3812af4f349..64bedb3d99231 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyDirectoryRoleAccessReviewPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyDirectoryRoleAccessReviewPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetapolicydirectoryroleaccessreviewpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPolicyDirectoryRoleAccessReviewPolicy --- @@ -25,7 +25,6 @@ Update-MgBetaPolicyDirectoryRoleAccessReviewPolicy [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -35,7 +34,7 @@ Update-MgBetaPolicyDirectoryRoleAccessReviewPolicy -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyExternalIdentityPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyExternalIdentityPolicy.md index 5de9f3e86aaa6..672e29a1bb3c5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyExternalIdentityPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyExternalIdentityPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetapolicyexternalidentitypolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPolicyExternalIdentityPolicy --- @@ -26,7 +26,6 @@ Update-MgBetaPolicyExternalIdentityPolicy [-ResponseHeadersVariable ] [-DisplayName ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -36,7 +35,6 @@ Update-MgBetaPolicyExternalIdentityPolicy -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyFeatureRolloutPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyFeatureRolloutPolicy.md index 3d9b445a3862a..0f78e37077b91 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyFeatureRolloutPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyFeatureRolloutPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetapolicyfeaturerolloutpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPolicyFeatureRolloutPolicy --- @@ -29,7 +29,7 @@ Update-MgBetaPolicyFeatureRolloutPolicy -FeatureRolloutPolicyId [-Feature ] [-Id ] [-IsAppliedToOrganization] [-IsEnabled] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,7 @@ Update-MgBetaPolicyFeatureRolloutPolicy -FeatureRolloutPolicyId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -51,7 +51,7 @@ Update-MgBetaPolicyFeatureRolloutPolicy -InputObject [-Feature ] [-Id ] [-IsAppliedToOrganization] [-IsEnabled] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -61,7 +61,7 @@ Update-MgBetaPolicyFeatureRolloutPolicy -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -725,6 +725,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyFederatedTokenValidationPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyFederatedTokenValidationPolicy.md index e0686657d2820..771f39882d9bf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyFederatedTokenValidationPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyFederatedTokenValidationPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetapolicyfederatedtokenvalidationpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPolicyFederatedTokenValidationPolicy --- @@ -25,7 +25,6 @@ Update-MgBetaPolicyFederatedTokenValidationPolicy [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -35,7 +34,7 @@ Update-MgBetaPolicyFederatedTokenValidationPolicy -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyHomeRealmDiscoveryPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyHomeRealmDiscoveryPolicy.md index 09ea7e1723c70..825043d3db644 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyHomeRealmDiscoveryPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyHomeRealmDiscoveryPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetapolicyhomerealmdiscoverypolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPolicyHomeRealmDiscoveryPolicy --- @@ -29,7 +29,7 @@ Update-MgBetaPolicyHomeRealmDiscoveryPolicy -HomeRealmDiscoveryPolicyId [-DeletedDateTime ] [-Description ] [-DisplayName ] [-Id ] [-IsOrganizationDefault] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,6 @@ Update-MgBetaPolicyHomeRealmDiscoveryPolicy -HomeRealmDiscoveryPolicyId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -51,7 +50,7 @@ Update-MgBetaPolicyHomeRealmDiscoveryPolicy -InputObject ] [-Description ] [-DisplayName ] [-Id ] [-IsOrganizationDefault] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -61,7 +60,6 @@ Update-MgBetaPolicyHomeRealmDiscoveryPolicy -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -713,6 +711,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyIdentitySecurityDefaultEnforcementPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyIdentitySecurityDefaultEnforcementPolicy.md index 5cae5eb9fb767..a5965b4f7f106 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyIdentitySecurityDefaultEnforcementPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyIdentitySecurityDefaultEnforcementPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetapolicyidentitysecuritydefaultenforcementpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPolicyIdentitySecurityDefaultEnforcementPolicy --- @@ -28,7 +28,6 @@ Update-MgBetaPolicyIdentitySecurityDefaultEnforcementPolicy [-ResponseHeadersVar [-DisplayName ] [-Id ] [-IsEnabled] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -39,7 +38,6 @@ Update-MgBetaPolicyIdentitySecurityDefaultEnforcementPolicy [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -55,9 +53,9 @@ Update the properties of an identitySecurityDefaultsEnforcementPolicy object. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Policy.Read.All, Policy.ReadWrite.SecurityDefaults, Policy.ReadWrite.ConditionalAccess, | +| Delegated (work or school account) | Policy.Read.All, Policy.ReadWrite.ConditionalAccess, Policy.ReadWrite.SecurityDefaults, | | Delegated (personal Microsoft account) | Not supported | -| Application | Policy.Read.All, Policy.ReadWrite.SecurityDefaults, Policy.ReadWrite.ConditionalAccess, | +| Application | Policy.Read.All, Policy.ReadWrite.ConditionalAccess, Policy.ReadWrite.SecurityDefaults, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyMobileAppManagementPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyMobileAppManagementPolicy.md index 6147180745dd2..3e1319d44f270 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyMobileAppManagementPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyMobileAppManagementPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetapolicymobileappmanagementpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPolicyMobileAppManagementPolicy --- @@ -26,7 +26,7 @@ Update-MgBetaPolicyMobileAppManagementPolicy -MobileAppManagementPolicyId ] [-IncludedGroups ] [-IsValid] [-TermsOfUseUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -36,7 +36,6 @@ Update-MgBetaPolicyMobileAppManagementPolicy -MobileAppManagementPolicyId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -48,7 +47,7 @@ Update-MgBetaPolicyMobileAppManagementPolicy -InputObject ] [-IncludedGroups ] [-IsValid] [-TermsOfUseUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -58,7 +57,6 @@ Update-MgBetaPolicyMobileAppManagementPolicy -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1526,7 +1524,7 @@ Read-only. [Operator ]: customSecurityAttributeComparisonOperator [MaxLifetime ]: String value that indicates the maximum lifetime for key expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. -This property is required when restrictionType is set to keyLifetime. +This property is required when restrictionType is set to asymmetricKeyLifetime. [RestrictForAppsCreatedAfterDateTime ]: Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied. [RestrictionType ]: appKeyCredentialRestrictionType @@ -1561,7 +1559,7 @@ For existing applications, the enforcement date can be retroactively applied. [NonDefaultUriAddition ]: identifierUriRestriction [(Any) ]: This indicates any property can be added to this object. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExcludeAppsReceivingV2Tokens ]: If true, the restriction isn't enforced for applications that are configured to receive V2 tokens in Microsoft Entra ID; else, the restriction isn't enforced for those applications. + [ExcludeAppsReceivingV2Tokens ]: If true, the restriction isn't enforced for applications that are configured to receive V2 tokens in Microsoft Entra ID; else, the restriction is enforced for those applications. [ExcludeSaml ]: If true, the restriction isn't enforced for SAML applications in Microsoft Entra ID; else, the restriction is enforced for those applications. [RestrictForAppsCreatedAfterDateTime ]: Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied. @@ -3433,7 +3431,9 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisioningPolicyId ]: The provisioning policy ID of the Cloud PC. [ProvisioningPolicyName ]: The provisioning policy that is applied during the provisioning of Cloud PCs. [ProvisioningType ]: cloudPcProvisioningType - [ScopeIds ]: + [ScopeIds ]: The scope IDs of the corresponding permission. +Currently, it's the Intune scope tag ID. +Read-only. [ServicePlanId ]: The service plan ID of the Cloud PC. [ServicePlanName ]: The service plan name of the Cloud PC. [ServicePlanType ]: cloudPcServicePlanType @@ -3458,6 +3458,39 @@ Read-only. Read-only. [UserExperienceType ]: cloudPcUserExperienceType [UserPrincipalName ]: The user principal name (UPN) of the user assigned to the Cloud PC. + [CloudPcPools ]: The user's Cloud PC pools. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Assignments ]: The collection of assignments that grant user or service principal identities access to this pool. + [Id ]: The unique identifier for an entity. +Read-only. + [Capabilities ]: cloudPcPoolCapabilityConfiguration + [(Any) ]: This indicates any property can be added to this object. + [CloudPcConfiguration ]: cloudPcConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ImageDisplayName ]: The display name of the image. +Read-only. + [ImageId ]: The unique identifier of the operating system image used for provisioning new Cloud PCs. +The format for a gallery type image is: {publisherNameofferNameskuName}. + [ImageType ]: cloudPcProvisioningPolicyImageType + [OSLocale ]: The operating system locale for the Cloud PC. + [CreatedDateTime ]: The date and time when the pool was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2026 is 2026-01-01T00:00:00Z. +Read-only. + [Description ]: The description of the pool. +The maximum length is 512 characters. + [DisplayName ]: The display name of the pool. +The name is unique across Cloud PC pools in an organization. +The maximum length is 60 characters. + [LastModifiedDateTime ]: The date and time when the pool was last modified. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2026 is 2026-01-01T00:00:00Z. +Read-only. + [NetworkConfiguration ]: cloudPcNetworkConfiguration + [(Any) ]: This indicates any property can be added to this object. [CloudRealtimeCommunicationInfo ]: cloudRealtimeCommunicationInfo [(Any) ]: This indicates any property can be added to this object. [IsSipEnabled ]: Indicates whether the user has a SIP-enabled client registered for them. @@ -3665,7 +3698,7 @@ Read-only. [Activity ]: userActivityType [ContentEntries ]: A collection of content entries to be processed. Each entry contains the content itself and its metadata. -Use conversation metadata for content like prompts and responses and file metadata for files. +Use conversation metadata for content like prompts and responses, file metadata for files, and content activity metadata for enforcement result status entries. Required. [Content ]: contentBase [(Any) ]: This indicates any property can be added to this object. @@ -4171,6 +4204,19 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: + [ExpirationDateTime ]: + [LockType ]: lockType + [Owners ]: + [DisplayName ]: The display name of the identity. +For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -5279,7 +5325,7 @@ Read-only. [ContentTypes ]: The collection of content types present in this list. [DisplayName ]: The displayable title of the list. [Drive ]: drive - [ItemCount ]: The number of items in the list. + [ItemCount ]: The total count of items in the list. Read-only. [Items ]: All items contained in the list. [List ]: listInfo @@ -5686,8 +5732,9 @@ This property can also be set to any custom string. [(Any) ]: This indicates any property can be added to this object. [ApproverDelegate ]: approverDelegate [(Any) ]: This indicates any property can be added to this object. - [Delegate ]: subjectSet + [Delegate ]: userSet [(Any) ]: This indicates any property can be added to this object. + [IsBackup ]: For a user in an approval stage, this property indicates whether the user is a backup fallback approver. [Schedule ]: requestSchedule [(Any) ]: This indicates any property can be added to this object. [Expiration ]: expirationPattern @@ -5807,7 +5854,8 @@ Requires $select to retrieve. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. - [IsResourceAccount ]: Do not use – reserved for future use. + [IsResourceAccount ]: Do not use. +Reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -5837,6 +5885,7 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [JoinedUsers ]: [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType @@ -5994,7 +6043,10 @@ If true, it shows the task. [IsOnMyDayLastModifiedDate ]: Read-only. The date on which task is added to or removed from MyDay. [LastModifiedBy ]: identitySet - [LastModifiedDateTime ]: + [LastModifiedDateTime ]: Read-only. +Date and time at which this is last modified. +The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z [Messages ]: Read-only. Nullable. Chat messages associated with the task. @@ -7406,6 +7458,10 @@ Read-only. [JoinDateTime ]: The time the attendee joined in UTC. [LeaveDateTime ]: The time the attendee left in UTC. [EmailAddress ]: Email address of the user associated with this attendance record. + [Engagements ]: The list of real-time participant interaction behaviors during a meeting. + [DateTime ]: The UTC date and time when the engagement event occurred, in ISO 8601 format. + [EngagementSubType ]: The specific engagement action within the type (e.g., like, love, applause, laugh, surprised for reactions; raiseHand for hand; cameraOn for camera; unmute, mute for microphone). + [EngagementType ]: meetingEngagementType [ExternalRegistrationInformation ]: virtualEventExternalRegistrationInformation [(Any) ]: This indicates any property can be added to this object. [Referrer ]: A URL or string that represents the location from which the registrant registered. @@ -7454,6 +7510,11 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [AllowTextOnly ]: Indicates whether only text is allowed in the meeting chat. Optional. + [CloudVideoInteropInfo ]: cloudVideoInteropInfo + [(Any) ]: This indicates any property can be added to this object. + [MoreInfoWebUrl ]: + [TenantKey ]: + [VideoTeleconferenceId ]: [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -7728,14 +7789,6 @@ Read-only. Supports $select. Read-only. [AppliedBy ]: userIdentity - [(Any) ]: This indicates any property can be added to this object. - [DisplayName ]: The display name of the identity. -For drive items, the display name might not always be available or up to date. -For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. - [Id ]: Unique identifier for the identity or actor. -For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [AppliedDateTime ]: The timestamp when the approval decision was applied. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -8903,7 +8956,7 @@ Users can control this setting in Office Delve. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [InPlaceArchiveMailboxId ]: + [InPlaceArchiveMailboxId ]: The unique identifier for the user's In-Place Archive mailbox. [PrimaryMailboxId ]: The unique identifier for the user's primary mailbox. [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. @@ -9274,6 +9327,8 @@ Read-only. [EndDateTime ]: dateTimeTimeZone [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. + [IsRegistrationEnabled ]: + [IsRegistrationRequired ]: [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -9311,6 +9366,7 @@ Read-only. [AudioConferencing ]: audioConferencing [ChatInfo ]: chatInfo [ChatRestrictions ]: chatRestrictions + [CloudVideoInteropInfo ]: cloudVideoInteropInfo [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -9333,6 +9389,7 @@ Read-only. [WatermarkProtection ]: watermarkProtectionValues [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [Presenters ]: [Registrations ]: @@ -9386,6 +9443,8 @@ For example, in the access reviews decisions API, this property might record the [RegistrationConfiguration ]: virtualEventWebinarRegistrationConfiguration [(Any) ]: This indicates any property can be added to this object. [Capacity ]: Total capacity of the virtual event. + [IsManualApprovalEnabled ]: Indicates whether registrations require organizer approval before a participant is confirmed. + [IsWaitlistEnabled ]: Indicates whether more registrants are automatically placed on a waitlist when capacity is reached. [Questions ]: Registration questions. [Id ]: The unique identifier for an entity. Read-only. @@ -9395,8 +9454,6 @@ The default value is false. [RegistrationWebUrl ]: Registration URL of the virtual event. [Id ]: The unique identifier for an entity. Read-only. - [IsManualApprovalEnabled ]: - [IsWaitlistEnabled ]: [Registrations ]: Registration records of the webinar. [WindowsInformationProtectionDeviceRegistrations ]: Zero or more WIP device registrations that belong to the user. [Id ]: The unique identifier for an entity. @@ -9658,7 +9715,7 @@ For the list of possible values, see Microsoft 365 group behaviors and provision The possible value is Team. For more information, see Microsoft 365 group behaviors and provisioning options. Returned by default. -Supports $filter (eq, not, startsWith. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required.Returned by default. Supports $filter (eq, ne, not, in). @@ -9774,6 +9831,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyMobileDeviceManagementPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyMobileDeviceManagementPolicy.md index b8c46ad806a0e..c449da6b9decb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyMobileDeviceManagementPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyMobileDeviceManagementPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetapolicymobiledevicemanagementpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPolicyMobileDeviceManagementPolicy --- @@ -27,7 +27,7 @@ Update-MgBetaPolicyMobileDeviceManagementPolicy -MobileDeviceManagementPolicyId [-IsMdmEnrollmentDuringRegistrationDisabled] [-IsValid] [-TermsOfUseUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,7 @@ Update-MgBetaPolicyMobileDeviceManagementPolicy -MobileDeviceManagementPolicyId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -50,7 +50,7 @@ Update-MgBetaPolicyMobileDeviceManagementPolicy -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -60,7 +60,7 @@ Update-MgBetaPolicyMobileDeviceManagementPolicy -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -80,7 +80,7 @@ Update the properties of a mobilityManagementPolicy object. Import-Module Microsoft.Graph.Beta.Identity.SignIns $params = @{ - "@odata.type" = "#microsoft.graph.mobilityManagementPolicy" + "@odata.type" = "#microsoft.graph.mobileDeviceManagementPolicy" complianceUrl = "https://portal.uem.contoso.com/?portalAction=Compliance" discoveryUrl = "https://enrollment.uem.contoso.com/enrollmentserver/discovery.svc" termsOfUseUrl = "https://portal.uem.contoso.com/TermsofUse.aspx" @@ -1563,7 +1563,7 @@ Read-only. [Operator ]: customSecurityAttributeComparisonOperator [MaxLifetime ]: String value that indicates the maximum lifetime for key expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. -This property is required when restrictionType is set to keyLifetime. +This property is required when restrictionType is set to asymmetricKeyLifetime. [RestrictForAppsCreatedAfterDateTime ]: Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied. [RestrictionType ]: appKeyCredentialRestrictionType @@ -1598,7 +1598,7 @@ For existing applications, the enforcement date can be retroactively applied. [NonDefaultUriAddition ]: identifierUriRestriction [(Any) ]: This indicates any property can be added to this object. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExcludeAppsReceivingV2Tokens ]: If true, the restriction isn't enforced for applications that are configured to receive V2 tokens in Microsoft Entra ID; else, the restriction isn't enforced for those applications. + [ExcludeAppsReceivingV2Tokens ]: If true, the restriction isn't enforced for applications that are configured to receive V2 tokens in Microsoft Entra ID; else, the restriction is enforced for those applications. [ExcludeSaml ]: If true, the restriction isn't enforced for SAML applications in Microsoft Entra ID; else, the restriction is enforced for those applications. [RestrictForAppsCreatedAfterDateTime ]: Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied. @@ -3470,7 +3470,9 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisioningPolicyId ]: The provisioning policy ID of the Cloud PC. [ProvisioningPolicyName ]: The provisioning policy that is applied during the provisioning of Cloud PCs. [ProvisioningType ]: cloudPcProvisioningType - [ScopeIds ]: + [ScopeIds ]: The scope IDs of the corresponding permission. +Currently, it's the Intune scope tag ID. +Read-only. [ServicePlanId ]: The service plan ID of the Cloud PC. [ServicePlanName ]: The service plan name of the Cloud PC. [ServicePlanType ]: cloudPcServicePlanType @@ -3495,6 +3497,39 @@ Read-only. Read-only. [UserExperienceType ]: cloudPcUserExperienceType [UserPrincipalName ]: The user principal name (UPN) of the user assigned to the Cloud PC. + [CloudPcPools ]: The user's Cloud PC pools. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Assignments ]: The collection of assignments that grant user or service principal identities access to this pool. + [Id ]: The unique identifier for an entity. +Read-only. + [Capabilities ]: cloudPcPoolCapabilityConfiguration + [(Any) ]: This indicates any property can be added to this object. + [CloudPcConfiguration ]: cloudPcConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ImageDisplayName ]: The display name of the image. +Read-only. + [ImageId ]: The unique identifier of the operating system image used for provisioning new Cloud PCs. +The format for a gallery type image is: {publisherNameofferNameskuName}. + [ImageType ]: cloudPcProvisioningPolicyImageType + [OSLocale ]: The operating system locale for the Cloud PC. + [CreatedDateTime ]: The date and time when the pool was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2026 is 2026-01-01T00:00:00Z. +Read-only. + [Description ]: The description of the pool. +The maximum length is 512 characters. + [DisplayName ]: The display name of the pool. +The name is unique across Cloud PC pools in an organization. +The maximum length is 60 characters. + [LastModifiedDateTime ]: The date and time when the pool was last modified. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2026 is 2026-01-01T00:00:00Z. +Read-only. + [NetworkConfiguration ]: cloudPcNetworkConfiguration + [(Any) ]: This indicates any property can be added to this object. [CloudRealtimeCommunicationInfo ]: cloudRealtimeCommunicationInfo [(Any) ]: This indicates any property can be added to this object. [IsSipEnabled ]: Indicates whether the user has a SIP-enabled client registered for them. @@ -3702,7 +3737,7 @@ Read-only. [Activity ]: userActivityType [ContentEntries ]: A collection of content entries to be processed. Each entry contains the content itself and its metadata. -Use conversation metadata for content like prompts and responses and file metadata for files. +Use conversation metadata for content like prompts and responses, file metadata for files, and content activity metadata for enforcement result status entries. Required. [Content ]: contentBase [(Any) ]: This indicates any property can be added to this object. @@ -4208,6 +4243,19 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: + [ExpirationDateTime ]: + [LockType ]: lockType + [Owners ]: + [DisplayName ]: The display name of the identity. +For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -5316,7 +5364,7 @@ Read-only. [ContentTypes ]: The collection of content types present in this list. [DisplayName ]: The displayable title of the list. [Drive ]: drive - [ItemCount ]: The number of items in the list. + [ItemCount ]: The total count of items in the list. Read-only. [Items ]: All items contained in the list. [List ]: listInfo @@ -5723,8 +5771,9 @@ This property can also be set to any custom string. [(Any) ]: This indicates any property can be added to this object. [ApproverDelegate ]: approverDelegate [(Any) ]: This indicates any property can be added to this object. - [Delegate ]: subjectSet + [Delegate ]: userSet [(Any) ]: This indicates any property can be added to this object. + [IsBackup ]: For a user in an approval stage, this property indicates whether the user is a backup fallback approver. [Schedule ]: requestSchedule [(Any) ]: This indicates any property can be added to this object. [Expiration ]: expirationPattern @@ -5844,7 +5893,8 @@ Requires $select to retrieve. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. - [IsResourceAccount ]: Do not use – reserved for future use. + [IsResourceAccount ]: Do not use. +Reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -5874,6 +5924,7 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [JoinedUsers ]: [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType @@ -6031,7 +6082,10 @@ If true, it shows the task. [IsOnMyDayLastModifiedDate ]: Read-only. The date on which task is added to or removed from MyDay. [LastModifiedBy ]: identitySet - [LastModifiedDateTime ]: + [LastModifiedDateTime ]: Read-only. +Date and time at which this is last modified. +The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z [Messages ]: Read-only. Nullable. Chat messages associated with the task. @@ -7443,6 +7497,10 @@ Read-only. [JoinDateTime ]: The time the attendee joined in UTC. [LeaveDateTime ]: The time the attendee left in UTC. [EmailAddress ]: Email address of the user associated with this attendance record. + [Engagements ]: The list of real-time participant interaction behaviors during a meeting. + [DateTime ]: The UTC date and time when the engagement event occurred, in ISO 8601 format. + [EngagementSubType ]: The specific engagement action within the type (e.g., like, love, applause, laugh, surprised for reactions; raiseHand for hand; cameraOn for camera; unmute, mute for microphone). + [EngagementType ]: meetingEngagementType [ExternalRegistrationInformation ]: virtualEventExternalRegistrationInformation [(Any) ]: This indicates any property can be added to this object. [Referrer ]: A URL or string that represents the location from which the registrant registered. @@ -7491,6 +7549,11 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [AllowTextOnly ]: Indicates whether only text is allowed in the meeting chat. Optional. + [CloudVideoInteropInfo ]: cloudVideoInteropInfo + [(Any) ]: This indicates any property can be added to this object. + [MoreInfoWebUrl ]: + [TenantKey ]: + [VideoTeleconferenceId ]: [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -7765,14 +7828,6 @@ Read-only. Supports $select. Read-only. [AppliedBy ]: userIdentity - [(Any) ]: This indicates any property can be added to this object. - [DisplayName ]: The display name of the identity. -For drive items, the display name might not always be available or up to date. -For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. - [Id ]: Unique identifier for the identity or actor. -For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [AppliedDateTime ]: The timestamp when the approval decision was applied. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -8940,7 +8995,7 @@ Users can control this setting in Office Delve. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [InPlaceArchiveMailboxId ]: + [InPlaceArchiveMailboxId ]: The unique identifier for the user's In-Place Archive mailbox. [PrimaryMailboxId ]: The unique identifier for the user's primary mailbox. [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. @@ -9311,6 +9366,8 @@ Read-only. [EndDateTime ]: dateTimeTimeZone [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. + [IsRegistrationEnabled ]: + [IsRegistrationRequired ]: [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -9348,6 +9405,7 @@ Read-only. [AudioConferencing ]: audioConferencing [ChatInfo ]: chatInfo [ChatRestrictions ]: chatRestrictions + [CloudVideoInteropInfo ]: cloudVideoInteropInfo [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -9370,6 +9428,7 @@ Read-only. [WatermarkProtection ]: watermarkProtectionValues [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [Presenters ]: [Registrations ]: @@ -9423,6 +9482,8 @@ For example, in the access reviews decisions API, this property might record the [RegistrationConfiguration ]: virtualEventWebinarRegistrationConfiguration [(Any) ]: This indicates any property can be added to this object. [Capacity ]: Total capacity of the virtual event. + [IsManualApprovalEnabled ]: Indicates whether registrations require organizer approval before a participant is confirmed. + [IsWaitlistEnabled ]: Indicates whether more registrants are automatically placed on a waitlist when capacity is reached. [Questions ]: Registration questions. [Id ]: The unique identifier for an entity. Read-only. @@ -9432,8 +9493,6 @@ The default value is false. [RegistrationWebUrl ]: Registration URL of the virtual event. [Id ]: The unique identifier for an entity. Read-only. - [IsManualApprovalEnabled ]: - [IsWaitlistEnabled ]: [Registrations ]: Registration records of the webinar. [WindowsInformationProtectionDeviceRegistrations ]: Zero or more WIP device registrations that belong to the user. [Id ]: The unique identifier for an entity. @@ -9695,7 +9754,7 @@ For the list of possible values, see Microsoft 365 group behaviors and provision The possible value is Team. For more information, see Microsoft 365 group behaviors and provisioning options. Returned by default. -Supports $filter (eq, not, startsWith. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required.Returned by default. Supports $filter (eq, ne, not, in). @@ -10599,7 +10658,7 @@ Read-only. [Operator ]: customSecurityAttributeComparisonOperator [MaxLifetime ]: String value that indicates the maximum lifetime for key expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. -This property is required when restrictionType is set to keyLifetime. +This property is required when restrictionType is set to asymmetricKeyLifetime. [RestrictForAppsCreatedAfterDateTime ]: Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied. [RestrictionType ]: appKeyCredentialRestrictionType @@ -10634,7 +10693,7 @@ For existing applications, the enforcement date can be retroactively applied. [NonDefaultUriAddition ]: identifierUriRestriction [(Any) ]: This indicates any property can be added to this object. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExcludeAppsReceivingV2Tokens ]: If true, the restriction isn't enforced for applications that are configured to receive V2 tokens in Microsoft Entra ID; else, the restriction isn't enforced for those applications. + [ExcludeAppsReceivingV2Tokens ]: If true, the restriction isn't enforced for applications that are configured to receive V2 tokens in Microsoft Entra ID; else, the restriction is enforced for those applications. [ExcludeSaml ]: If true, the restriction isn't enforced for SAML applications in Microsoft Entra ID; else, the restriction is enforced for those applications. [RestrictForAppsCreatedAfterDateTime ]: Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied. @@ -12506,7 +12565,9 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisioningPolicyId ]: The provisioning policy ID of the Cloud PC. [ProvisioningPolicyName ]: The provisioning policy that is applied during the provisioning of Cloud PCs. [ProvisioningType ]: cloudPcProvisioningType - [ScopeIds ]: + [ScopeIds ]: The scope IDs of the corresponding permission. +Currently, it's the Intune scope tag ID. +Read-only. [ServicePlanId ]: The service plan ID of the Cloud PC. [ServicePlanName ]: The service plan name of the Cloud PC. [ServicePlanType ]: cloudPcServicePlanType @@ -12531,6 +12592,39 @@ Read-only. Read-only. [UserExperienceType ]: cloudPcUserExperienceType [UserPrincipalName ]: The user principal name (UPN) of the user assigned to the Cloud PC. + [CloudPcPools ]: The user's Cloud PC pools. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Assignments ]: The collection of assignments that grant user or service principal identities access to this pool. + [Id ]: The unique identifier for an entity. +Read-only. + [Capabilities ]: cloudPcPoolCapabilityConfiguration + [(Any) ]: This indicates any property can be added to this object. + [CloudPcConfiguration ]: cloudPcConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ImageDisplayName ]: The display name of the image. +Read-only. + [ImageId ]: The unique identifier of the operating system image used for provisioning new Cloud PCs. +The format for a gallery type image is: {publisherNameofferNameskuName}. + [ImageType ]: cloudPcProvisioningPolicyImageType + [OSLocale ]: The operating system locale for the Cloud PC. + [CreatedDateTime ]: The date and time when the pool was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2026 is 2026-01-01T00:00:00Z. +Read-only. + [Description ]: The description of the pool. +The maximum length is 512 characters. + [DisplayName ]: The display name of the pool. +The name is unique across Cloud PC pools in an organization. +The maximum length is 60 characters. + [LastModifiedDateTime ]: The date and time when the pool was last modified. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2026 is 2026-01-01T00:00:00Z. +Read-only. + [NetworkConfiguration ]: cloudPcNetworkConfiguration + [(Any) ]: This indicates any property can be added to this object. [CloudRealtimeCommunicationInfo ]: cloudRealtimeCommunicationInfo [(Any) ]: This indicates any property can be added to this object. [IsSipEnabled ]: Indicates whether the user has a SIP-enabled client registered for them. @@ -12738,7 +12832,7 @@ Read-only. [Activity ]: userActivityType [ContentEntries ]: A collection of content entries to be processed. Each entry contains the content itself and its metadata. -Use conversation metadata for content like prompts and responses and file metadata for files. +Use conversation metadata for content like prompts and responses, file metadata for files, and content activity metadata for enforcement result status entries. Required. [Content ]: contentBase [(Any) ]: This indicates any property can be added to this object. @@ -13244,6 +13338,19 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: + [ExpirationDateTime ]: + [LockType ]: lockType + [Owners ]: + [DisplayName ]: The display name of the identity. +For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -14352,7 +14459,7 @@ Read-only. [ContentTypes ]: The collection of content types present in this list. [DisplayName ]: The displayable title of the list. [Drive ]: drive - [ItemCount ]: The number of items in the list. + [ItemCount ]: The total count of items in the list. Read-only. [Items ]: All items contained in the list. [List ]: listInfo @@ -14759,8 +14866,9 @@ This property can also be set to any custom string. [(Any) ]: This indicates any property can be added to this object. [ApproverDelegate ]: approverDelegate [(Any) ]: This indicates any property can be added to this object. - [Delegate ]: subjectSet + [Delegate ]: userSet [(Any) ]: This indicates any property can be added to this object. + [IsBackup ]: For a user in an approval stage, this property indicates whether the user is a backup fallback approver. [Schedule ]: requestSchedule [(Any) ]: This indicates any property can be added to this object. [Expiration ]: expirationPattern @@ -14880,7 +14988,8 @@ Requires $select to retrieve. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. - [IsResourceAccount ]: Do not use – reserved for future use. + [IsResourceAccount ]: Do not use. +Reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -14910,6 +15019,7 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [JoinedUsers ]: [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType @@ -15067,7 +15177,10 @@ If true, it shows the task. [IsOnMyDayLastModifiedDate ]: Read-only. The date on which task is added to or removed from MyDay. [LastModifiedBy ]: identitySet - [LastModifiedDateTime ]: + [LastModifiedDateTime ]: Read-only. +Date and time at which this is last modified. +The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z [Messages ]: Read-only. Nullable. Chat messages associated with the task. @@ -16479,6 +16592,10 @@ Read-only. [JoinDateTime ]: The time the attendee joined in UTC. [LeaveDateTime ]: The time the attendee left in UTC. [EmailAddress ]: Email address of the user associated with this attendance record. + [Engagements ]: The list of real-time participant interaction behaviors during a meeting. + [DateTime ]: The UTC date and time when the engagement event occurred, in ISO 8601 format. + [EngagementSubType ]: The specific engagement action within the type (e.g., like, love, applause, laugh, surprised for reactions; raiseHand for hand; cameraOn for camera; unmute, mute for microphone). + [EngagementType ]: meetingEngagementType [ExternalRegistrationInformation ]: virtualEventExternalRegistrationInformation [(Any) ]: This indicates any property can be added to this object. [Referrer ]: A URL or string that represents the location from which the registrant registered. @@ -16527,6 +16644,11 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [AllowTextOnly ]: Indicates whether only text is allowed in the meeting chat. Optional. + [CloudVideoInteropInfo ]: cloudVideoInteropInfo + [(Any) ]: This indicates any property can be added to this object. + [MoreInfoWebUrl ]: + [TenantKey ]: + [VideoTeleconferenceId ]: [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -16801,14 +16923,6 @@ Read-only. Supports $select. Read-only. [AppliedBy ]: userIdentity - [(Any) ]: This indicates any property can be added to this object. - [DisplayName ]: The display name of the identity. -For drive items, the display name might not always be available or up to date. -For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. - [Id ]: Unique identifier for the identity or actor. -For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [AppliedDateTime ]: The timestamp when the approval decision was applied. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -17976,7 +18090,7 @@ Users can control this setting in Office Delve. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [InPlaceArchiveMailboxId ]: + [InPlaceArchiveMailboxId ]: The unique identifier for the user's In-Place Archive mailbox. [PrimaryMailboxId ]: The unique identifier for the user's primary mailbox. [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. @@ -18347,6 +18461,8 @@ Read-only. [EndDateTime ]: dateTimeTimeZone [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. + [IsRegistrationEnabled ]: + [IsRegistrationRequired ]: [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -18384,6 +18500,7 @@ Read-only. [AudioConferencing ]: audioConferencing [ChatInfo ]: chatInfo [ChatRestrictions ]: chatRestrictions + [CloudVideoInteropInfo ]: cloudVideoInteropInfo [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -18406,6 +18523,7 @@ Read-only. [WatermarkProtection ]: watermarkProtectionValues [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [Presenters ]: [Registrations ]: @@ -18459,6 +18577,8 @@ For example, in the access reviews decisions API, this property might record the [RegistrationConfiguration ]: virtualEventWebinarRegistrationConfiguration [(Any) ]: This indicates any property can be added to this object. [Capacity ]: Total capacity of the virtual event. + [IsManualApprovalEnabled ]: Indicates whether registrations require organizer approval before a participant is confirmed. + [IsWaitlistEnabled ]: Indicates whether more registrants are automatically placed on a waitlist when capacity is reached. [Questions ]: Registration questions. [Id ]: The unique identifier for an entity. Read-only. @@ -18468,8 +18588,6 @@ The default value is false. [RegistrationWebUrl ]: Registration URL of the virtual event. [Id ]: The unique identifier for an entity. Read-only. - [IsManualApprovalEnabled ]: - [IsWaitlistEnabled ]: [Registrations ]: Registration records of the webinar. [WindowsInformationProtectionDeviceRegistrations ]: Zero or more WIP device registrations that belong to the user. [Id ]: The unique identifier for an entity. @@ -18731,7 +18849,7 @@ For the list of possible values, see Microsoft 365 group behaviors and provision The possible value is Team. For more information, see Microsoft 365 group behaviors and provisioning options. Returned by default. -Supports $filter (eq, not, startsWith. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required.Returned by default. Supports $filter (eq, ne, not, in). @@ -18847,6 +18965,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyOnPremAuthenticationPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyOnPremAuthenticationPolicy.md index 501b0fa294bff..0a44da73e157b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyOnPremAuthenticationPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyOnPremAuthenticationPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetapolicyonpremauthenticationpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPolicyOnPremAuthenticationPolicy --- @@ -26,7 +26,7 @@ Update-MgBetaPolicyOnPremAuthenticationPolicy -OnPremAuthenticationPolicyId ] [-Description ] [-DisplayName ] [-Id ] [-IsOrganizationDefault] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -36,7 +36,6 @@ Update-MgBetaPolicyOnPremAuthenticationPolicy -OnPremAuthenticationPolicyId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -48,7 +47,7 @@ Update-MgBetaPolicyOnPremAuthenticationPolicy -InputObject ] [-Description ] [-DisplayName ] [-Id ] [-IsOrganizationDefault] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -58,7 +57,6 @@ Update-MgBetaPolicyOnPremAuthenticationPolicy -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -70,6 +68,28 @@ This cmdlet has the following aliases, Update the properties of an onPremAuthenticationPolicy object. +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.SignIns + +$params = @{ + deletedDateTime = $null + description = "Updates to policy definition to manage and control authentication settings." + displayName = "Update policy name" + definition = @( + '{"Version":1,"LastUpdatedTimestamp":"2025-02-29T22:47:12.7764932Z", "Key1": "Value1", "Key2": {"SubKey1": "SubValue1"}}' +) +} + +Update-MgBetaPolicyOnPremAuthenticationPolicy -OnPremAuthenticationPolicyId $onPremAuthenticationPolicyId -BodyParameter $params + +``` +This example shows how to use the Update-MgBetaPolicyOnPremAuthenticationPolicy Cmdlet. + + ## PARAMETERS ### -AdditionalProperties @@ -682,6 +702,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy @@ -754,6 +775,5 @@ INPUTOBJECT ``: Identity Parameter - diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyOwnerlessGroupPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyOwnerlessGroupPolicy.md new file mode 100644 index 0000000000000..4453d4abb0a1e --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyOwnerlessGroupPolicy.md @@ -0,0 +1,608 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetapolicyownerlessgrouppolicy +Locale: en-US +Module Name: Microsoft.Graph.Beta.Identity.SignIns +ms.date: 08/01/2026 +PlatyPS schema version: 2024-05-01 +title: Update-MgBetaPolicyOwnerlessGroupPolicy +--- + +# Update-MgBetaPolicyOwnerlessGroupPolicy + +## SYNOPSIS + +Create or update the ownerlessGroupPolicy for the tenant. +If the policy doesn't exist, it creates a new one; if the policy exists, it updates the existing policy. +To disable the policy, set isEnabled to false. +Setting isEnabled to false clears the values of all other policy parameters. + +## SYNTAX + +### UpdateExpanded (Default) + +``` +Update-MgBetaPolicyOwnerlessGroupPolicy [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-EmailInfo ] + [-EnabledGroupIds ] [-Id ] [-IsEnabled] [-MaxMembersToNotify ] + [-NotificationDurationInWeeks ] [-PolicyWebUrl ] + [-TargetOwners ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### Update + +``` +Update-MgBetaPolicyOwnerlessGroupPolicy -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Create or update the ownerlessGroupPolicy for the tenant. +If the policy doesn't exist, it creates a new one; if the policy exists, it updates the existing policy. +To disable the policy, set isEnabled to false. +Setting isEnabled to false clears the values of all other policy parameters. + +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.SignIns + +$params = @{ + isEnabled = $false +} + +Update-MgBetaPolicyOwnerlessGroupPolicy -BodyParameter $params + +``` +This example shows how to use the Update-MgBetaPolicyOwnerlessGroupPolicy Cmdlet. + + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + +ownerlessGroupPolicy +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphOwnerlessGroupPolicy +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Break + +Wait for .NET debugger to attach + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Confirm + +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- cf +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EmailInfo + +emailDetails +To construct, see NOTES section for EMAILINFO properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphEmailDetails +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -EnabledGroupIds + +The collection of IDs for groups to which the policy is enabled. +If empty, the policy is enabled for all groups in the tenant. + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Headers + +Optional headers that will be added to the request. + +```yaml +Type: System.Collections.IDictionary +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelineAppend + +SendAsync Pipeline Steps to be appended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -HttpPipelinePrepend + +SendAsync Pipeline Steps to be prepended to the front of the pipeline + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Id + +The unique identifier for an entity. +Read-only. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IsEnabled + +Indicates whether the ownerless group policy is enabled in the tenant. +Setting this property to false clears the values of all other policy parameters. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MaxMembersToNotify + +The maximum number of members to notify. +Value range is 0-90. +Members are prioritized by recent group activity (most active first). +If there aren't enough active members to fill the limit, remaining slots are filled with other eligible group members from the directory. + +```yaml +Type: System.Int64 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -NotificationDurationInWeeks + +The number of weeks for the notification duration. +Value range is 1-7. + +```yaml +Type: System.Int64 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PolicyWebUrl + +The URL to the policy documentation. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Proxy + +The URI for the proxy server to use + +```yaml +Type: System.Uri +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyCredential + +Credentials for a proxy server to use for the remote call + +```yaml +Type: System.Management.Automation.PSCredential +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ProxyUseDefaultCredentials + +Use the default credentials for the proxy + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ResponseHeadersVariable + +Optional Response Headers Variable. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: +- RHV +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -TargetOwners + +targetOwners +To construct, see NOTES section for TARGETOWNERS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphTargetOwners +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -WhatIf + +Runs the command in a mode that only reports what would happen without performing the actions. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: '' +SupportsWildcards: false +Aliases: +- wi +ParameterSets: +- Name: (All) + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### CommonParameters + +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, +-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, +-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see +[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphOwnerlessGroupPolicy + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphOwnerlessGroupPolicy + +{{ Fill in the Description }} + +## NOTES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. +For information on hash tables, run Get-Help about_Hash_Tables. + +BODYPARAMETER ``: ownerlessGroupPolicy + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [EmailInfo ]: emailDetails + [(Any) ]: This indicates any property can be added to this object. + [Body ]: The body content of the notification email in plain text format. + [SenderEmailAddress ]: The email address of the sender for notification emails. +Shared mailboxes aren't supported. + [Subject ]: The subject line of the notification email. + [EnabledGroupIds ]: The collection of IDs for groups to which the policy is enabled. +If empty, the policy is enabled for all groups in the tenant. + [IsEnabled ]: Indicates whether the ownerless group policy is enabled in the tenant. +Setting this property to false clears the values of all other policy parameters. + [MaxMembersToNotify ]: The maximum number of members to notify. +Value range is 0-90. +Members are prioritized by recent group activity (most active first). +If there aren't enough active members to fill the limit, remaining slots are filled with other eligible group members from the directory. + [NotificationDurationInWeeks ]: The number of weeks for the notification duration. +Value range is 1-7. + [PolicyWebUrl ]: The URL to the policy documentation. + [TargetOwners ]: targetOwners + [(Any) ]: This indicates any property can be added to this object. + [NotifyMembers ]: notifyMembers + [SecurityGroups ]: The collection of IDs for security groups used for allowing or blocking filtering. +When notifyMembers is all, all members are eligible for ownership and this collection can be empty. +When notifyMembers is allowSelected, only members in these security groups are eligible. +When notifyMembers is blockSelected, members in these security groups are excluded. + +EMAILINFO ``: emailDetails + [(Any) ]: This indicates any property can be added to this object. + [Body ]: The body content of the notification email in plain text format. + [SenderEmailAddress ]: The email address of the sender for notification emails. +Shared mailboxes aren't supported. + [Subject ]: The subject line of the notification email. + +TARGETOWNERS ``: targetOwners + [(Any) ]: This indicates any property can be added to this object. + [NotifyMembers ]: notifyMembers + [SecurityGroups ]: The collection of IDs for security groups used for allowing or blocking filtering. +When notifyMembers is all, all members are eligible for ownership and this collection can be empty. +When notifyMembers is allowSelected, only members in these security groups are eligible. +When notifyMembers is blockSelected, members in these security groups are excluded. + + +## RELATED LINKS + +- [Update-MgBetaPolicyOwnerlessGroupPolicy](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetapolicyownerlessgrouppolicy) +- [Graph API Reference](https://learn.microsoft.com/graph/api/ownerlessgrouppolicy-upsert?view=graph-rest-beta) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyPermissionGrantPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyPermissionGrantPolicy.md index 3029a830258b2..ac5e5b2a8f9d0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyPermissionGrantPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyPermissionGrantPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetapolicypermissiongrantpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPolicyPermissionGrantPolicy --- @@ -31,7 +31,6 @@ Update-MgBetaPolicyPermissionGrantPolicy -PermissionGrantPolicyId [-ResourceScopeType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -41,7 +40,7 @@ Update-MgBetaPolicyPermissionGrantPolicy -PermissionGrantPolicyId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -55,7 +54,6 @@ Update-MgBetaPolicyPermissionGrantPolicy -InputObject [-ResourceScopeType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -65,7 +63,7 @@ Update-MgBetaPolicyPermissionGrantPolicy -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -840,6 +838,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyPermissionGrantPolicyExclude.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyPermissionGrantPolicyExclude.md index a3b1139522e43..a54dd03869cf8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyPermissionGrantPolicyExclude.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyPermissionGrantPolicyExclude.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetapolicypermissiongrantpolicyexclude Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPolicyPermissionGrantPolicyExclude --- @@ -33,7 +33,6 @@ Update-MgBetaPolicyPermissionGrantPolicyExclude -PermissionGrantConditionSetId < [-ScopeSensitivityLabels ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -44,7 +43,6 @@ Update-MgBetaPolicyPermissionGrantPolicyExclude -PermissionGrantConditionSetId < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -59,7 +57,6 @@ Update-MgBetaPolicyPermissionGrantPolicyExclude -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -69,7 +66,7 @@ Update-MgBetaPolicyPermissionGrantPolicyExclude -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -871,6 +868,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyPermissionGrantPolicyInclude.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyPermissionGrantPolicyInclude.md index 337708f46248e..c71545a426a2b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyPermissionGrantPolicyInclude.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyPermissionGrantPolicyInclude.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetapolicypermissiongrantpolicyinclude Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPolicyPermissionGrantPolicyInclude --- @@ -33,7 +33,6 @@ Update-MgBetaPolicyPermissionGrantPolicyInclude -PermissionGrantConditionSetId < [-ScopeSensitivityLabels ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -44,7 +43,6 @@ Update-MgBetaPolicyPermissionGrantPolicyInclude -PermissionGrantConditionSetId < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -59,7 +57,6 @@ Update-MgBetaPolicyPermissionGrantPolicyInclude -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -69,7 +66,7 @@ Update-MgBetaPolicyPermissionGrantPolicyInclude -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -871,6 +868,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyPermissionGrantPreApprovalPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyPermissionGrantPreApprovalPolicy.md index 2950c18492a2d..eba8e91eff8a3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyPermissionGrantPreApprovalPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyPermissionGrantPreApprovalPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetapolicypermissiongrantpreapprovalpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPolicyPermissionGrantPreApprovalPolicy --- @@ -25,7 +25,7 @@ Update-MgBetaPolicyPermissionGrantPreApprovalPolicy -PermissionGrantPreApprovalP [-Conditions ] [-DeletedDateTime ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -36,7 +36,6 @@ Update-MgBetaPolicyPermissionGrantPreApprovalPolicy -PermissionGrantPreApprovalP [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -47,7 +46,7 @@ Update-MgBetaPolicyPermissionGrantPreApprovalPolicy -InputObject ] [-DeletedDateTime ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -58,7 +57,6 @@ Update-MgBetaPolicyPermissionGrantPreApprovalPolicy -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -642,6 +640,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyRoleManagementPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyRoleManagementPolicy.md index 09102b0876199..440b616b869cd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyRoleManagementPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyRoleManagementPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetapolicyrolemanagementpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPolicyRoleManagementPolicy --- @@ -31,7 +31,6 @@ Update-MgBetaPolicyRoleManagementPolicy -UnifiedRoleManagementPolicyId [-ScopeId ] [-ScopeType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -41,7 +40,7 @@ Update-MgBetaPolicyRoleManagementPolicy -UnifiedRoleManagementPolicyId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -55,7 +54,6 @@ Update-MgBetaPolicyRoleManagementPolicy -InputObject [-ScopeId ] [-ScopeType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -65,7 +63,7 @@ Update-MgBetaPolicyRoleManagementPolicy -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -840,6 +838,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyRoleManagementPolicyAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyRoleManagementPolicyAssignment.md index 66a5e5f755b74..67463e0bef3bd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyRoleManagementPolicyAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyRoleManagementPolicyAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetapolicyrolemanagementpolicyassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPolicyRoleManagementPolicyAssignment --- @@ -29,7 +29,7 @@ Update-MgBetaPolicyRoleManagementPolicyAssignment -UnifiedRoleManagementPolicyAs [-RoleDefinitionId ] [-ScopeId ] [-ScopeType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,6 @@ Update-MgBetaPolicyRoleManagementPolicyAssignment -UnifiedRoleManagementPolicyAs [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -52,7 +51,7 @@ Update-MgBetaPolicyRoleManagementPolicyAssignment -InputObject ] [-ScopeId ] [-ScopeType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -63,7 +62,6 @@ Update-MgBetaPolicyRoleManagementPolicyAssignment -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -718,6 +716,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyRoleManagementPolicyEffectiveRule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyRoleManagementPolicyEffectiveRule.md index b88bded1b6995..a15a9fe7d4b7e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyRoleManagementPolicyEffectiveRule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyRoleManagementPolicyEffectiveRule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetapolicyrolemanagementpolicyeffectiverule Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPolicyRoleManagementPolicyEffectiveRule --- @@ -29,7 +29,6 @@ Update-MgBetaPolicyRoleManagementPolicyEffectiveRule -UnifiedRoleManagementPolic [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -40,7 +39,7 @@ Update-MgBetaPolicyRoleManagementPolicyEffectiveRule -UnifiedRoleManagementPolic -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -51,7 +50,6 @@ Update-MgBetaPolicyRoleManagementPolicyEffectiveRule -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -61,7 +59,7 @@ Update-MgBetaPolicyRoleManagementPolicyEffectiveRule -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -587,6 +585,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyRoleManagementPolicyRule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyRoleManagementPolicyRule.md index e8bda48a0e639..787774b4f33e0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyRoleManagementPolicyRule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyRoleManagementPolicyRule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetapolicyrolemanagementpolicyrule Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPolicyRoleManagementPolicyRule --- @@ -30,7 +30,6 @@ Update-MgBetaPolicyRoleManagementPolicyRule -UnifiedRoleManagementPolicyId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -41,7 +40,7 @@ Update-MgBetaPolicyRoleManagementPolicyRule -UnifiedRoleManagementPolicyId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -52,7 +51,6 @@ Update-MgBetaPolicyRoleManagementPolicyRule -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -62,7 +60,7 @@ Update-MgBetaPolicyRoleManagementPolicyRule -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -658,6 +656,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyServicePrincipalCreationPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyServicePrincipalCreationPolicy.md index d378242817b09..2a39b5eb4734e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyServicePrincipalCreationPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyServicePrincipalCreationPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetapolicyserviceprincipalcreationpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPolicyServicePrincipalCreationPolicy --- @@ -27,7 +27,7 @@ Update-MgBetaPolicyServicePrincipalCreationPolicy -ServicePrincipalCreationPolic [-Includes ] [-IsBuiltIn] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,7 @@ Update-MgBetaPolicyServicePrincipalCreationPolicy -ServicePrincipalCreationPolic -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -50,7 +50,7 @@ Update-MgBetaPolicyServicePrincipalCreationPolicy -InputObject ] [-IsBuiltIn] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -60,7 +60,7 @@ Update-MgBetaPolicyServicePrincipalCreationPolicy -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -715,6 +715,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyServicePrincipalCreationPolicyExclude.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyServicePrincipalCreationPolicyExclude.md index ec878706743ca..8fc1dd2f97ae9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyServicePrincipalCreationPolicyExclude.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyServicePrincipalCreationPolicyExclude.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetapolicyserviceprincipalcreationpolicyexclude Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPolicyServicePrincipalCreationPolicyExclude --- @@ -28,7 +28,6 @@ Update-MgBetaPolicyServicePrincipalCreationPolicyExclude [-CertifiedApplicationsOnly] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -40,7 +39,6 @@ Update-MgBetaPolicyServicePrincipalCreationPolicyExclude [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -53,7 +51,6 @@ Update-MgBetaPolicyServicePrincipalCreationPolicyExclude -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -64,7 +61,6 @@ Update-MgBetaPolicyServicePrincipalCreationPolicyExclude -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -685,6 +681,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyServicePrincipalCreationPolicyInclude.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyServicePrincipalCreationPolicyInclude.md index 55272a73172b9..aaa7b4323f7ed 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyServicePrincipalCreationPolicyInclude.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyServicePrincipalCreationPolicyInclude.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetapolicyserviceprincipalcreationpolicyinclude Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPolicyServicePrincipalCreationPolicyInclude --- @@ -28,7 +28,6 @@ Update-MgBetaPolicyServicePrincipalCreationPolicyInclude [-CertifiedApplicationsOnly] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -40,7 +39,6 @@ Update-MgBetaPolicyServicePrincipalCreationPolicyInclude [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -53,7 +51,6 @@ Update-MgBetaPolicyServicePrincipalCreationPolicyInclude -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -64,7 +61,6 @@ Update-MgBetaPolicyServicePrincipalCreationPolicyInclude -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -685,6 +681,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyTokenIssuancePolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyTokenIssuancePolicy.md index 4bd9a1f2dcd23..e90c2036aac46 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyTokenIssuancePolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyTokenIssuancePolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetapolicytokenissuancepolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPolicyTokenIssuancePolicy --- @@ -29,7 +29,7 @@ Update-MgBetaPolicyTokenIssuancePolicy -TokenIssuancePolicyId [-DeletedDateTime ] [-Description ] [-DisplayName ] [-Id ] [-IsOrganizationDefault] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,6 @@ Update-MgBetaPolicyTokenIssuancePolicy -TokenIssuancePolicyId -BodyPara [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -51,7 +50,7 @@ Update-MgBetaPolicyTokenIssuancePolicy -InputObject [-DeletedDateTime ] [-Description ] [-DisplayName ] [-Id ] [-IsOrganizationDefault] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -61,7 +60,6 @@ Update-MgBetaPolicyTokenIssuancePolicy -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -714,6 +712,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyTokenLifetimePolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyTokenLifetimePolicy.md index 5fe2cb0408bc1..a9c2662a74191 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyTokenLifetimePolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyTokenLifetimePolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetapolicytokenlifetimepolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPolicyTokenLifetimePolicy --- @@ -29,7 +29,7 @@ Update-MgBetaPolicyTokenLifetimePolicy -TokenLifetimePolicyId [-DeletedDateTime ] [-Description ] [-DisplayName ] [-Id ] [-IsOrganizationDefault] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,6 @@ Update-MgBetaPolicyTokenLifetimePolicy -TokenLifetimePolicyId -BodyPara [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -51,7 +50,7 @@ Update-MgBetaPolicyTokenLifetimePolicy -InputObject [-DeletedDateTime ] [-Description ] [-DisplayName ] [-Id ] [-IsOrganizationDefault] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -61,7 +60,6 @@ Update-MgBetaPolicyTokenLifetimePolicy -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -714,6 +712,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaRiskDetection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaRiskDetection.md index 10e04108d7604..a229271a69332 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaRiskDetection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaRiskDetection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetariskdetection Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRiskDetection --- @@ -34,7 +34,6 @@ Update-MgBetaRiskDetection -RiskDetectionId [-ResponseHeadersVariable < [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -44,7 +43,6 @@ Update-MgBetaRiskDetection -RiskDetectionId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -61,7 +59,6 @@ Update-MgBetaRiskDetection -InputObject [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -71,7 +68,7 @@ Update-MgBetaRiskDetection -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1154,6 +1151,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaRiskyAgent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaRiskyAgent.md index f1142c9632dca..ff7e488442df3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaRiskyAgent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaRiskyAgent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetariskyagent Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRiskyAgent --- @@ -26,7 +26,7 @@ Update-MgBetaRiskyAgent -RiskyAgentId [-ResponseHeadersVariable ] [-RiskLastModifiedDateTime ] [-RiskLevel ] [-RiskState ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -36,7 +36,6 @@ Update-MgBetaRiskyAgent -RiskyAgentId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -48,7 +47,7 @@ Update-MgBetaRiskyAgent -InputObject [-ResponseHeader [-RiskDetail ] [-RiskLastModifiedDateTime ] [-RiskLevel ] [-RiskState ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -58,7 +57,7 @@ Update-MgBetaRiskyAgent -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -802,6 +801,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaRiskyServicePrincipal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaRiskyServicePrincipal.md index 2964d956fe021..2e10f44b711fa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaRiskyServicePrincipal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaRiskyServicePrincipal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetariskyserviceprincipal Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRiskyServicePrincipal --- @@ -31,7 +31,6 @@ Update-MgBetaRiskyServicePrincipal -RiskyServicePrincipalId [-RiskState ] [-ServicePrincipalType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -41,7 +40,7 @@ Update-MgBetaRiskyServicePrincipal -RiskyServicePrincipalId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -55,7 +54,6 @@ Update-MgBetaRiskyServicePrincipal -InputObject [-RiskState ] [-ServicePrincipalType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -65,7 +63,7 @@ Update-MgBetaRiskyServicePrincipal -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -886,6 +884,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaRiskyServicePrincipalHistory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaRiskyServicePrincipalHistory.md index 02ee928c687fd..e1abe859d98e6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaRiskyServicePrincipalHistory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaRiskyServicePrincipalHistory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetariskyserviceprincipalhistory Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRiskyServicePrincipalHistory --- @@ -33,7 +33,6 @@ Update-MgBetaRiskyServicePrincipalHistory -RiskyServicePrincipalHistoryItemId ] [-ServicePrincipalType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -44,7 +43,6 @@ Update-MgBetaRiskyServicePrincipalHistory -RiskyServicePrincipalHistoryItemId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -60,7 +58,6 @@ Update-MgBetaRiskyServicePrincipalHistory -InputObject ] [-ServicePrincipalType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -71,7 +68,6 @@ Update-MgBetaRiskyServicePrincipalHistory -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -990,6 +986,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaRiskyUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaRiskyUser.md index 108f8183eff13..2d866d5148e25 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaRiskyUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaRiskyUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetariskyuser Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRiskyUser --- @@ -30,7 +30,6 @@ Update-MgBetaRiskyUser -RiskyUserId [-ResponseHeadersVariable ] [-UserDisplayName ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -40,7 +39,6 @@ Update-MgBetaRiskyUser -RiskyUserId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -53,7 +51,6 @@ Update-MgBetaRiskyUser -InputObject [-ResponseHeaders [-UserDisplayName ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -63,7 +60,7 @@ Update-MgBetaRiskyUser -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -828,6 +825,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaRiskyUserHistory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaRiskyUserHistory.md index 5b7e2bdef264b..dea0e4ed854f0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaRiskyUserHistory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaRiskyUserHistory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetariskyuserhistory Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRiskyUserHistory --- @@ -31,7 +31,7 @@ Update-MgBetaRiskyUserHistory -RiskyUserHistoryItemId -RiskyUserId ] [-UserId ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -41,7 +41,7 @@ Update-MgBetaRiskyUserHistory -RiskyUserHistoryItemId -RiskyUserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -55,7 +55,7 @@ Update-MgBetaRiskyUserHistory -InputObject [-UserDisplayName ] [-UserId ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -65,7 +65,7 @@ Update-MgBetaRiskyUserHistory -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -935,6 +935,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaServicePrincipalRiskDetection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaServicePrincipalRiskDetection.md index f6da87b8e52d9..2f2c23c814a3e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaServicePrincipalRiskDetection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaServicePrincipalRiskDetection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetaserviceprincipalriskdetection Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaServicePrincipalRiskDetection --- @@ -34,7 +34,6 @@ Update-MgBetaServicePrincipalRiskDetection -ServicePrincipalRiskDetectionId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -44,7 +43,7 @@ Update-MgBetaServicePrincipalRiskDetection -ServicePrincipalRiskDetectionId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -61,7 +60,6 @@ Update-MgBetaServicePrincipalRiskDetection -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -71,7 +69,7 @@ Update-MgBetaServicePrincipalRiskDetection -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1154,6 +1152,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaTenantRelationshipMultiTenantOrganization.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaTenantRelationshipMultiTenantOrganization.md index f6d11b27245d0..550f6564b06db 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaTenantRelationshipMultiTenantOrganization.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaTenantRelationshipMultiTenantOrganization.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetatenantrelationshipmultitenantorganization Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTenantRelationshipMultiTenantOrganization --- @@ -30,7 +30,6 @@ Update-MgBetaTenantRelationshipMultiTenantOrganization [-ResponseHeadersVariable [-Tenants ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -40,7 +39,7 @@ Update-MgBetaTenantRelationshipMultiTenantOrganization -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaTenantRelationshipMultiTenantOrganizationJoinRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaTenantRelationshipMultiTenantOrganizationJoinRequest.md index 9c904c1268031..9f159dda7945e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaTenantRelationshipMultiTenantOrganizationJoinRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaTenantRelationshipMultiTenantOrganizationJoinRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetatenantrelationshipmultitenantorganizationjoinrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTenantRelationshipMultiTenantOrganizationJoinRequest --- @@ -32,7 +32,7 @@ Update-MgBetaTenantRelationshipMultiTenantOrganizationJoinRequest [-TransitionDetails ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -43,7 +43,6 @@ Update-MgBetaTenantRelationshipMultiTenantOrganizationJoinRequest [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaTenantRelationshipMultiTenantOrganizationTenant.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaTenantRelationshipMultiTenantOrganizationTenant.md index 45243bec72a55..1efd1bd3eecb0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaTenantRelationshipMultiTenantOrganizationTenant.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaTenantRelationshipMultiTenantOrganizationTenant.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetatenantrelationshipmultitenantorganizationtenant Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTenantRelationshipMultiTenantOrganizationTenant --- @@ -31,7 +31,7 @@ Update-MgBetaTenantRelationshipMultiTenantOrganizationTenant [-TransitionDetails ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -42,7 +42,7 @@ Update-MgBetaTenantRelationshipMultiTenantOrganizationTenant -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -55,7 +55,7 @@ Update-MgBetaTenantRelationshipMultiTenantOrganizationTenant -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -65,7 +65,7 @@ Update-MgBetaTenantRelationshipMultiTenantOrganizationTenant -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -798,6 +798,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaTrustFramework.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaTrustFramework.md index 69aa17b84788f..12629b3724b40 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaTrustFramework.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaTrustFramework.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetatrustframework Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTrustFramework --- @@ -25,7 +25,6 @@ Update-MgBetaTrustFramework [-ResponseHeadersVariable ] [-AdditionalProp [-Policies ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -35,7 +34,6 @@ Update-MgBetaTrustFramework -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaTrustFrameworkKeySet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaTrustFrameworkKeySet.md index 573fec68b4aa3..3c7e45e7163f7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaTrustFrameworkKeySet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaTrustFrameworkKeySet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetatrustframeworkkeyset Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTrustFrameworkKeySet --- @@ -27,7 +27,7 @@ Update-MgBetaTrustFrameworkKeySet -TrustFrameworkKeySetId [-Keys ] [-KeysV2 ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,7 @@ Update-MgBetaTrustFrameworkKeySet -TrustFrameworkKeySetId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -48,7 +48,7 @@ Update-MgBetaTrustFrameworkKeySet -InputObject [-Keys ] [-KeysV2 ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -58,7 +58,7 @@ Update-MgBetaTrustFrameworkKeySet -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -643,6 +643,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaTrustFrameworkPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaTrustFrameworkPolicy.md index 6e40f31966fd7..e0163ee4cc5aa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaTrustFrameworkPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaTrustFrameworkPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetatrustframeworkpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTrustFrameworkPolicy --- @@ -24,7 +24,7 @@ Update-MgBetaTrustFrameworkPolicy -TrustFrameworkPolicyId [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -34,7 +34,6 @@ Update-MgBetaTrustFrameworkPolicy -TrustFrameworkPolicyId -BodyParamete [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -44,7 +43,7 @@ Update-MgBetaTrustFrameworkPolicy -InputObject [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -54,7 +53,6 @@ Update-MgBetaTrustFrameworkPolicy -InputObject -BodyP [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -502,6 +500,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserAuthenticationEmailMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserAuthenticationEmailMethod.md index 3584056f0b200..11b2971de7b10 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserAuthenticationEmailMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserAuthenticationEmailMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetauserauthenticationemailmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaUserAuthenticationEmailMethod --- @@ -30,7 +30,6 @@ Update-MgBetaUserAuthenticationEmailMethod -EmailAuthenticationMethodId [-LastUsedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -40,7 +39,7 @@ Update-MgBetaUserAuthenticationEmailMethod -EmailAuthenticationMethodId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -52,7 +51,6 @@ Update-MgBetaUserAuthenticationEmailMethod -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -62,7 +60,7 @@ Update-MgBetaUserAuthenticationEmailMethod -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -79,7 +77,7 @@ Self-service operations aren't supported. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-Email.ReadWrite.All, UserAuthMethod-Email.ReadWrite, UserAuthenticationMethod.ReadWrite, | +| Delegated (work or school account) | UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.ReadWrite, UserAuthMethod-Email.ReadWrite, UserAuthMethod-Email.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-Email.ReadWrite.All, | @@ -673,6 +671,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserAuthenticationExternalAuthenticationMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserAuthenticationExternalAuthenticationMethod.md index 38805d008c12c..25311967e5ea4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserAuthenticationExternalAuthenticationMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserAuthenticationExternalAuthenticationMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetauserauthenticationexternalauthenticationmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaUserAuthenticationExternalAuthenticationMethod --- @@ -29,7 +29,6 @@ Update-MgBetaUserAuthenticationExternalAuthenticationMethod -ExternalAuthenticat [-LastUsedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -40,7 +39,6 @@ Update-MgBetaUserAuthenticationExternalAuthenticationMethod -ExternalAuthenticat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -51,7 +49,7 @@ Update-MgBetaUserAuthenticationExternalAuthenticationMethod -InputObject ] [-DisplayName ] [-Id ] [-LastUsedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -61,7 +59,7 @@ Update-MgBetaUserAuthenticationExternalAuthenticationMethod -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -674,6 +672,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserAuthenticationHardwareOathMethodDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserAuthenticationHardwareOathMethodDevice.md index 83f13e4c82f96..a089218074646 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserAuthenticationHardwareOathMethodDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserAuthenticationHardwareOathMethodDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetauserauthenticationhardwareoathmethoddevice Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaUserAuthenticationHardwareOathMethodDevice --- @@ -29,7 +29,6 @@ Update-MgBetaUserAuthenticationHardwareOathMethodDevice -HardwareOathAuthenticat [-TimeIntervalInSeconds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -40,7 +39,6 @@ Update-MgBetaUserAuthenticationHardwareOathMethodDevice -HardwareOathAuthenticat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -55,7 +53,6 @@ Update-MgBetaUserAuthenticationHardwareOathMethodDevice -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -66,7 +63,6 @@ Update-MgBetaUserAuthenticationHardwareOathMethodDevice -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1149,7 +1145,7 @@ Read-only. [Operator ]: customSecurityAttributeComparisonOperator [MaxLifetime ]: String value that indicates the maximum lifetime for key expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. -This property is required when restrictionType is set to keyLifetime. +This property is required when restrictionType is set to asymmetricKeyLifetime. [RestrictForAppsCreatedAfterDateTime ]: Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied. [RestrictionType ]: appKeyCredentialRestrictionType @@ -1184,7 +1180,7 @@ For existing applications, the enforcement date can be retroactively applied. [NonDefaultUriAddition ]: identifierUriRestriction [(Any) ]: This indicates any property can be added to this object. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExcludeAppsReceivingV2Tokens ]: If true, the restriction isn't enforced for applications that are configured to receive V2 tokens in Microsoft Entra ID; else, the restriction isn't enforced for those applications. + [ExcludeAppsReceivingV2Tokens ]: If true, the restriction isn't enforced for applications that are configured to receive V2 tokens in Microsoft Entra ID; else, the restriction is enforced for those applications. [ExcludeSaml ]: If true, the restriction isn't enforced for SAML applications in Microsoft Entra ID; else, the restriction is enforced for those applications. [RestrictForAppsCreatedAfterDateTime ]: Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied. @@ -3416,7 +3412,9 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisioningPolicyId ]: The provisioning policy ID of the Cloud PC. [ProvisioningPolicyName ]: The provisioning policy that is applied during the provisioning of Cloud PCs. [ProvisioningType ]: cloudPcProvisioningType - [ScopeIds ]: + [ScopeIds ]: The scope IDs of the corresponding permission. +Currently, it's the Intune scope tag ID. +Read-only. [ServicePlanId ]: The service plan ID of the Cloud PC. [ServicePlanName ]: The service plan name of the Cloud PC. [ServicePlanType ]: cloudPcServicePlanType @@ -3441,6 +3439,39 @@ Read-only. Read-only. [UserExperienceType ]: cloudPcUserExperienceType [UserPrincipalName ]: The user principal name (UPN) of the user assigned to the Cloud PC. + [CloudPcPools ]: The user's Cloud PC pools. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Assignments ]: The collection of assignments that grant user or service principal identities access to this pool. + [Id ]: The unique identifier for an entity. +Read-only. + [Capabilities ]: cloudPcPoolCapabilityConfiguration + [(Any) ]: This indicates any property can be added to this object. + [CloudPcConfiguration ]: cloudPcConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ImageDisplayName ]: The display name of the image. +Read-only. + [ImageId ]: The unique identifier of the operating system image used for provisioning new Cloud PCs. +The format for a gallery type image is: {publisherNameofferNameskuName}. + [ImageType ]: cloudPcProvisioningPolicyImageType + [OSLocale ]: The operating system locale for the Cloud PC. + [CreatedDateTime ]: The date and time when the pool was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2026 is 2026-01-01T00:00:00Z. +Read-only. + [Description ]: The description of the pool. +The maximum length is 512 characters. + [DisplayName ]: The display name of the pool. +The name is unique across Cloud PC pools in an organization. +The maximum length is 60 characters. + [LastModifiedDateTime ]: The date and time when the pool was last modified. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2026 is 2026-01-01T00:00:00Z. +Read-only. + [NetworkConfiguration ]: cloudPcNetworkConfiguration + [(Any) ]: This indicates any property can be added to this object. [CloudRealtimeCommunicationInfo ]: cloudRealtimeCommunicationInfo [(Any) ]: This indicates any property can be added to this object. [IsSipEnabled ]: Indicates whether the user has a SIP-enabled client registered for them. @@ -3648,7 +3679,7 @@ Read-only. [Activity ]: userActivityType [ContentEntries ]: A collection of content entries to be processed. Each entry contains the content itself and its metadata. -Use conversation metadata for content like prompts and responses and file metadata for files. +Use conversation metadata for content like prompts and responses, file metadata for files, and content activity metadata for enforcement result status entries. Required. [Content ]: contentBase [(Any) ]: This indicates any property can be added to this object. @@ -3948,6 +3979,19 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: + [ExpirationDateTime ]: + [LockType ]: lockType + [Owners ]: + [DisplayName ]: The display name of the identity. +For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -5068,7 +5112,7 @@ Helps organize related content types. Only site collection administrators can seal or unseal content types. [DisplayName ]: The displayable title of the list. [Drive ]: drive - [ItemCount ]: The number of items in the list. + [ItemCount ]: The total count of items in the list. Read-only. [Items ]: All items contained in the list. [List ]: listInfo @@ -5726,8 +5770,9 @@ This property can also be set to any custom string. [(Any) ]: This indicates any property can be added to this object. [ApproverDelegate ]: approverDelegate [(Any) ]: This indicates any property can be added to this object. - [Delegate ]: subjectSet + [Delegate ]: userSet [(Any) ]: This indicates any property can be added to this object. + [IsBackup ]: For a user in an approval stage, this property indicates whether the user is a backup fallback approver. [Schedule ]: requestSchedule [(Any) ]: This indicates any property can be added to this object. [Expiration ]: expirationPattern @@ -5847,7 +5892,8 @@ Requires $select to retrieve. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. - [IsResourceAccount ]: Do not use – reserved for future use. + [IsResourceAccount ]: Do not use. +Reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -6323,7 +6369,10 @@ If true, it shows the task. [IsOnMyDayLastModifiedDate ]: Read-only. The date on which task is added to or removed from MyDay. [LastModifiedBy ]: identitySet - [LastModifiedDateTime ]: + [LastModifiedDateTime ]: Read-only. +Date and time at which this is last modified. +The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z [Messages ]: Read-only. Nullable. Chat messages associated with the task. @@ -6515,7 +6564,7 @@ For the list of possible values, see Microsoft 365 group behaviors and provision The possible value is Team. For more information, see Microsoft 365 group behaviors and provisioning options. Returned by default. -Supports $filter (eq, not, startsWith. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required.Returned by default. Supports $filter (eq, ne, not, in). @@ -6563,6 +6612,7 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [JoinedUsers ]: [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType @@ -7870,6 +7920,10 @@ Read-only. [JoinDateTime ]: The time the attendee joined in UTC. [LeaveDateTime ]: The time the attendee left in UTC. [EmailAddress ]: Email address of the user associated with this attendance record. + [Engagements ]: The list of real-time participant interaction behaviors during a meeting. + [DateTime ]: The UTC date and time when the engagement event occurred, in ISO 8601 format. + [EngagementSubType ]: The specific engagement action within the type (e.g., like, love, applause, laugh, surprised for reactions; raiseHand for hand; cameraOn for camera; unmute, mute for microphone). + [EngagementType ]: meetingEngagementType [ExternalRegistrationInformation ]: virtualEventExternalRegistrationInformation [(Any) ]: This indicates any property can be added to this object. [Referrer ]: A URL or string that represents the location from which the registrant registered. @@ -7918,6 +7972,11 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [AllowTextOnly ]: Indicates whether only text is allowed in the meeting chat. Optional. + [CloudVideoInteropInfo ]: cloudVideoInteropInfo + [(Any) ]: This indicates any property can be added to this object. + [MoreInfoWebUrl ]: + [TenantKey ]: + [VideoTeleconferenceId ]: [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -8192,14 +8251,6 @@ Read-only. Supports $select. Read-only. [AppliedBy ]: userIdentity - [(Any) ]: This indicates any property can be added to this object. - [DisplayName ]: The display name of the identity. -For drive items, the display name might not always be available or up to date. -For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. - [Id ]: Unique identifier for the identity or actor. -For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [AppliedDateTime ]: The timestamp when the approval decision was applied. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -9364,7 +9415,7 @@ Users can control this setting in Office Delve. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [InPlaceArchiveMailboxId ]: + [InPlaceArchiveMailboxId ]: The unique identifier for the user's In-Place Archive mailbox. [PrimaryMailboxId ]: The unique identifier for the user's primary mailbox. [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. @@ -9735,6 +9786,8 @@ Read-only. [EndDateTime ]: dateTimeTimeZone [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. + [IsRegistrationEnabled ]: + [IsRegistrationRequired ]: [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -9772,6 +9825,7 @@ Read-only. [AudioConferencing ]: audioConferencing [ChatInfo ]: chatInfo [ChatRestrictions ]: chatRestrictions + [CloudVideoInteropInfo ]: cloudVideoInteropInfo [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -9794,6 +9848,7 @@ Read-only. [WatermarkProtection ]: watermarkProtectionValues [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [Presenters ]: [Registrations ]: @@ -9847,6 +9902,8 @@ For example, in the access reviews decisions API, this property might record the [RegistrationConfiguration ]: virtualEventWebinarRegistrationConfiguration [(Any) ]: This indicates any property can be added to this object. [Capacity ]: Total capacity of the virtual event. + [IsManualApprovalEnabled ]: Indicates whether registrations require organizer approval before a participant is confirmed. + [IsWaitlistEnabled ]: Indicates whether more registrants are automatically placed on a waitlist when capacity is reached. [Questions ]: Registration questions. [Id ]: The unique identifier for an entity. Read-only. @@ -9856,8 +9913,6 @@ The default value is false. [RegistrationWebUrl ]: Registration URL of the virtual event. [Id ]: The unique identifier for an entity. Read-only. - [IsManualApprovalEnabled ]: - [IsWaitlistEnabled ]: [Registrations ]: Registration records of the webinar. [WindowsInformationProtectionDeviceRegistrations ]: Zero or more WIP device registrations that belong to the user. [Id ]: The unique identifier for an entity. @@ -10187,7 +10242,7 @@ Read-only. [Operator ]: customSecurityAttributeComparisonOperator [MaxLifetime ]: String value that indicates the maximum lifetime for key expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. -This property is required when restrictionType is set to keyLifetime. +This property is required when restrictionType is set to asymmetricKeyLifetime. [RestrictForAppsCreatedAfterDateTime ]: Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied. [RestrictionType ]: appKeyCredentialRestrictionType @@ -10222,7 +10277,7 @@ For existing applications, the enforcement date can be retroactively applied. [NonDefaultUriAddition ]: identifierUriRestriction [(Any) ]: This indicates any property can be added to this object. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExcludeAppsReceivingV2Tokens ]: If true, the restriction isn't enforced for applications that are configured to receive V2 tokens in Microsoft Entra ID; else, the restriction isn't enforced for those applications. + [ExcludeAppsReceivingV2Tokens ]: If true, the restriction isn't enforced for applications that are configured to receive V2 tokens in Microsoft Entra ID; else, the restriction is enforced for those applications. [ExcludeSaml ]: If true, the restriction isn't enforced for SAML applications in Microsoft Entra ID; else, the restriction is enforced for those applications. [RestrictForAppsCreatedAfterDateTime ]: Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied. @@ -12429,7 +12484,9 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisioningPolicyId ]: The provisioning policy ID of the Cloud PC. [ProvisioningPolicyName ]: The provisioning policy that is applied during the provisioning of Cloud PCs. [ProvisioningType ]: cloudPcProvisioningType - [ScopeIds ]: + [ScopeIds ]: The scope IDs of the corresponding permission. +Currently, it's the Intune scope tag ID. +Read-only. [ServicePlanId ]: The service plan ID of the Cloud PC. [ServicePlanName ]: The service plan name of the Cloud PC. [ServicePlanType ]: cloudPcServicePlanType @@ -12454,6 +12511,39 @@ Read-only. Read-only. [UserExperienceType ]: cloudPcUserExperienceType [UserPrincipalName ]: The user principal name (UPN) of the user assigned to the Cloud PC. + [CloudPcPools ]: The user's Cloud PC pools. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Assignments ]: The collection of assignments that grant user or service principal identities access to this pool. + [Id ]: The unique identifier for an entity. +Read-only. + [Capabilities ]: cloudPcPoolCapabilityConfiguration + [(Any) ]: This indicates any property can be added to this object. + [CloudPcConfiguration ]: cloudPcConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ImageDisplayName ]: The display name of the image. +Read-only. + [ImageId ]: The unique identifier of the operating system image used for provisioning new Cloud PCs. +The format for a gallery type image is: {publisherNameofferNameskuName}. + [ImageType ]: cloudPcProvisioningPolicyImageType + [OSLocale ]: The operating system locale for the Cloud PC. + [CreatedDateTime ]: The date and time when the pool was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2026 is 2026-01-01T00:00:00Z. +Read-only. + [Description ]: The description of the pool. +The maximum length is 512 characters. + [DisplayName ]: The display name of the pool. +The name is unique across Cloud PC pools in an organization. +The maximum length is 60 characters. + [LastModifiedDateTime ]: The date and time when the pool was last modified. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2026 is 2026-01-01T00:00:00Z. +Read-only. + [NetworkConfiguration ]: cloudPcNetworkConfiguration + [(Any) ]: This indicates any property can be added to this object. [CloudRealtimeCommunicationInfo ]: cloudRealtimeCommunicationInfo [(Any) ]: This indicates any property can be added to this object. [IsSipEnabled ]: Indicates whether the user has a SIP-enabled client registered for them. @@ -12661,7 +12751,7 @@ Read-only. [Activity ]: userActivityType [ContentEntries ]: A collection of content entries to be processed. Each entry contains the content itself and its metadata. -Use conversation metadata for content like prompts and responses and file metadata for files. +Use conversation metadata for content like prompts and responses, file metadata for files, and content activity metadata for enforcement result status entries. Required. [Content ]: contentBase [(Any) ]: This indicates any property can be added to this object. @@ -12961,6 +13051,19 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: + [ExpirationDateTime ]: + [LockType ]: lockType + [Owners ]: + [DisplayName ]: The display name of the identity. +For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -14081,7 +14184,7 @@ Helps organize related content types. Only site collection administrators can seal or unseal content types. [DisplayName ]: The displayable title of the list. [Drive ]: drive - [ItemCount ]: The number of items in the list. + [ItemCount ]: The total count of items in the list. Read-only. [Items ]: All items contained in the list. [List ]: listInfo @@ -14739,8 +14842,9 @@ This property can also be set to any custom string. [(Any) ]: This indicates any property can be added to this object. [ApproverDelegate ]: approverDelegate [(Any) ]: This indicates any property can be added to this object. - [Delegate ]: subjectSet + [Delegate ]: userSet [(Any) ]: This indicates any property can be added to this object. + [IsBackup ]: For a user in an approval stage, this property indicates whether the user is a backup fallback approver. [Schedule ]: requestSchedule [(Any) ]: This indicates any property can be added to this object. [Expiration ]: expirationPattern @@ -14860,7 +14964,8 @@ Requires $select to retrieve. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. - [IsResourceAccount ]: Do not use – reserved for future use. + [IsResourceAccount ]: Do not use. +Reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -15336,7 +15441,10 @@ If true, it shows the task. [IsOnMyDayLastModifiedDate ]: Read-only. The date on which task is added to or removed from MyDay. [LastModifiedBy ]: identitySet - [LastModifiedDateTime ]: + [LastModifiedDateTime ]: Read-only. +Date and time at which this is last modified. +The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z [Messages ]: Read-only. Nullable. Chat messages associated with the task. @@ -15528,7 +15636,7 @@ For the list of possible values, see Microsoft 365 group behaviors and provision The possible value is Team. For more information, see Microsoft 365 group behaviors and provisioning options. Returned by default. -Supports $filter (eq, not, startsWith. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required.Returned by default. Supports $filter (eq, ne, not, in). @@ -15576,6 +15684,7 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [JoinedUsers ]: [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType @@ -16883,6 +16992,10 @@ Read-only. [JoinDateTime ]: The time the attendee joined in UTC. [LeaveDateTime ]: The time the attendee left in UTC. [EmailAddress ]: Email address of the user associated with this attendance record. + [Engagements ]: The list of real-time participant interaction behaviors during a meeting. + [DateTime ]: The UTC date and time when the engagement event occurred, in ISO 8601 format. + [EngagementSubType ]: The specific engagement action within the type (e.g., like, love, applause, laugh, surprised for reactions; raiseHand for hand; cameraOn for camera; unmute, mute for microphone). + [EngagementType ]: meetingEngagementType [ExternalRegistrationInformation ]: virtualEventExternalRegistrationInformation [(Any) ]: This indicates any property can be added to this object. [Referrer ]: A URL or string that represents the location from which the registrant registered. @@ -16931,6 +17044,11 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [AllowTextOnly ]: Indicates whether only text is allowed in the meeting chat. Optional. + [CloudVideoInteropInfo ]: cloudVideoInteropInfo + [(Any) ]: This indicates any property can be added to this object. + [MoreInfoWebUrl ]: + [TenantKey ]: + [VideoTeleconferenceId ]: [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -17205,14 +17323,6 @@ Read-only. Supports $select. Read-only. [AppliedBy ]: userIdentity - [(Any) ]: This indicates any property can be added to this object. - [DisplayName ]: The display name of the identity. -For drive items, the display name might not always be available or up to date. -For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. - [Id ]: Unique identifier for the identity or actor. -For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [AppliedDateTime ]: The timestamp when the approval decision was applied. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -18377,7 +18487,7 @@ Users can control this setting in Office Delve. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [InPlaceArchiveMailboxId ]: + [InPlaceArchiveMailboxId ]: The unique identifier for the user's In-Place Archive mailbox. [PrimaryMailboxId ]: The unique identifier for the user's primary mailbox. [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. @@ -18748,6 +18858,8 @@ Read-only. [EndDateTime ]: dateTimeTimeZone [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. + [IsRegistrationEnabled ]: + [IsRegistrationRequired ]: [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -18785,6 +18897,7 @@ Read-only. [AudioConferencing ]: audioConferencing [ChatInfo ]: chatInfo [ChatRestrictions ]: chatRestrictions + [CloudVideoInteropInfo ]: cloudVideoInteropInfo [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -18807,6 +18920,7 @@ Read-only. [WatermarkProtection ]: watermarkProtectionValues [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [Presenters ]: [Registrations ]: @@ -18860,6 +18974,8 @@ For example, in the access reviews decisions API, this property might record the [RegistrationConfiguration ]: virtualEventWebinarRegistrationConfiguration [(Any) ]: This indicates any property can be added to this object. [Capacity ]: Total capacity of the virtual event. + [IsManualApprovalEnabled ]: Indicates whether registrations require organizer approval before a participant is confirmed. + [IsWaitlistEnabled ]: Indicates whether more registrants are automatically placed on a waitlist when capacity is reached. [Questions ]: Registration questions. [Id ]: The unique identifier for an entity. Read-only. @@ -18869,8 +18985,6 @@ The default value is false. [RegistrationWebUrl ]: Registration URL of the virtual event. [Id ]: The unique identifier for an entity. Read-only. - [IsManualApprovalEnabled ]: - [IsWaitlistEnabled ]: [Registrations ]: Registration records of the webinar. [WindowsInformationProtectionDeviceRegistrations ]: Zero or more WIP device registrations that belong to the user. [Id ]: The unique identifier for an entity. @@ -19218,7 +19332,7 @@ Read-only. [Operator ]: customSecurityAttributeComparisonOperator [MaxLifetime ]: String value that indicates the maximum lifetime for key expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. -This property is required when restrictionType is set to keyLifetime. +This property is required when restrictionType is set to asymmetricKeyLifetime. [RestrictForAppsCreatedAfterDateTime ]: Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied. [RestrictionType ]: appKeyCredentialRestrictionType @@ -19253,7 +19367,7 @@ For existing applications, the enforcement date can be retroactively applied. [NonDefaultUriAddition ]: identifierUriRestriction [(Any) ]: This indicates any property can be added to this object. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExcludeAppsReceivingV2Tokens ]: If true, the restriction isn't enforced for applications that are configured to receive V2 tokens in Microsoft Entra ID; else, the restriction isn't enforced for those applications. + [ExcludeAppsReceivingV2Tokens ]: If true, the restriction isn't enforced for applications that are configured to receive V2 tokens in Microsoft Entra ID; else, the restriction is enforced for those applications. [ExcludeSaml ]: If true, the restriction isn't enforced for SAML applications in Microsoft Entra ID; else, the restriction is enforced for those applications. [RestrictForAppsCreatedAfterDateTime ]: Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied. @@ -21460,7 +21574,9 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisioningPolicyId ]: The provisioning policy ID of the Cloud PC. [ProvisioningPolicyName ]: The provisioning policy that is applied during the provisioning of Cloud PCs. [ProvisioningType ]: cloudPcProvisioningType - [ScopeIds ]: + [ScopeIds ]: The scope IDs of the corresponding permission. +Currently, it's the Intune scope tag ID. +Read-only. [ServicePlanId ]: The service plan ID of the Cloud PC. [ServicePlanName ]: The service plan name of the Cloud PC. [ServicePlanType ]: cloudPcServicePlanType @@ -21485,6 +21601,39 @@ Read-only. Read-only. [UserExperienceType ]: cloudPcUserExperienceType [UserPrincipalName ]: The user principal name (UPN) of the user assigned to the Cloud PC. + [CloudPcPools ]: The user's Cloud PC pools. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Assignments ]: The collection of assignments that grant user or service principal identities access to this pool. + [Id ]: The unique identifier for an entity. +Read-only. + [Capabilities ]: cloudPcPoolCapabilityConfiguration + [(Any) ]: This indicates any property can be added to this object. + [CloudPcConfiguration ]: cloudPcConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ImageDisplayName ]: The display name of the image. +Read-only. + [ImageId ]: The unique identifier of the operating system image used for provisioning new Cloud PCs. +The format for a gallery type image is: {publisherNameofferNameskuName}. + [ImageType ]: cloudPcProvisioningPolicyImageType + [OSLocale ]: The operating system locale for the Cloud PC. + [CreatedDateTime ]: The date and time when the pool was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2026 is 2026-01-01T00:00:00Z. +Read-only. + [Description ]: The description of the pool. +The maximum length is 512 characters. + [DisplayName ]: The display name of the pool. +The name is unique across Cloud PC pools in an organization. +The maximum length is 60 characters. + [LastModifiedDateTime ]: The date and time when the pool was last modified. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2026 is 2026-01-01T00:00:00Z. +Read-only. + [NetworkConfiguration ]: cloudPcNetworkConfiguration + [(Any) ]: This indicates any property can be added to this object. [CloudRealtimeCommunicationInfo ]: cloudRealtimeCommunicationInfo [(Any) ]: This indicates any property can be added to this object. [IsSipEnabled ]: Indicates whether the user has a SIP-enabled client registered for them. @@ -21692,7 +21841,7 @@ Read-only. [Activity ]: userActivityType [ContentEntries ]: A collection of content entries to be processed. Each entry contains the content itself and its metadata. -Use conversation metadata for content like prompts and responses and file metadata for files. +Use conversation metadata for content like prompts and responses, file metadata for files, and content activity metadata for enforcement result status entries. Required. [Content ]: contentBase [(Any) ]: This indicates any property can be added to this object. @@ -21992,6 +22141,19 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: + [ExpirationDateTime ]: + [LockType ]: lockType + [Owners ]: + [DisplayName ]: The display name of the identity. +For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -23112,7 +23274,7 @@ Helps organize related content types. Only site collection administrators can seal or unseal content types. [DisplayName ]: The displayable title of the list. [Drive ]: drive - [ItemCount ]: The number of items in the list. + [ItemCount ]: The total count of items in the list. Read-only. [Items ]: All items contained in the list. [List ]: listInfo @@ -23770,8 +23932,9 @@ This property can also be set to any custom string. [(Any) ]: This indicates any property can be added to this object. [ApproverDelegate ]: approverDelegate [(Any) ]: This indicates any property can be added to this object. - [Delegate ]: subjectSet + [Delegate ]: userSet [(Any) ]: This indicates any property can be added to this object. + [IsBackup ]: For a user in an approval stage, this property indicates whether the user is a backup fallback approver. [Schedule ]: requestSchedule [(Any) ]: This indicates any property can be added to this object. [Expiration ]: expirationPattern @@ -23891,7 +24054,8 @@ Requires $select to retrieve. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. - [IsResourceAccount ]: Do not use – reserved for future use. + [IsResourceAccount ]: Do not use. +Reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -24367,7 +24531,10 @@ If true, it shows the task. [IsOnMyDayLastModifiedDate ]: Read-only. The date on which task is added to or removed from MyDay. [LastModifiedBy ]: identitySet - [LastModifiedDateTime ]: + [LastModifiedDateTime ]: Read-only. +Date and time at which this is last modified. +The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z [Messages ]: Read-only. Nullable. Chat messages associated with the task. @@ -24559,7 +24726,7 @@ For the list of possible values, see Microsoft 365 group behaviors and provision The possible value is Team. For more information, see Microsoft 365 group behaviors and provisioning options. Returned by default. -Supports $filter (eq, not, startsWith. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required.Returned by default. Supports $filter (eq, ne, not, in). @@ -24607,6 +24774,7 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [JoinedUsers ]: [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType @@ -25914,6 +26082,10 @@ Read-only. [JoinDateTime ]: The time the attendee joined in UTC. [LeaveDateTime ]: The time the attendee left in UTC. [EmailAddress ]: Email address of the user associated with this attendance record. + [Engagements ]: The list of real-time participant interaction behaviors during a meeting. + [DateTime ]: The UTC date and time when the engagement event occurred, in ISO 8601 format. + [EngagementSubType ]: The specific engagement action within the type (e.g., like, love, applause, laugh, surprised for reactions; raiseHand for hand; cameraOn for camera; unmute, mute for microphone). + [EngagementType ]: meetingEngagementType [ExternalRegistrationInformation ]: virtualEventExternalRegistrationInformation [(Any) ]: This indicates any property can be added to this object. [Referrer ]: A URL or string that represents the location from which the registrant registered. @@ -25962,6 +26134,11 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [AllowTextOnly ]: Indicates whether only text is allowed in the meeting chat. Optional. + [CloudVideoInteropInfo ]: cloudVideoInteropInfo + [(Any) ]: This indicates any property can be added to this object. + [MoreInfoWebUrl ]: + [TenantKey ]: + [VideoTeleconferenceId ]: [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -26236,14 +26413,6 @@ Read-only. Supports $select. Read-only. [AppliedBy ]: userIdentity - [(Any) ]: This indicates any property can be added to this object. - [DisplayName ]: The display name of the identity. -For drive items, the display name might not always be available or up to date. -For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. - [Id ]: Unique identifier for the identity or actor. -For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [AppliedDateTime ]: The timestamp when the approval decision was applied. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -27408,7 +27577,7 @@ Users can control this setting in Office Delve. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [InPlaceArchiveMailboxId ]: + [InPlaceArchiveMailboxId ]: The unique identifier for the user's In-Place Archive mailbox. [PrimaryMailboxId ]: The unique identifier for the user's primary mailbox. [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. @@ -27779,6 +27948,8 @@ Read-only. [EndDateTime ]: dateTimeTimeZone [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. + [IsRegistrationEnabled ]: + [IsRegistrationRequired ]: [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -27816,6 +27987,7 @@ Read-only. [AudioConferencing ]: audioConferencing [ChatInfo ]: chatInfo [ChatRestrictions ]: chatRestrictions + [CloudVideoInteropInfo ]: cloudVideoInteropInfo [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -27838,6 +28010,7 @@ Read-only. [WatermarkProtection ]: watermarkProtectionValues [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [Presenters ]: [Registrations ]: @@ -27891,6 +28064,8 @@ For example, in the access reviews decisions API, this property might record the [RegistrationConfiguration ]: virtualEventWebinarRegistrationConfiguration [(Any) ]: This indicates any property can be added to this object. [Capacity ]: Total capacity of the virtual event. + [IsManualApprovalEnabled ]: Indicates whether registrations require organizer approval before a participant is confirmed. + [IsWaitlistEnabled ]: Indicates whether more registrants are automatically placed on a waitlist when capacity is reached. [Questions ]: Registration questions. [Id ]: The unique identifier for an entity. Read-only. @@ -27900,8 +28075,6 @@ The default value is false. [RegistrationWebUrl ]: Registration URL of the virtual event. [Id ]: The unique identifier for an entity. Read-only. - [IsManualApprovalEnabled ]: - [IsWaitlistEnabled ]: [Registrations ]: Registration records of the webinar. [WindowsInformationProtectionDeviceRegistrations ]: Zero or more WIP device registrations that belong to the user. [Id ]: The unique identifier for an entity. @@ -27982,6 +28155,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserAuthenticationHardwareOathMethodDeviceAssignToMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserAuthenticationHardwareOathMethodDeviceAssignToMailboxSetting.md index 198f065b6199e..aebc9c72a183f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserAuthenticationHardwareOathMethodDeviceAssignToMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserAuthenticationHardwareOathMethodDeviceAssignToMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetauserauthenticationhardwareoathmethoddeviceassigntomailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaUserAuthenticationHardwareOathMethodDeviceAssignToMailboxSetting --- @@ -29,7 +29,6 @@ Update-MgBetaUserAuthenticationHardwareOathMethodDeviceAssignToMailboxSetting [-WorkingHours ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -40,7 +39,7 @@ Update-MgBetaUserAuthenticationHardwareOathMethodDeviceAssignToMailboxSetting -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -55,7 +54,6 @@ Update-MgBetaUserAuthenticationHardwareOathMethodDeviceAssignToMailboxSetting [-WorkingHours ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -66,7 +64,6 @@ Update-MgBetaUserAuthenticationHardwareOathMethodDeviceAssignToMailboxSetting [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -841,6 +838,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDevice.md index 79da6e4a5371e..3ed07ac30fb7e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetauserauthenticationhardwareoathmethoddevicehardwareoathdevice Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDevice --- @@ -31,7 +31,6 @@ Update-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDevice [-TimeIntervalInSeconds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -44,7 +43,6 @@ Update-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDevice [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -60,7 +58,6 @@ Update-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDevice [-TimeIntervalInSeconds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -72,7 +69,6 @@ Update-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDevice [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1182,7 +1178,7 @@ Read-only. [Operator ]: customSecurityAttributeComparisonOperator [MaxLifetime ]: String value that indicates the maximum lifetime for key expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. -This property is required when restrictionType is set to keyLifetime. +This property is required when restrictionType is set to asymmetricKeyLifetime. [RestrictForAppsCreatedAfterDateTime ]: Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied. [RestrictionType ]: appKeyCredentialRestrictionType @@ -1217,7 +1213,7 @@ For existing applications, the enforcement date can be retroactively applied. [NonDefaultUriAddition ]: identifierUriRestriction [(Any) ]: This indicates any property can be added to this object. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExcludeAppsReceivingV2Tokens ]: If true, the restriction isn't enforced for applications that are configured to receive V2 tokens in Microsoft Entra ID; else, the restriction isn't enforced for those applications. + [ExcludeAppsReceivingV2Tokens ]: If true, the restriction isn't enforced for applications that are configured to receive V2 tokens in Microsoft Entra ID; else, the restriction is enforced for those applications. [ExcludeSaml ]: If true, the restriction isn't enforced for SAML applications in Microsoft Entra ID; else, the restriction is enforced for those applications. [RestrictForAppsCreatedAfterDateTime ]: Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied. @@ -3449,7 +3445,9 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisioningPolicyId ]: The provisioning policy ID of the Cloud PC. [ProvisioningPolicyName ]: The provisioning policy that is applied during the provisioning of Cloud PCs. [ProvisioningType ]: cloudPcProvisioningType - [ScopeIds ]: + [ScopeIds ]: The scope IDs of the corresponding permission. +Currently, it's the Intune scope tag ID. +Read-only. [ServicePlanId ]: The service plan ID of the Cloud PC. [ServicePlanName ]: The service plan name of the Cloud PC. [ServicePlanType ]: cloudPcServicePlanType @@ -3474,6 +3472,39 @@ Read-only. Read-only. [UserExperienceType ]: cloudPcUserExperienceType [UserPrincipalName ]: The user principal name (UPN) of the user assigned to the Cloud PC. + [CloudPcPools ]: The user's Cloud PC pools. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Assignments ]: The collection of assignments that grant user or service principal identities access to this pool. + [Id ]: The unique identifier for an entity. +Read-only. + [Capabilities ]: cloudPcPoolCapabilityConfiguration + [(Any) ]: This indicates any property can be added to this object. + [CloudPcConfiguration ]: cloudPcConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ImageDisplayName ]: The display name of the image. +Read-only. + [ImageId ]: The unique identifier of the operating system image used for provisioning new Cloud PCs. +The format for a gallery type image is: {publisherNameofferNameskuName}. + [ImageType ]: cloudPcProvisioningPolicyImageType + [OSLocale ]: The operating system locale for the Cloud PC. + [CreatedDateTime ]: The date and time when the pool was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2026 is 2026-01-01T00:00:00Z. +Read-only. + [Description ]: The description of the pool. +The maximum length is 512 characters. + [DisplayName ]: The display name of the pool. +The name is unique across Cloud PC pools in an organization. +The maximum length is 60 characters. + [LastModifiedDateTime ]: The date and time when the pool was last modified. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2026 is 2026-01-01T00:00:00Z. +Read-only. + [NetworkConfiguration ]: cloudPcNetworkConfiguration + [(Any) ]: This indicates any property can be added to this object. [CloudRealtimeCommunicationInfo ]: cloudRealtimeCommunicationInfo [(Any) ]: This indicates any property can be added to this object. [IsSipEnabled ]: Indicates whether the user has a SIP-enabled client registered for them. @@ -3681,7 +3712,7 @@ Read-only. [Activity ]: userActivityType [ContentEntries ]: A collection of content entries to be processed. Each entry contains the content itself and its metadata. -Use conversation metadata for content like prompts and responses and file metadata for files. +Use conversation metadata for content like prompts and responses, file metadata for files, and content activity metadata for enforcement result status entries. Required. [Content ]: contentBase [(Any) ]: This indicates any property can be added to this object. @@ -3981,6 +4012,19 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: + [ExpirationDateTime ]: + [LockType ]: lockType + [Owners ]: + [DisplayName ]: The display name of the identity. +For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -5101,7 +5145,7 @@ Helps organize related content types. Only site collection administrators can seal or unseal content types. [DisplayName ]: The displayable title of the list. [Drive ]: drive - [ItemCount ]: The number of items in the list. + [ItemCount ]: The total count of items in the list. Read-only. [Items ]: All items contained in the list. [List ]: listInfo @@ -5759,8 +5803,9 @@ This property can also be set to any custom string. [(Any) ]: This indicates any property can be added to this object. [ApproverDelegate ]: approverDelegate [(Any) ]: This indicates any property can be added to this object. - [Delegate ]: subjectSet + [Delegate ]: userSet [(Any) ]: This indicates any property can be added to this object. + [IsBackup ]: For a user in an approval stage, this property indicates whether the user is a backup fallback approver. [Schedule ]: requestSchedule [(Any) ]: This indicates any property can be added to this object. [Expiration ]: expirationPattern @@ -5880,7 +5925,8 @@ Requires $select to retrieve. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. - [IsResourceAccount ]: Do not use – reserved for future use. + [IsResourceAccount ]: Do not use. +Reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -6356,7 +6402,10 @@ If true, it shows the task. [IsOnMyDayLastModifiedDate ]: Read-only. The date on which task is added to or removed from MyDay. [LastModifiedBy ]: identitySet - [LastModifiedDateTime ]: + [LastModifiedDateTime ]: Read-only. +Date and time at which this is last modified. +The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z [Messages ]: Read-only. Nullable. Chat messages associated with the task. @@ -6548,7 +6597,7 @@ For the list of possible values, see Microsoft 365 group behaviors and provision The possible value is Team. For more information, see Microsoft 365 group behaviors and provisioning options. Returned by default. -Supports $filter (eq, not, startsWith. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required.Returned by default. Supports $filter (eq, ne, not, in). @@ -6596,6 +6645,7 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [JoinedUsers ]: [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType @@ -7903,6 +7953,10 @@ Read-only. [JoinDateTime ]: The time the attendee joined in UTC. [LeaveDateTime ]: The time the attendee left in UTC. [EmailAddress ]: Email address of the user associated with this attendance record. + [Engagements ]: The list of real-time participant interaction behaviors during a meeting. + [DateTime ]: The UTC date and time when the engagement event occurred, in ISO 8601 format. + [EngagementSubType ]: The specific engagement action within the type (e.g., like, love, applause, laugh, surprised for reactions; raiseHand for hand; cameraOn for camera; unmute, mute for microphone). + [EngagementType ]: meetingEngagementType [ExternalRegistrationInformation ]: virtualEventExternalRegistrationInformation [(Any) ]: This indicates any property can be added to this object. [Referrer ]: A URL or string that represents the location from which the registrant registered. @@ -7951,6 +8005,11 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [AllowTextOnly ]: Indicates whether only text is allowed in the meeting chat. Optional. + [CloudVideoInteropInfo ]: cloudVideoInteropInfo + [(Any) ]: This indicates any property can be added to this object. + [MoreInfoWebUrl ]: + [TenantKey ]: + [VideoTeleconferenceId ]: [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -8225,14 +8284,6 @@ Read-only. Supports $select. Read-only. [AppliedBy ]: userIdentity - [(Any) ]: This indicates any property can be added to this object. - [DisplayName ]: The display name of the identity. -For drive items, the display name might not always be available or up to date. -For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. - [Id ]: Unique identifier for the identity or actor. -For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [AppliedDateTime ]: The timestamp when the approval decision was applied. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -9397,7 +9448,7 @@ Users can control this setting in Office Delve. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [InPlaceArchiveMailboxId ]: + [InPlaceArchiveMailboxId ]: The unique identifier for the user's In-Place Archive mailbox. [PrimaryMailboxId ]: The unique identifier for the user's primary mailbox. [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. @@ -9768,6 +9819,8 @@ Read-only. [EndDateTime ]: dateTimeTimeZone [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. + [IsRegistrationEnabled ]: + [IsRegistrationRequired ]: [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -9805,6 +9858,7 @@ Read-only. [AudioConferencing ]: audioConferencing [ChatInfo ]: chatInfo [ChatRestrictions ]: chatRestrictions + [CloudVideoInteropInfo ]: cloudVideoInteropInfo [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -9827,6 +9881,7 @@ Read-only. [WatermarkProtection ]: watermarkProtectionValues [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [Presenters ]: [Registrations ]: @@ -9880,6 +9935,8 @@ For example, in the access reviews decisions API, this property might record the [RegistrationConfiguration ]: virtualEventWebinarRegistrationConfiguration [(Any) ]: This indicates any property can be added to this object. [Capacity ]: Total capacity of the virtual event. + [IsManualApprovalEnabled ]: Indicates whether registrations require organizer approval before a participant is confirmed. + [IsWaitlistEnabled ]: Indicates whether more registrants are automatically placed on a waitlist when capacity is reached. [Questions ]: Registration questions. [Id ]: The unique identifier for an entity. Read-only. @@ -9889,8 +9946,6 @@ The default value is false. [RegistrationWebUrl ]: Registration URL of the virtual event. [Id ]: The unique identifier for an entity. Read-only. - [IsManualApprovalEnabled ]: - [IsWaitlistEnabled ]: [Registrations ]: Registration records of the webinar. [WindowsInformationProtectionDeviceRegistrations ]: Zero or more WIP device registrations that belong to the user. [Id ]: The unique identifier for an entity. @@ -10220,7 +10275,7 @@ Read-only. [Operator ]: customSecurityAttributeComparisonOperator [MaxLifetime ]: String value that indicates the maximum lifetime for key expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. -This property is required when restrictionType is set to keyLifetime. +This property is required when restrictionType is set to asymmetricKeyLifetime. [RestrictForAppsCreatedAfterDateTime ]: Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied. [RestrictionType ]: appKeyCredentialRestrictionType @@ -10255,7 +10310,7 @@ For existing applications, the enforcement date can be retroactively applied. [NonDefaultUriAddition ]: identifierUriRestriction [(Any) ]: This indicates any property can be added to this object. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExcludeAppsReceivingV2Tokens ]: If true, the restriction isn't enforced for applications that are configured to receive V2 tokens in Microsoft Entra ID; else, the restriction isn't enforced for those applications. + [ExcludeAppsReceivingV2Tokens ]: If true, the restriction isn't enforced for applications that are configured to receive V2 tokens in Microsoft Entra ID; else, the restriction is enforced for those applications. [ExcludeSaml ]: If true, the restriction isn't enforced for SAML applications in Microsoft Entra ID; else, the restriction is enforced for those applications. [RestrictForAppsCreatedAfterDateTime ]: Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied. @@ -12462,7 +12517,9 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisioningPolicyId ]: The provisioning policy ID of the Cloud PC. [ProvisioningPolicyName ]: The provisioning policy that is applied during the provisioning of Cloud PCs. [ProvisioningType ]: cloudPcProvisioningType - [ScopeIds ]: + [ScopeIds ]: The scope IDs of the corresponding permission. +Currently, it's the Intune scope tag ID. +Read-only. [ServicePlanId ]: The service plan ID of the Cloud PC. [ServicePlanName ]: The service plan name of the Cloud PC. [ServicePlanType ]: cloudPcServicePlanType @@ -12487,6 +12544,39 @@ Read-only. Read-only. [UserExperienceType ]: cloudPcUserExperienceType [UserPrincipalName ]: The user principal name (UPN) of the user assigned to the Cloud PC. + [CloudPcPools ]: The user's Cloud PC pools. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Assignments ]: The collection of assignments that grant user or service principal identities access to this pool. + [Id ]: The unique identifier for an entity. +Read-only. + [Capabilities ]: cloudPcPoolCapabilityConfiguration + [(Any) ]: This indicates any property can be added to this object. + [CloudPcConfiguration ]: cloudPcConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ImageDisplayName ]: The display name of the image. +Read-only. + [ImageId ]: The unique identifier of the operating system image used for provisioning new Cloud PCs. +The format for a gallery type image is: {publisherNameofferNameskuName}. + [ImageType ]: cloudPcProvisioningPolicyImageType + [OSLocale ]: The operating system locale for the Cloud PC. + [CreatedDateTime ]: The date and time when the pool was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2026 is 2026-01-01T00:00:00Z. +Read-only. + [Description ]: The description of the pool. +The maximum length is 512 characters. + [DisplayName ]: The display name of the pool. +The name is unique across Cloud PC pools in an organization. +The maximum length is 60 characters. + [LastModifiedDateTime ]: The date and time when the pool was last modified. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2026 is 2026-01-01T00:00:00Z. +Read-only. + [NetworkConfiguration ]: cloudPcNetworkConfiguration + [(Any) ]: This indicates any property can be added to this object. [CloudRealtimeCommunicationInfo ]: cloudRealtimeCommunicationInfo [(Any) ]: This indicates any property can be added to this object. [IsSipEnabled ]: Indicates whether the user has a SIP-enabled client registered for them. @@ -12694,7 +12784,7 @@ Read-only. [Activity ]: userActivityType [ContentEntries ]: A collection of content entries to be processed. Each entry contains the content itself and its metadata. -Use conversation metadata for content like prompts and responses and file metadata for files. +Use conversation metadata for content like prompts and responses, file metadata for files, and content activity metadata for enforcement result status entries. Required. [Content ]: contentBase [(Any) ]: This indicates any property can be added to this object. @@ -12994,6 +13084,19 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: + [ExpirationDateTime ]: + [LockType ]: lockType + [Owners ]: + [DisplayName ]: The display name of the identity. +For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -14114,7 +14217,7 @@ Helps organize related content types. Only site collection administrators can seal or unseal content types. [DisplayName ]: The displayable title of the list. [Drive ]: drive - [ItemCount ]: The number of items in the list. + [ItemCount ]: The total count of items in the list. Read-only. [Items ]: All items contained in the list. [List ]: listInfo @@ -14772,8 +14875,9 @@ This property can also be set to any custom string. [(Any) ]: This indicates any property can be added to this object. [ApproverDelegate ]: approverDelegate [(Any) ]: This indicates any property can be added to this object. - [Delegate ]: subjectSet + [Delegate ]: userSet [(Any) ]: This indicates any property can be added to this object. + [IsBackup ]: For a user in an approval stage, this property indicates whether the user is a backup fallback approver. [Schedule ]: requestSchedule [(Any) ]: This indicates any property can be added to this object. [Expiration ]: expirationPattern @@ -14893,7 +14997,8 @@ Requires $select to retrieve. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. - [IsResourceAccount ]: Do not use – reserved for future use. + [IsResourceAccount ]: Do not use. +Reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -15369,7 +15474,10 @@ If true, it shows the task. [IsOnMyDayLastModifiedDate ]: Read-only. The date on which task is added to or removed from MyDay. [LastModifiedBy ]: identitySet - [LastModifiedDateTime ]: + [LastModifiedDateTime ]: Read-only. +Date and time at which this is last modified. +The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z [Messages ]: Read-only. Nullable. Chat messages associated with the task. @@ -15561,7 +15669,7 @@ For the list of possible values, see Microsoft 365 group behaviors and provision The possible value is Team. For more information, see Microsoft 365 group behaviors and provisioning options. Returned by default. -Supports $filter (eq, not, startsWith. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required.Returned by default. Supports $filter (eq, ne, not, in). @@ -15609,6 +15717,7 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [JoinedUsers ]: [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType @@ -16916,6 +17025,10 @@ Read-only. [JoinDateTime ]: The time the attendee joined in UTC. [LeaveDateTime ]: The time the attendee left in UTC. [EmailAddress ]: Email address of the user associated with this attendance record. + [Engagements ]: The list of real-time participant interaction behaviors during a meeting. + [DateTime ]: The UTC date and time when the engagement event occurred, in ISO 8601 format. + [EngagementSubType ]: The specific engagement action within the type (e.g., like, love, applause, laugh, surprised for reactions; raiseHand for hand; cameraOn for camera; unmute, mute for microphone). + [EngagementType ]: meetingEngagementType [ExternalRegistrationInformation ]: virtualEventExternalRegistrationInformation [(Any) ]: This indicates any property can be added to this object. [Referrer ]: A URL or string that represents the location from which the registrant registered. @@ -16964,6 +17077,11 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [AllowTextOnly ]: Indicates whether only text is allowed in the meeting chat. Optional. + [CloudVideoInteropInfo ]: cloudVideoInteropInfo + [(Any) ]: This indicates any property can be added to this object. + [MoreInfoWebUrl ]: + [TenantKey ]: + [VideoTeleconferenceId ]: [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -17238,14 +17356,6 @@ Read-only. Supports $select. Read-only. [AppliedBy ]: userIdentity - [(Any) ]: This indicates any property can be added to this object. - [DisplayName ]: The display name of the identity. -For drive items, the display name might not always be available or up to date. -For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. - [Id ]: Unique identifier for the identity or actor. -For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [AppliedDateTime ]: The timestamp when the approval decision was applied. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -18410,7 +18520,7 @@ Users can control this setting in Office Delve. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [InPlaceArchiveMailboxId ]: + [InPlaceArchiveMailboxId ]: The unique identifier for the user's In-Place Archive mailbox. [PrimaryMailboxId ]: The unique identifier for the user's primary mailbox. [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. @@ -18781,6 +18891,8 @@ Read-only. [EndDateTime ]: dateTimeTimeZone [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. + [IsRegistrationEnabled ]: + [IsRegistrationRequired ]: [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -18818,6 +18930,7 @@ Read-only. [AudioConferencing ]: audioConferencing [ChatInfo ]: chatInfo [ChatRestrictions ]: chatRestrictions + [CloudVideoInteropInfo ]: cloudVideoInteropInfo [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -18840,6 +18953,7 @@ Read-only. [WatermarkProtection ]: watermarkProtectionValues [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [Presenters ]: [Registrations ]: @@ -18893,6 +19007,8 @@ For example, in the access reviews decisions API, this property might record the [RegistrationConfiguration ]: virtualEventWebinarRegistrationConfiguration [(Any) ]: This indicates any property can be added to this object. [Capacity ]: Total capacity of the virtual event. + [IsManualApprovalEnabled ]: Indicates whether registrations require organizer approval before a participant is confirmed. + [IsWaitlistEnabled ]: Indicates whether more registrants are automatically placed on a waitlist when capacity is reached. [Questions ]: Registration questions. [Id ]: The unique identifier for an entity. Read-only. @@ -18902,8 +19018,6 @@ The default value is false. [RegistrationWebUrl ]: Registration URL of the virtual event. [Id ]: The unique identifier for an entity. Read-only. - [IsManualApprovalEnabled ]: - [IsWaitlistEnabled ]: [Registrations ]: Registration records of the webinar. [WindowsInformationProtectionDeviceRegistrations ]: Zero or more WIP device registrations that belong to the user. [Id ]: The unique identifier for an entity. @@ -19251,7 +19365,7 @@ Read-only. [Operator ]: customSecurityAttributeComparisonOperator [MaxLifetime ]: String value that indicates the maximum lifetime for key expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. -This property is required when restrictionType is set to keyLifetime. +This property is required when restrictionType is set to asymmetricKeyLifetime. [RestrictForAppsCreatedAfterDateTime ]: Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied. [RestrictionType ]: appKeyCredentialRestrictionType @@ -19286,7 +19400,7 @@ For existing applications, the enforcement date can be retroactively applied. [NonDefaultUriAddition ]: identifierUriRestriction [(Any) ]: This indicates any property can be added to this object. [ExcludeActors ]: appManagementPolicyActorExemptions - [ExcludeAppsReceivingV2Tokens ]: If true, the restriction isn't enforced for applications that are configured to receive V2 tokens in Microsoft Entra ID; else, the restriction isn't enforced for those applications. + [ExcludeAppsReceivingV2Tokens ]: If true, the restriction isn't enforced for applications that are configured to receive V2 tokens in Microsoft Entra ID; else, the restriction is enforced for those applications. [ExcludeSaml ]: If true, the restriction isn't enforced for SAML applications in Microsoft Entra ID; else, the restriction is enforced for those applications. [RestrictForAppsCreatedAfterDateTime ]: Specifies the date from which the policy restriction applies to newly created applications. For existing applications, the enforcement date can be retroactively applied. @@ -21493,7 +21607,9 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [ProvisioningPolicyId ]: The provisioning policy ID of the Cloud PC. [ProvisioningPolicyName ]: The provisioning policy that is applied during the provisioning of Cloud PCs. [ProvisioningType ]: cloudPcProvisioningType - [ScopeIds ]: + [ScopeIds ]: The scope IDs of the corresponding permission. +Currently, it's the Intune scope tag ID. +Read-only. [ServicePlanId ]: The service plan ID of the Cloud PC. [ServicePlanName ]: The service plan name of the Cloud PC. [ServicePlanType ]: cloudPcServicePlanType @@ -21518,6 +21634,39 @@ Read-only. Read-only. [UserExperienceType ]: cloudPcUserExperienceType [UserPrincipalName ]: The user principal name (UPN) of the user assigned to the Cloud PC. + [CloudPcPools ]: The user's Cloud PC pools. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Assignments ]: The collection of assignments that grant user or service principal identities access to this pool. + [Id ]: The unique identifier for an entity. +Read-only. + [Capabilities ]: cloudPcPoolCapabilityConfiguration + [(Any) ]: This indicates any property can be added to this object. + [CloudPcConfiguration ]: cloudPcConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ImageDisplayName ]: The display name of the image. +Read-only. + [ImageId ]: The unique identifier of the operating system image used for provisioning new Cloud PCs. +The format for a gallery type image is: {publisherNameofferNameskuName}. + [ImageType ]: cloudPcProvisioningPolicyImageType + [OSLocale ]: The operating system locale for the Cloud PC. + [CreatedDateTime ]: The date and time when the pool was created. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2026 is 2026-01-01T00:00:00Z. +Read-only. + [Description ]: The description of the pool. +The maximum length is 512 characters. + [DisplayName ]: The display name of the pool. +The name is unique across Cloud PC pools in an organization. +The maximum length is 60 characters. + [LastModifiedDateTime ]: The date and time when the pool was last modified. +The timestamp type represents date and time information using ISO 8601 format and is always in UTC. +For example, midnight UTC on Jan 1, 2026 is 2026-01-01T00:00:00Z. +Read-only. + [NetworkConfiguration ]: cloudPcNetworkConfiguration + [(Any) ]: This indicates any property can be added to this object. [CloudRealtimeCommunicationInfo ]: cloudRealtimeCommunicationInfo [(Any) ]: This indicates any property can be added to this object. [IsSipEnabled ]: Indicates whether the user has a SIP-enabled client registered for them. @@ -21725,7 +21874,7 @@ Read-only. [Activity ]: userActivityType [ContentEntries ]: A collection of content entries to be processed. Each entry contains the content itself and its metadata. -Use conversation metadata for content like prompts and responses and file metadata for files. +Use conversation metadata for content like prompts and responses, file metadata for files, and content activity metadata for enforcement result status entries. Required. [Content ]: contentBase [(Any) ]: This indicates any property can be added to this object. @@ -22025,6 +22174,19 @@ Read-only. Read-only. [Sha256Hash ]: This property isn't supported. Don't use. + [LockInfo ]: lockInfo + [(Any) ]: This indicates any property can be added to this object. + [CreatedDateTime ]: + [ExpirationDateTime ]: + [LockType ]: lockType + [Owners ]: + [DisplayName ]: The display name of the identity. +For drive items, the display name might not always be available or up to date. +For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. + [Id ]: Unique identifier for the identity or actor. +For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. + [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). + [UserPrincipalName ]: The userPrincipalName attribute of the user. [MimeType ]: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. @@ -23145,7 +23307,7 @@ Helps organize related content types. Only site collection administrators can seal or unseal content types. [DisplayName ]: The displayable title of the list. [Drive ]: drive - [ItemCount ]: The number of items in the list. + [ItemCount ]: The total count of items in the list. Read-only. [Items ]: All items contained in the list. [List ]: listInfo @@ -23803,8 +23965,9 @@ This property can also be set to any custom string. [(Any) ]: This indicates any property can be added to this object. [ApproverDelegate ]: approverDelegate [(Any) ]: This indicates any property can be added to this object. - [Delegate ]: subjectSet + [Delegate ]: userSet [(Any) ]: This indicates any property can be added to this object. + [IsBackup ]: For a user in an approval stage, this property indicates whether the user is a backup fallback approver. [Schedule ]: requestSchedule [(Any) ]: This indicates any property can be added to this object. [Expiration ]: expirationPattern @@ -23924,7 +24087,8 @@ Requires $select to retrieve. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. - [IsResourceAccount ]: Do not use – reserved for future use. + [IsResourceAccount ]: Do not use. +Reserved for future use. [JobTitle ]: The user's job title. Maximum length is 128 characters. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -24400,7 +24564,10 @@ If true, it shows the task. [IsOnMyDayLastModifiedDate ]: Read-only. The date on which task is added to or removed from MyDay. [LastModifiedBy ]: identitySet - [LastModifiedDateTime ]: + [LastModifiedDateTime ]: Read-only. +Date and time at which this is last modified. +The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z [Messages ]: Read-only. Nullable. Chat messages associated with the task. @@ -24592,7 +24759,7 @@ For the list of possible values, see Microsoft 365 group behaviors and provision The possible value is Team. For more information, see Microsoft 365 group behaviors and provisioning options. Returned by default. -Supports $filter (eq, not, startsWith. +Supports $filter (eq, not, startsWith). [SecurityEnabled ]: Specifies whether the group is a security group. Required.Returned by default. Supports $filter (eq, ne, not, in). @@ -24640,6 +24807,7 @@ Read-only. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false. + [JoinedUsers ]: [LayoutType ]: channelLayoutType [Members ]: A collection of membership records associated with the channel. [MembershipType ]: channelMembershipType @@ -25947,6 +26115,10 @@ Read-only. [JoinDateTime ]: The time the attendee joined in UTC. [LeaveDateTime ]: The time the attendee left in UTC. [EmailAddress ]: Email address of the user associated with this attendance record. + [Engagements ]: The list of real-time participant interaction behaviors during a meeting. + [DateTime ]: The UTC date and time when the engagement event occurred, in ISO 8601 format. + [EngagementSubType ]: The specific engagement action within the type (e.g., like, love, applause, laugh, surprised for reactions; raiseHand for hand; cameraOn for camera; unmute, mute for microphone). + [EngagementType ]: meetingEngagementType [ExternalRegistrationInformation ]: virtualEventExternalRegistrationInformation [(Any) ]: This indicates any property can be added to this object. [Referrer ]: A URL or string that represents the location from which the registrant registered. @@ -25995,6 +26167,11 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [AllowTextOnly ]: Indicates whether only text is allowed in the meeting chat. Optional. + [CloudVideoInteropInfo ]: cloudVideoInteropInfo + [(Any) ]: This indicates any property can be added to this object. + [MoreInfoWebUrl ]: + [TenantKey ]: + [VideoTeleconferenceId ]: [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -26269,14 +26446,6 @@ Read-only. Supports $select. Read-only. [AppliedBy ]: userIdentity - [(Any) ]: This indicates any property can be added to this object. - [DisplayName ]: The display name of the identity. -For drive items, the display name might not always be available or up to date. -For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. - [Id ]: Unique identifier for the identity or actor. -For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. - [IPAddress ]: Indicates the client IP address associated with the user performing the activity (audit log only). - [UserPrincipalName ]: The userPrincipalName attribute of the user. [AppliedDateTime ]: The timestamp when the approval decision was applied. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -27441,7 +27610,7 @@ Users can control this setting in Office Delve. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [InPlaceArchiveMailboxId ]: + [InPlaceArchiveMailboxId ]: The unique identifier for the user's In-Place Archive mailbox. [PrimaryMailboxId ]: The unique identifier for the user's primary mailbox. [ItemInsights ]: userInsightsSettings [(Any) ]: This indicates any property can be added to this object. @@ -27812,6 +27981,8 @@ Read-only. [EndDateTime ]: dateTimeTimeZone [ExternalEventInformation ]: The external information of a virtual event. Returned only for event organizers or coorganizers; otherwise, null. + [IsRegistrationEnabled ]: + [IsRegistrationRequired ]: [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -27849,6 +28020,7 @@ Read-only. [AudioConferencing ]: audioConferencing [ChatInfo ]: chatInfo [ChatRestrictions ]: chatRestrictions + [CloudVideoInteropInfo ]: cloudVideoInteropInfo [ExpiryDateTime ]: Indicates the date and time when the meeting resource expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -27871,6 +28043,7 @@ Read-only. [WatermarkProtection ]: watermarkProtectionValues [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [Presenters ]: [Registrations ]: @@ -27924,6 +28097,8 @@ For example, in the access reviews decisions API, this property might record the [RegistrationConfiguration ]: virtualEventWebinarRegistrationConfiguration [(Any) ]: This indicates any property can be added to this object. [Capacity ]: Total capacity of the virtual event. + [IsManualApprovalEnabled ]: Indicates whether registrations require organizer approval before a participant is confirmed. + [IsWaitlistEnabled ]: Indicates whether more registrants are automatically placed on a waitlist when capacity is reached. [Questions ]: Registration questions. [Id ]: The unique identifier for an entity. Read-only. @@ -27933,8 +28108,6 @@ The default value is false. [RegistrationWebUrl ]: Registration URL of the virtual event. [Id ]: The unique identifier for an entity. Read-only. - [IsManualApprovalEnabled ]: - [IsWaitlistEnabled ]: [Registrations ]: Registration records of the webinar. [WindowsInformationProtectionDeviceRegistrations ]: Zero or more WIP device registrations that belong to the user. [Id ]: The unique identifier for an entity. @@ -28015,6 +28188,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDeviceAssignToMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDeviceAssignToMailboxSetting.md index be7d11f4b8ef2..904110810d716 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDeviceAssignToMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDeviceAssignToMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetauserauthenticationhardwareoathmethoddevicehardwareoathdeviceassigntomailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDeviceAssignToMailboxSetting --- @@ -30,7 +30,6 @@ Update-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDeviceAssignT [-WorkingHours ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -42,7 +41,7 @@ Update-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDeviceAssignT -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -57,7 +56,6 @@ Update-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDeviceAssignT [-WorkingHours ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -68,7 +66,6 @@ Update-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDeviceAssignT [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -870,6 +867,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserAuthenticationMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserAuthenticationMethod.md index 824b34940c73f..b930c6168ce37 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserAuthenticationMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserAuthenticationMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetauserauthenticationmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaUserAuthenticationMethod --- @@ -28,7 +28,7 @@ Update-MgBetaUserAuthenticationMethod -AuthenticationMethodId -UserId < [-CreatedDateTime ] [-Id ] [-LastUsedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,7 @@ Update-MgBetaUserAuthenticationMethod -AuthenticationMethodId -UserId < -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -49,7 +49,7 @@ Update-MgBetaUserAuthenticationMethod -InputObject [-CreatedDateTime ] [-Id ] [-LastUsedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -59,7 +59,7 @@ Update-MgBetaUserAuthenticationMethod -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -616,6 +616,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserAuthenticationOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserAuthenticationOperation.md index ab410c19eb255..77f787ec1b415 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserAuthenticationOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserAuthenticationOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetauserauthenticationoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaUserAuthenticationOperation --- @@ -29,7 +29,7 @@ Update-MgBetaUserAuthenticationOperation -LongRunningOperationId -UserI [-ResourceLocation ] [-Status ] [-StatusDetail ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,7 @@ Update-MgBetaUserAuthenticationOperation -LongRunningOperationId -UserI -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -51,7 +51,7 @@ Update-MgBetaUserAuthenticationOperation -InputObject [-ResourceLocation ] [-Status ] [-StatusDetail ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -61,7 +61,7 @@ Update-MgBetaUserAuthenticationOperation -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -690,6 +690,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserAuthenticationPhoneMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserAuthenticationPhoneMethod.md index 950419ffe9fec..dcc4cedcd7f9d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserAuthenticationPhoneMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserAuthenticationPhoneMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetauserauthenticationphonemethod Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaUserAuthenticationPhoneMethod --- @@ -33,7 +33,6 @@ Update-MgBetaUserAuthenticationPhoneMethod -PhoneAuthenticationMethodId [-PhoneType ] [-SmsSignInState ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -43,7 +42,7 @@ Update-MgBetaUserAuthenticationPhoneMethod -PhoneAuthenticationMethodId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -55,7 +54,6 @@ Update-MgBetaUserAuthenticationPhoneMethod -InputObject ] [-SmsSignInState ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -65,7 +63,7 @@ Update-MgBetaUserAuthenticationPhoneMethod -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -85,7 +83,7 @@ Self-service operations aren't supported. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | UserAuthMethod-Phone.ReadWrite, UserAuthMethod-Phone.ReadWrite.All, UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.ReadWrite, | +| Delegated (work or school account) | UserAuthMethod-Phone.ReadWrite, UserAuthenticationMethod.ReadWrite, UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-Phone.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-Phone.ReadWrite.All, | @@ -742,6 +740,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserAuthenticationQrCodePinMethodPin.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserAuthenticationQrCodePinMethodPin.md index 8cb7dea13a56f..1986b05d41f65 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserAuthenticationQrCodePinMethodPin.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserAuthenticationQrCodePinMethodPin.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetauserauthenticationqrcodepinmethodpin Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaUserAuthenticationQrCodePinMethodPin --- @@ -26,7 +26,6 @@ Update-MgBetaUserAuthenticationQrCodePinMethodPin -UserId [-UpdatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -36,7 +35,7 @@ Update-MgBetaUserAuthenticationQrCodePinMethodPin -UserId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -48,7 +47,6 @@ Update-MgBetaUserAuthenticationQrCodePinMethodPin -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -58,7 +56,7 @@ Update-MgBetaUserAuthenticationQrCodePinMethodPin -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -74,7 +72,7 @@ Reset a user's PIN and generate a new temporary PIN that's represented by a qrPi | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-QR.ReadWrite.All, UserAuthMethod-QR.ReadWrite, UserAuthenticationMethod.ReadWrite, | +| Delegated (work or school account) | UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.ReadWrite, UserAuthMethod-QR.ReadWrite, UserAuthMethod-QR.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-QR.ReadWrite.All, | @@ -656,6 +654,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserAuthenticationQrCodePinMethodStandardQrCode.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserAuthenticationQrCodePinMethodStandardQrCode.md index decaa35d8067d..3c88b9b37345d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserAuthenticationQrCodePinMethodStandardQrCode.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserAuthenticationQrCodePinMethodStandardQrCode.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetauserauthenticationqrcodepinmethodstandardqrcode Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaUserAuthenticationQrCodePinMethodStandardQrCode --- @@ -28,7 +28,6 @@ Update-MgBetaUserAuthenticationQrCodePinMethodStandardQrCode -UserId [-StartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,7 @@ Update-MgBetaUserAuthenticationQrCodePinMethodStandardQrCode -UserId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -51,7 +50,6 @@ Update-MgBetaUserAuthenticationQrCodePinMethodStandardQrCode -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -61,7 +59,7 @@ Update-MgBetaUserAuthenticationQrCodePinMethodStandardQrCode -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -78,7 +76,7 @@ Only the expireDateTime property can be updated for a standard QR code. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-QR.ReadWrite.All, UserAuthMethod-QR.ReadWrite, UserAuthenticationMethod.ReadWrite, | +| Delegated (work or school account) | UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.ReadWrite, UserAuthMethod-QR.ReadWrite, UserAuthMethod-QR.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-QR.ReadWrite.All, | @@ -717,6 +715,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserAuthenticationQrCodePinMethodTemporaryQrCode.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserAuthenticationQrCodePinMethodTemporaryQrCode.md index c2a3c9cf66a16..25817c8913c32 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserAuthenticationQrCodePinMethodTemporaryQrCode.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserAuthenticationQrCodePinMethodTemporaryQrCode.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetauserauthenticationqrcodepinmethodtemporaryqrcode Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaUserAuthenticationQrCodePinMethodTemporaryQrCode --- @@ -27,7 +27,6 @@ Update-MgBetaUserAuthenticationQrCodePinMethodTemporaryQrCode -UserId [-StartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -37,7 +36,7 @@ Update-MgBetaUserAuthenticationQrCodePinMethodTemporaryQrCode -UserId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -50,7 +49,6 @@ Update-MgBetaUserAuthenticationQrCodePinMethodTemporaryQrCode [-StartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -61,7 +59,6 @@ Update-MgBetaUserAuthenticationQrCodePinMethodTemporaryQrCode [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -77,7 +74,7 @@ Update the navigation property temporaryQRCode in users | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-QR.ReadWrite.All, UserAuthMethod-QR.ReadWrite, UserAuthenticationMethod.ReadWrite, | +| Delegated (work or school account) | UserAuthenticationMethod.ReadWrite.All, UserAuthenticationMethod.ReadWrite, UserAuthMethod-QR.ReadWrite, UserAuthMethod-QR.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | UserAuthenticationMethod.ReadWrite.All, UserAuthMethod-QR.ReadWrite.All, | @@ -680,6 +677,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserAuthenticationRequirement.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserAuthenticationRequirement.md index d9491e4de601d..9aee91bedf23d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserAuthenticationRequirement.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserAuthenticationRequirement.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetauserauthenticationrequirement Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaUserAuthenticationRequirement --- @@ -25,7 +25,6 @@ Update-MgBetaUserAuthenticationRequirement -UserId [-ResponseHeadersVar [-AdditionalProperties ] [-PerUserMfaState ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -36,7 +35,6 @@ Update-MgBetaUserAuthenticationRequirement -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -46,7 +44,7 @@ Update-MgBetaUserAuthenticationRequirement -InputObject ] [-AdditionalProperties ] [-PerUserMfaState ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -57,7 +55,6 @@ Update-MgBetaUserAuthenticationRequirement -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -535,6 +532,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserAuthenticationSignInPreference.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserAuthenticationSignInPreference.md index 6c8fd2acfc470..9bbbf9d2e0fdb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserAuthenticationSignInPreference.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserAuthenticationSignInPreference.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetauserauthenticationsigninpreference Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaUserAuthenticationSignInPreference --- @@ -26,7 +26,6 @@ Update-MgBetaUserAuthenticationSignInPreference -UserId [-ResponseHeade [-UserPreferredMethodForSecondaryAuthentication ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -36,7 +35,7 @@ Update-MgBetaUserAuthenticationSignInPreference -UserId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -48,7 +47,6 @@ Update-MgBetaUserAuthenticationSignInPreference -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -58,7 +56,7 @@ Update-MgBetaUserAuthenticationSignInPreference -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -556,6 +554,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserInformationProtection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserInformationProtection.md index b142b5b918043..f56ff8b435e4e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserInformationProtection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserInformationProtection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetauserinformationprotection Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaUserInformationProtection --- @@ -29,7 +29,7 @@ Update-MgBetaUserInformationProtection -UserId [-ResponseHeadersVariabl [-ThreatAssessmentRequests ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,7 @@ Update-MgBetaUserInformationProtection -UserId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -55,7 +55,7 @@ Update-MgBetaUserInformationProtection -InputObject [-ThreatAssessmentRequests ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -65,7 +65,7 @@ Update-MgBetaUserInformationProtection -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -809,6 +809,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserInformationProtectionDataLossPreventionPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserInformationProtectionDataLossPreventionPolicy.md index e454cad85386f..5b1739afa51c4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserInformationProtectionDataLossPreventionPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserInformationProtectionDataLossPreventionPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetauserinformationprotectiondatalosspreventionpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaUserInformationProtectionDataLossPreventionPolicy --- @@ -25,7 +25,6 @@ Update-MgBetaUserInformationProtectionDataLossPreventionPolicy -DataLossPreventi [-Id ] [-Name ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -36,7 +35,6 @@ Update-MgBetaUserInformationProtectionDataLossPreventionPolicy -DataLossPreventi [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -47,7 +45,7 @@ Update-MgBetaUserInformationProtectionDataLossPreventionPolicy [-AdditionalProperties ] [-Id ] [-Name ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -58,7 +56,6 @@ Update-MgBetaUserInformationProtectionDataLossPreventionPolicy [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -567,6 +564,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserInformationProtectionPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserInformationProtectionPolicy.md index 6113028e0c0ae..9061c7479007d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserInformationProtectionPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserInformationProtectionPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetauserinformationprotectionpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaUserInformationProtectionPolicy --- @@ -25,7 +25,6 @@ Update-MgBetaUserInformationProtectionPolicy -UserId [-ResponseHeadersV [-Labels ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -35,7 +34,7 @@ Update-MgBetaUserInformationProtectionPolicy -UserId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -46,7 +45,6 @@ Update-MgBetaUserInformationProtectionPolicy -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -56,7 +54,7 @@ Update-MgBetaUserInformationProtectionPolicy -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -559,6 +557,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserInformationProtectionPolicyLabel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserInformationProtectionPolicyLabel.md index 27f9197ecd0f4..b8a83e7023c1e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserInformationProtectionPolicyLabel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserInformationProtectionPolicyLabel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetauserinformationprotectionpolicylabel Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaUserInformationProtectionPolicyLabel --- @@ -26,7 +26,7 @@ Update-MgBetaUserInformationProtectionPolicyLabel -InformationProtectionLabelId [-Parent ] [-Sensitivity ] [-Tooltip ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,6 @@ Update-MgBetaUserInformationProtectionPolicyLabel -InformationProtectionLabelId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -49,7 +48,7 @@ Update-MgBetaUserInformationProtectionPolicyLabel -InputObject ] [-Sensitivity ] [-Tooltip ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -59,7 +58,7 @@ Update-MgBetaUserInformationProtectionPolicyLabel -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -749,6 +748,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserInformationProtectionSensitivityLabel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserInformationProtectionSensitivityLabel.md index 92c664286f562..4fde54eb36572 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserInformationProtectionSensitivityLabel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserInformationProtectionSensitivityLabel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetauserinformationprotectionsensitivitylabel Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaUserInformationProtectionSensitivityLabel --- @@ -29,7 +29,7 @@ Update-MgBetaUserInformationProtectionSensitivityLabel -SensitivityLabelId ] [-ToolTip ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,7 @@ Update-MgBetaUserInformationProtectionSensitivityLabel -SensitivityLabelId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -54,7 +54,7 @@ Update-MgBetaUserInformationProtectionSensitivityLabel -InputObject ] [-ToolTip ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -64,7 +64,7 @@ Update-MgBetaUserInformationProtectionSensitivityLabel -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1057,6 +1057,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserInformationProtectionSensitivityLabelSublabel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserInformationProtectionSensitivityLabelSublabel.md index a9cdfa49bba01..40b586ad56a84 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserInformationProtectionSensitivityLabelSublabel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserInformationProtectionSensitivityLabelSublabel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetauserinformationprotectionsensitivitylabelsublabel Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaUserInformationProtectionSensitivityLabelSublabel --- @@ -30,7 +30,7 @@ Update-MgBetaUserInformationProtectionSensitivityLabelSublabel -SensitivityLabel [-Sublabels ] [-ToolTip ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -41,7 +41,6 @@ Update-MgBetaUserInformationProtectionSensitivityLabelSublabel -SensitivityLabel [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -57,7 +56,7 @@ Update-MgBetaUserInformationProtectionSensitivityLabelSublabel [-Sublabels ] [-ToolTip ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -68,7 +67,6 @@ Update-MgBetaUserInformationProtectionSensitivityLabelSublabel [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1088,6 +1086,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserInformationProtectionSensitivityPolicySetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserInformationProtectionSensitivityPolicySetting.md index c953b47b22104..daf4adef41d88 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserInformationProtectionSensitivityPolicySetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserInformationProtectionSensitivityPolicySetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetauserinformationprotectionsensitivitypolicysetting Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaUserInformationProtectionSensitivityPolicySetting --- @@ -25,7 +25,7 @@ Update-MgBetaUserInformationProtectionSensitivityPolicySetting -UserId [-DowngradeSensitivityRequiresJustification] [-HelpWebUrl ] [-Id ] [-IsMandatory] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -35,7 +35,7 @@ Update-MgBetaUserInformationProtectionSensitivityPolicySetting -UserId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -47,7 +47,7 @@ Update-MgBetaUserInformationProtectionSensitivityPolicySetting [-DowngradeSensitivityRequiresJustification] [-HelpWebUrl ] [-Id ] [-IsMandatory] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -58,7 +58,6 @@ Update-MgBetaUserInformationProtectionSensitivityPolicySetting [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -624,6 +623,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserInformationProtectionThreatAssessmentRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserInformationProtectionThreatAssessmentRequest.md index 2405c1c2f2491..9790b5237fa28 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserInformationProtectionThreatAssessmentRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserInformationProtectionThreatAssessmentRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetauserinformationprotectionthreatassessmentrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaUserInformationProtectionThreatAssessmentRequest --- @@ -27,7 +27,7 @@ Update-MgBetaUserInformationProtectionThreatAssessmentRequest -ThreatAssessmentR [-RequestSource ] [-Results ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,6 @@ Update-MgBetaUserInformationProtectionThreatAssessmentRequest -ThreatAssessmentR [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -52,7 +51,7 @@ Update-MgBetaUserInformationProtectionThreatAssessmentRequest [-Results ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -63,7 +62,6 @@ Update-MgBetaUserInformationProtectionThreatAssessmentRequest [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -804,6 +802,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserInformationProtectionThreatAssessmentRequestResult.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserInformationProtectionThreatAssessmentRequestResult.md index 89d02f2f7f6c3..0d1f0e57051c5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserInformationProtectionThreatAssessmentRequestResult.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaUserInformationProtectionThreatAssessmentRequestResult.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.SignIns-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/update-mgbetauserinformationprotectionthreatassessmentrequestresult Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.SignIns -ms.date: 06/05/2026 +ms.date: 08/01/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaUserInformationProtectionThreatAssessmentRequestResult --- @@ -26,7 +26,7 @@ Update-MgBetaUserInformationProtectionThreatAssessmentRequestResult [-CreatedDateTime ] [-Id ] [-Message ] [-ResultType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,7 @@ Update-MgBetaUserInformationProtectionThreatAssessmentRequestResult -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -49,7 +49,6 @@ Update-MgBetaUserInformationProtectionThreatAssessmentRequestResult [-Message ] [-ResultType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -60,7 +59,6 @@ Update-MgBetaUserInformationProtectionThreatAssessmentRequestResult [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -654,6 +652,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy