Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +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
---
Expand All @@ -29,7 +29,6 @@ Confirm-MgBetaIdentityRiskPreventionWebApplicationFirewallProvider
[-AdditionalProperties <hashtable>] [-HostName <string>] [-Break] [-Headers <IDictionary>]
[-HttpPipelineAppend <SendAsyncStep[]>] [-HttpPipelinePrepend <SendAsyncStep[]>] [-Proxy <uri>]
[-ProxyCredential <pscredential>] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm]
[<CommonParameters>]
```

### Verify
Expand All @@ -41,7 +40,6 @@ Confirm-MgBetaIdentityRiskPreventionWebApplicationFirewallProvider
[-ResponseHeadersVariable <string>] [-Break] [-Headers <IDictionary>]
[-HttpPipelineAppend <SendAsyncStep[]>] [-HttpPipelinePrepend <SendAsyncStep[]>] [-Proxy <uri>]
[-ProxyCredential <pscredential>] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm]
[<CommonParameters>]
```

### VerifyViaIdentityExpanded
Expand All @@ -52,7 +50,6 @@ Confirm-MgBetaIdentityRiskPreventionWebApplicationFirewallProvider
[-AdditionalProperties <hashtable>] [-HostName <string>] [-Break] [-Headers <IDictionary>]
[-HttpPipelineAppend <SendAsyncStep[]>] [-HttpPipelinePrepend <SendAsyncStep[]>] [-Proxy <uri>]
[-ProxyCredential <pscredential>] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm]
[<CommonParameters>]
```

### VerifyViaIdentity
Expand All @@ -64,7 +61,6 @@ Confirm-MgBetaIdentityRiskPreventionWebApplicationFirewallProvider
[-ResponseHeadersVariable <string>] [-Break] [-Headers <IDictionary>]
[-HttpPipelineAppend <SendAsyncStep[]>] [-HttpPipelinePrepend <SendAsyncStep[]>] [-Proxy <uri>]
[-ProxyCredential <pscredential>] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm]
[<CommonParameters>]
```

## ALIASES
Expand All @@ -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
Expand Down Expand Up @@ -517,6 +545,7 @@ INPUTOBJECT `<IIdentitySignInsIdentity>`: Identity Parameter
[LabelIds <String[]>]: Usage: labelIds={labelIds}
[Locale <String>]: Usage: locale='{locale}'
[LongRunningOperationId <String>]: The unique identifier of longRunningOperation
[M365CapabilityBaseName <String>]: The unique identifier of m365CapabilityBase
[MicrosoftAuthenticatorAuthenticationMethodId <String>]: The unique identifier of microsoftAuthenticatorAuthenticationMethod
[MobileAppManagementPolicyId <String>]: The unique identifier of mobileAppManagementPolicy
[MobileDeviceManagementPolicyId <String>]: The unique identifier of mobileDeviceManagementPolicy
Expand Down Expand Up @@ -589,6 +618,5 @@ INPUTOBJECT `<IIdentitySignInsIdentity>`: Identity Parameter






Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +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
---
Expand All @@ -24,7 +24,7 @@ Confirm-MgBetaInformationProtectionSignature [-ResponseHeadersVariable <string>]
[-AdditionalProperties <hashtable>] [-DigestInputFile <string>] [-SignatureInputFile <string>]
[-SigningKeyId <string>] [-Break] [-Headers <IDictionary>] [-HttpPipelineAppend <SendAsyncStep[]>]
[-HttpPipelinePrepend <SendAsyncStep[]>] [-Proxy <uri>] [-ProxyCredential <pscredential>]
[-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [<CommonParameters>]
[-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm]
```

### Verify
Expand All @@ -35,7 +35,6 @@ Confirm-MgBetaInformationProtectionSignature
[-ResponseHeadersVariable <string>] [-Break] [-Headers <IDictionary>]
[-HttpPipelineAppend <SendAsyncStep[]>] [-HttpPipelinePrepend <SendAsyncStep[]>] [-Proxy <uri>]
[-ProxyCredential <pscredential>] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm]
[<CommonParameters>]
```

## ALIASES
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +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
---
Expand All @@ -25,7 +25,6 @@ Confirm-MgBetaRiskyAgentCompromised [-ResponseHeadersVariable <string>]
[-AdditionalProperties <hashtable>] [-AgentIds <string[]>] [-Break] [-Headers <IDictionary>]
[-HttpPipelineAppend <SendAsyncStep[]>] [-HttpPipelinePrepend <SendAsyncStep[]>] [-PassThru]
[-Proxy <uri>] [-ProxyCredential <pscredential>] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm]
[<CommonParameters>]
```

### Confirm
Expand All @@ -36,7 +35,6 @@ Confirm-MgBetaRiskyAgentCompromised
[-ResponseHeadersVariable <string>] [-Break] [-Headers <IDictionary>]
[-HttpPipelineAppend <SendAsyncStep[]>] [-HttpPipelinePrepend <SendAsyncStep[]>] [-PassThru]
[-Proxy <uri>] [-ProxyCredential <pscredential>] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm]
[<CommonParameters>]
```

## ALIASES
Expand All @@ -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
Expand Down Expand Up @@ -416,6 +434,5 @@ BODYPARAMETER `<IPathsC90MeqIdentityprotectionRiskyagentsMicrosoftGraphConfirmco






Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +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-mgbetariskyagentsafe
Locale: en-US
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-MgBetaRiskyAgentSafe
---
Expand All @@ -25,7 +25,6 @@ Confirm-MgBetaRiskyAgentSafe [-ResponseHeadersVariable <string>] [-AdditionalPro
[-AgentIds <string[]>] [-Break] [-Headers <IDictionary>] [-HttpPipelineAppend <SendAsyncStep[]>]
[-HttpPipelinePrepend <SendAsyncStep[]>] [-PassThru] [-Proxy <uri>]
[-ProxyCredential <pscredential>] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm]
[<CommonParameters>]
```

### Confirm
Expand All @@ -36,7 +35,6 @@ Confirm-MgBetaRiskyAgentSafe
[-ResponseHeadersVariable <string>] [-Break] [-Headers <IDictionary>]
[-HttpPipelineAppend <SendAsyncStep[]>] [-HttpPipelinePrepend <SendAsyncStep[]>] [-PassThru]
[-Proxy <uri>] [-ProxyCredential <pscredential>] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm]
[<CommonParameters>]
```

## ALIASES
Expand All @@ -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
Expand Down Expand Up @@ -416,6 +434,5 @@ BODYPARAMETER `<IPathsTohbfIdentityprotectionRiskyagentsMicrosoftGraphConfirmsaf






Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +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-mgbetariskyserviceprincipalcompromised
Locale: en-US
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-MgBetaRiskyServicePrincipalCompromised
---
Expand All @@ -29,7 +29,6 @@ Confirm-MgBetaRiskyServicePrincipalCompromised [-ResponseHeadersVariable <string
[-Headers <IDictionary>] [-HttpPipelineAppend <SendAsyncStep[]>]
[-HttpPipelinePrepend <SendAsyncStep[]>] [-PassThru] [-Proxy <uri>]
[-ProxyCredential <pscredential>] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm]
[<CommonParameters>]
```

### Confirm
Expand All @@ -40,7 +39,6 @@ Confirm-MgBetaRiskyServicePrincipalCompromised
[-ResponseHeadersVariable <string>] [-Break] [-Headers <IDictionary>]
[-HttpPipelineAppend <SendAsyncStep[]>] [-HttpPipelinePrepend <SendAsyncStep[]>] [-PassThru]
[-Proxy <uri>] [-ProxyCredential <pscredential>] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm]
[<CommonParameters>]
```

## ALIASES
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +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
---
Expand All @@ -28,7 +28,6 @@ Confirm-MgBetaRiskyUserCompromised [-ResponseHeadersVariable <string>]
[-AdditionalProperties <hashtable>] [-UserIds <string[]>] [-Break] [-Headers <IDictionary>]
[-HttpPipelineAppend <SendAsyncStep[]>] [-HttpPipelinePrepend <SendAsyncStep[]>] [-PassThru]
[-Proxy <uri>] [-ProxyCredential <pscredential>] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm]
[<CommonParameters>]
```

### Confirm
Expand All @@ -39,7 +38,6 @@ Confirm-MgBetaRiskyUserCompromised
[-ResponseHeadersVariable <string>] [-Break] [-Headers <IDictionary>]
[-HttpPipelineAppend <SendAsyncStep[]>] [-HttpPipelinePrepend <SendAsyncStep[]>] [-PassThru]
[-Proxy <uri>] [-ProxyCredential <pscredential>] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm]
[<CommonParameters>]
```

## ALIASES
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +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
---
Expand All @@ -28,7 +28,6 @@ Confirm-MgBetaRiskyUserSafe [-ResponseHeadersVariable <string>] [-AdditionalProp
[-UserIds <string[]>] [-Break] [-Headers <IDictionary>] [-HttpPipelineAppend <SendAsyncStep[]>]
[-HttpPipelinePrepend <SendAsyncStep[]>] [-PassThru] [-Proxy <uri>]
[-ProxyCredential <pscredential>] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm]
[<CommonParameters>]
```

### Confirm
Expand All @@ -39,7 +38,6 @@ Confirm-MgBetaRiskyUserSafe
[-ResponseHeadersVariable <string>] [-Break] [-Headers <IDictionary>]
[-HttpPipelineAppend <SendAsyncStep[]>] [-HttpPipelinePrepend <SendAsyncStep[]>] [-PassThru]
[-Proxy <uri>] [-ProxyCredential <pscredential>] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm]
[<CommonParameters>]
```

## ALIASES
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +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
---
Expand All @@ -25,7 +25,6 @@ Confirm-MgBetaUserInformationProtectionSignature -UserId <string>
[-SignatureInputFile <string>] [-SigningKeyId <string>] [-Break] [-Headers <IDictionary>]
[-HttpPipelineAppend <SendAsyncStep[]>] [-HttpPipelinePrepend <SendAsyncStep[]>] [-Proxy <uri>]
[-ProxyCredential <pscredential>] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm]
[<CommonParameters>]
```

### Verify
Expand All @@ -36,7 +35,6 @@ Confirm-MgBetaUserInformationProtectionSignature -UserId <string>
[-ResponseHeadersVariable <string>] [-Break] [-Headers <IDictionary>]
[-HttpPipelineAppend <SendAsyncStep[]>] [-HttpPipelinePrepend <SendAsyncStep[]>] [-Proxy <uri>]
[-ProxyCredential <pscredential>] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm]
[<CommonParameters>]
```

### VerifyViaIdentityExpanded
Expand All @@ -47,7 +45,6 @@ Confirm-MgBetaUserInformationProtectionSignature -InputObject <IIdentitySignInsI
[-SignatureInputFile <string>] [-SigningKeyId <string>] [-Break] [-Headers <IDictionary>]
[-HttpPipelineAppend <SendAsyncStep[]>] [-HttpPipelinePrepend <SendAsyncStep[]>] [-Proxy <uri>]
[-ProxyCredential <pscredential>] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm]
[<CommonParameters>]
```

### VerifyViaIdentity
Expand All @@ -58,7 +55,6 @@ Confirm-MgBetaUserInformationProtectionSignature -InputObject <IIdentitySignInsI
[-ResponseHeadersVariable <string>] [-Break] [-Headers <IDictionary>]
[-HttpPipelineAppend <SendAsyncStep[]>] [-HttpPipelinePrepend <SendAsyncStep[]>] [-Proxy <uri>]
[-ProxyCredential <pscredential>] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm]
[<CommonParameters>]
```

## ALIASES
Expand Down Expand Up @@ -566,6 +562,7 @@ INPUTOBJECT `<IIdentitySignInsIdentity>`: Identity Parameter
[LabelIds <String[]>]: Usage: labelIds={labelIds}
[Locale <String>]: Usage: locale='{locale}'
[LongRunningOperationId <String>]: The unique identifier of longRunningOperation
[M365CapabilityBaseName <String>]: The unique identifier of m365CapabilityBase
[MicrosoftAuthenticatorAuthenticationMethodId <String>]: The unique identifier of microsoftAuthenticatorAuthenticationMethod
[MobileAppManagementPolicyId <String>]: The unique identifier of mobileAppManagementPolicy
[MobileDeviceManagementPolicyId <String>]: The unique identifier of mobileDeviceManagementPolicy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +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
---
Expand All @@ -24,7 +24,6 @@ Disable-MgBetaUserAuthenticationMethodSmsSignIn -AuthenticationMethodId <string>
[-ResponseHeadersVariable <string>] [-Break] [-Headers <IDictionary>]
[-HttpPipelineAppend <SendAsyncStep[]>] [-HttpPipelinePrepend <SendAsyncStep[]>] [-PassThru]
[-Proxy <uri>] [-ProxyCredential <pscredential>] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm]
[<CommonParameters>]
```

### DisableViaIdentity
Expand All @@ -34,7 +33,6 @@ Disable-MgBetaUserAuthenticationMethodSmsSignIn -InputObject <IIdentitySignInsId
[-ResponseHeadersVariable <string>] [-Break] [-Headers <IDictionary>]
[-HttpPipelineAppend <SendAsyncStep[]>] [-HttpPipelinePrepend <SendAsyncStep[]>] [-PassThru]
[-Proxy <uri>] [-ProxyCredential <pscredential>] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm]
[<CommonParameters>]
```

## ALIASES
Expand Down Expand Up @@ -426,6 +424,7 @@ INPUTOBJECT `<IIdentitySignInsIdentity>`: Identity Parameter
[LabelIds <String[]>]: Usage: labelIds={labelIds}
[Locale <String>]: Usage: locale='{locale}'
[LongRunningOperationId <String>]: The unique identifier of longRunningOperation
[M365CapabilityBaseName <String>]: The unique identifier of m365CapabilityBase
[MicrosoftAuthenticatorAuthenticationMethodId <String>]: The unique identifier of microsoftAuthenticatorAuthenticationMethod
[MobileAppManagementPolicyId <String>]: The unique identifier of mobileAppManagementPolicy
[MobileDeviceManagementPolicyId <String>]: The unique identifier of mobileDeviceManagementPolicy
Expand Down
Loading